summaryrefslogtreecommitdiff
path: root/examples/LDAP/smbldap-tools/mkntpwd/mkntpwd.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-01-20 16:31:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:03 -0500
commite86235fbdcfe8dd71b2ee887052e27f67a240fab (patch)
tree8c655206dc786e92dc5884f124dc48bab0ffe999 /examples/LDAP/smbldap-tools/mkntpwd/mkntpwd.h
parent5f659ffbf07eeba2fdabaaa7def0f78726f68ab2 (diff)
downloadsamba-e86235fbdcfe8dd71b2ee887052e27f67a240fab.tar.gz
samba-e86235fbdcfe8dd71b2ee887052e27f67a240fab.tar.bz2
samba-e86235fbdcfe8dd71b2ee887052e27f67a240fab.zip
r4867: Removing smbldap-tools from the svn tree. I'll include
the latest version in the actual release tarballs. Have spoken to the idealx developers about this. Updated README to reflect the changte for people using svn. Removed ldapsync.pl since it is no longer needed when using the smbldap-tools (only keep things you support). (This used to be commit f745e5119f420d4826ac395037880666761e05e8)
Diffstat (limited to 'examples/LDAP/smbldap-tools/mkntpwd/mkntpwd.h')
-rw-r--r--examples/LDAP/smbldap-tools/mkntpwd/mkntpwd.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/LDAP/smbldap-tools/mkntpwd/mkntpwd.h b/examples/LDAP/smbldap-tools/mkntpwd/mkntpwd.h
deleted file mode 100644
index 9a020b8d28..0000000000
--- a/examples/LDAP/smbldap-tools/mkntpwd/mkntpwd.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <memory.h>
-#include <string.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <ctype.h>
-
-typedef short int16;
-typedef int int32;
-typedef unsigned short uint16;
-typedef unsigned int uint32;
-typedef unsigned char uchar;
-
-#define MAX_STRING 255
-#define MAX_WORD 128
-#define LMPASSWDLEN 14
-#define NTPASSWDLEN 128
-#define FILENAMEBUFFER 128