summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* added set logon, logoff, kickoff etc time functions.Luke Leighton1998-05-252-8/+42
* i wondered why nisppass.c came up with a linker error "pdb_set_last_set_time"Luke Leighton1998-05-251-5/+0
* - created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton1998-05-243-46/+81
* add_nisp21pwd_entry() finished but not tested. module now compiles.Luke Leighton1998-05-221-107/+77
* doesn't compile: don't care. checking this in so people can see what'sLuke Leighton1998-05-221-19/+107
* fixed signed / unsigned warnings spotted by tim winders. also fixedLuke Leighton1998-05-212-2/+2
* passdb.c: Fixed typo in coment.Jeremy Allison1998-05-192-2/+6
* made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need notLuke Leighton1998-05-191-98/+97
* oops - got some of the default (conversion) functions wrong.Luke Leighton1998-05-191-32/+19
* removed "default" system for password database api: all functions mustLuke Leighton1998-05-194-195/+176
* ldap.c :Luke Leighton1998-05-194-88/+286
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-184-293/+274
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-184-280/+341
* linker errors with -DUSE_NISPLUS_DB - difficult to spot when you're notLuke Leighton1998-05-182-4/+4
* sorting out removal of some smb_passwd functions by calling pdb_smb_to_sam()Luke Leighton1998-05-181-10/+11
* removed references to some of the smb_passwd routines from ldap and nis+Luke Leighton1998-05-182-111/+91
* creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton1998-05-183-25/+10
* no include headers in ldap.c.Luke Leighton1998-05-182-0/+72
* resolving compilation errorsLuke Leighton1998-05-183-3/+6
* received update from jean francois for ldap.c: he is doing add / modLuke Leighton1998-05-181-71/+424
* - renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton1998-05-183-300/+319
* oops. pressed ctrl-z while editing the previous cvs message: this wasLuke Leighton1998-05-181-19/+105
* Makefile:Luke Leighton1998-05-184-145/+488
* some databases have search capabilities. acknowledging this in designLuke Leighton1998-05-151-19/+60
* first non-compiling, unused, mostly stub version of NIS+ password database.Luke Leighton1998-05-151-0/+330
* passdb.cJeremy Allison1998-05-141-0/+192
* namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1998-05-141-4/+4
* initialise a variableAndrew Tridgell1998-05-131-1/+1
* - removed ldap_get_trust()Luke Leighton1998-05-121-101/+74
* removed lp_domain_workstation() parameterLuke Leighton1998-05-121-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-122-27/+28
* 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