summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* chgpasswd.c: Added comments to #ifdefsJeremy Allison1998-05-1417-427/+491
* Fixed up HPUX entry.Jeremy Allison1998-05-131-2/+4
* initialise some variables (stops warning)Andrew Tridgell1998-05-131-2/+2
* test for overflow in nmb name parsing codeAndrew Tridgell1998-05-131-1/+1
* initialise a variableAndrew Tridgell1998-05-131-1/+1
* we don't need a typedef for stringAndrew Tridgell1998-05-131-2/+0
* includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1998-05-127-75/+15
* - removed ldap_get_trust()Luke Leighton1998-05-121-101/+74
* function comments wrongLuke Leighton1998-05-121-2/+2
* removed lp_domain_workstation() parameterLuke Leighton1998-05-123-10/+1
* retired this file: it's not actually needed now that passdb.c providesLuke Leighton1998-05-121-152/+0
* a new slprintf() function. This one is totally portable but a bit of aAndrew Tridgell1998-05-121-27/+41
* This is a security audit change of the main source.Jeremy Allison1998-05-1268-787/+887
* password back-end database supportLuke Leighton1998-05-114-118/+168
* reply.c: Added code to not overwrite sesssetup_user when in share level securityJeremy Allison1998-05-112-2/+9
* add lp_domain_workstations() parameter. this is a list of workstation namesLuke Leighton1998-05-112-0/+6
* ldap back-end database developmentLuke Leighton1998-05-1110-604/+725
* don't use system functions as arguments to qsort() as otherwise youAndrew Tridgell1998-05-111-1/+1
* include includes.h in all the ubiqx files. I know Chris won't likeAndrew Tridgell1998-05-115-4/+6
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-1133-94/+207
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+1
* Updated OSF1_ENH_SEC mode password handling.John Terpstra1998-05-101-1/+8
* added sam_passwd structure: don't want smb_passwd to be "polluted".Luke Leighton1998-05-081-6/+50
* removed proto.h from cvsignoreLuke Leighton1998-05-081-1/+0
* clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used'Jeremy Allison1998-05-084-48/+35
* Ho hum, someone deleted proto.h from cvs... re-adding.Jeremy Allison1998-05-081-0/+2070
* proto.h was being a pain. use "make proto" instead. check release andLuke Leighton1998-05-081-2070/+0
* added proto.h to .cvsignoreLuke Leighton1998-05-081-0/+1
* added smb_grpid to smb_passwd structLuke Leighton1998-05-081-0/+1
* Se-submitting clitar.c/Richard Sharpe1998-05-082-58/+436
* renamed last_change_time to pass_must_change_time. removed "if (bool==True)"Luke Leighton1998-05-082-21/+20
* added extra fields to struct smb_passwdLuke Leighton1998-05-081-7/+37
* The globals section now shows non-default variables (like theHerb Lewis1998-05-082-23/+125
* added FLAG_BASIC to some browse options for swat.Herb Lewis1998-05-081-4/+4
* smb.h: Supporting defines for NT trans calls.Jeremy Allison1998-05-082-4/+33
* Initial cut at the code that will do NT SMB calls. Not linked in, notJeremy Allison1998-05-081-0/+225
* added first pass at start/get/end-ldappwent functions. unfortunately, lotsLuke Leighton1998-05-071-10/+65
* remove unused ldap functions: add stub start/get/endldappwent routines.Luke Leighton1998-05-072-146/+97
* moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton1998-05-075-67/+38
* This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1998-05-079-52/+57
* created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1998-05-0712-140/+334
* Fixed changed calls to machine password locking code.Jeremy Allison1998-05-071-5/+4
* Andrew redefines the free() function to do some memory management testing.Christopher R. Hertel1998-05-061-1/+19
* smbpass.c: Fixed machine_passwd_lock() problems.Jeremy Allison1998-05-064-37/+33
* loadparm.c: Added #ifdef USE_LDAP around ldap code.Jeremy Allison1998-05-066-38/+43
* Rolling back again to the equivalent of revision 1.22, as the currentJeremy Allison1998-05-061-382/+25
* jean-francois micouleau's well-alpha code for ldap password database stuff!Luke Leighton1998-05-067-55/+859
* compiler warning for unimportant uninitialised variableLuke Leighton1998-05-061-4/+4
* Real fix for clitar.c problems. Have now made all the rightRichard Sharpe1998-05-062-28/+385
* much faster pstrcpy() and fstrcpy()Andrew Tridgell1998-05-061-16/+24