summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
1998-05-27loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1-1/+0
1998-05-25added set logon, logoff, kickoff etc time functions.Luke Leighton1-1/+39
1998-05-25i wondered why nisppass.c came up with a linker error "pdb_set_last_set_time"Luke Leighton1-5/+0
1998-05-24- created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton1-21/+51
1998-05-21fixed signed / unsigned warnings spotted by tim winders. also fixedLuke Leighton1-1/+1
1998-05-19passdb.c: Fixed typo in coment.Jeremy Allison1-1/+1
1998-05-19removed "default" system for password database api: all functions mustLuke Leighton1-180/+76
1998-05-19ldap.c :Luke Leighton1-21/+238
1998-05-18Abstracted all the crappy password interfaces through an indirectJeremy Allison1-240/+113
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1-206/+267
1998-05-18linker errors with -DUSE_NISPLUS_DB - difficult to spot when you're notLuke Leighton1-2/+2
1998-05-18sorting out removal of some smb_passwd functions by calling pdb_smb_to_sam()Luke Leighton1-10/+11
1998-05-18removed references to some of the smb_passwd routines from ldap and nis+Luke Leighton1-64/+82
1998-05-18creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton1-3/+3
1998-05-18no include headers in ldap.c.Luke Leighton1-0/+69
1998-05-18- renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton1-3/+3
1998-05-18Makefile:Luke Leighton1-70/+223
1998-05-15some databases have search capabilities. acknowledging this in designLuke Leighton1-19/+60
1998-05-14passdb.cJeremy Allison1-0/+192
1998-05-11password back-end database supportLuke Leighton1-9/+4
1998-05-11ldap back-end database developmentLuke Leighton1-27/+403
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1-0/+149