summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* password back-end database supportLuke Leighton1998-05-113-13/+140
* ldap back-end database developmentLuke Leighton1998-05-113-401/+596
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-9/+11
* renamed last_change_time to pass_must_change_time. removed "if (bool==True)"Luke Leighton1998-05-082-21/+20
* 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-072-57/+0
* This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1998-05-071-11/+0
* created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1998-05-073-33/+213
* smbpass.c: Fixed machine_passwd_lock() problems.Jeremy Allison1998-05-061-25/+21
* loadparm.c: Added #ifdef USE_LDAP around ldap code.Jeremy Allison1998-05-061-8/+9
* jean-francois micouleau's well-alpha code for ldap password database stuff!Luke Leighton1998-05-062-0/+572
* genrand.c: SGI compile warning fix.Jeremy Allison1998-05-051-2/+2
* Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1998-04-301-4/+6
* Makefile: Added files to smbpasswd.c.Jeremy Allison1998-04-291-27/+54
* password.c:Luke Leighton1998-04-291-10/+17
* This is the checkin that adds the security=domain functionality.Jeremy Allison1998-04-291-3/+0
* genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().Jeremy Allison1998-04-231-33/+222
* includes.h: Added John's redhat fix for QSORT_CAST.Jeremy Allison1998-04-181-26/+58
* ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1998-04-151-6/+131
* Modified interfaces to getting smb password entries fromJeremy Allison1998-04-141-8/+50
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-1/+1
* the default for old style accounts should be workstation trustAndrew Tridgell1998-03-311-1/+1
* smbpass.c: Made unknown accounts ending in '$' server accounts, notJeremy Allison1998-03-261-1/+1
* Added writing of '[XXX]' account control bits into gcosJeremy Allison1998-03-241-0/+7
* Updated smbpasswd to allow root to add machine accounts, and allowJeremy Allison1998-03-241-4/+6
* Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1998-03-191-6/+0
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-784/+774
* nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...Jeremy Allison1998-02-201-6/+2
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1998-01-171-4/+8
* fixed some typecasts of (char *) to (unsigned char *)Andrew Tridgell1997-11-221-4/+4
* Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison1997-11-101-1/+1
* attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton1997-11-091-1/+1
* mod_smbpasswd() was junking the smbpasswd file...Luke Leighton1997-11-081-97/+99
* following a cvs error, i am rewriting this monster-commit. with bad grace.Luke Leighton1997-11-061-41/+401
* loadparm.c :Luke Leighton1997-11-021-0/+217
* This commit does 3 main things:Andrew Tridgell1997-09-141-6/+0
* Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account1997-07-081-1/+1
* - changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1996-10-041-1/+1
* minor cleanupsAndrew Tridgell1996-07-241-4/+2
* minor cleanups ready for another releaseAndrew Tridgell1996-07-181-2/+1
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-1/+0
* a huge pile of changes :-)Andrew Tridgell1996-06-041-2/+1
* cleanups to make thinsg compile cleanlyAndrew Tridgell1996-05-291-2/+2
* Initial version imported to CVS Samba Release Account1996-05-041-0/+304