0561c8fff0
industry standard CVS protocol it now supports many more features. CVSNT is Open Source, Free software licensed under the GNU General Public License. * Authentication via all standard CVS protocols, plus Windows specific SSPI and Active Directory * Secure transport support via sserver or encrypted SSPI * Cross platform: Runs in Windows or *nix environments * Windows NT/2000/XP/2003/Vista version is fully integrated with Win32 system. * MergePoint processing means no more tagging to merge! * MergePoint processing means you can "see" which versions were merged to which other versions * Change sets means you can group changes together into logical groups - even over multiple commits * support for concurrent and non-concurrent (reserved/locked) development * Under active development
13 lines
378 B
Text
13 lines
378 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2007/05/27 08:27:07 ondratu Exp $
|
|
|
|
--- protocols/sspi_unix.cpp.orig 2006-06-07 19:13:00.000000000 +0200
|
|
+++ protocols/sspi_unix.cpp
|
|
@@ -20,7 +20,7 @@
|
|
#define MODULE sspi
|
|
|
|
#include "common.h"
|
|
-#include "ntlm/ntlm.h"
|
|
+#include <ntlm.h>
|
|
#include "../version.h"
|
|
|
|
static int sspi_connect(const struct protocol_interface *protocol, int verify_only);
|