summaryrefslogtreecommitdiffstats
path: root/source3/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* added set logon, logoff, kickoff etc time functions.Luke Leighton1998-05-251-1/+39
* 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-241-21/+51
* fixed signed / unsigned warnings spotted by tim winders. also fixedLuke Leighton1998-05-211-1/+1
* passdb.c: Fixed typo in coment.Jeremy Allison1998-05-191-1/+1
* removed "default" system for password database api: all functions mustLuke Leighton1998-05-191-180/+76
* ldap.c :Luke Leighton1998-05-191-21/+238
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-181-240/+113
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-181-206/+267
* linker errors with -DUSE_NISPLUS_DB - difficult to spot when you're notLuke Leighton1998-05-181-2/+2
* 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-181-64/+82
* creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton1998-05-181-3/+3
* no include headers in ldap.c.Luke Leighton1998-05-181-0/+69
* - renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton1998-05-181-3/+3
* Makefile:Luke Leighton1998-05-181-70/+223
* some databases have search capabilities. acknowledging this in designLuke Leighton1998-05-151-19/+60
* passdb.cJeremy Allison1998-05-141-0/+192
* password back-end database supportLuke Leighton1998-05-111-9/+4
* ldap back-end database developmentLuke Leighton1998-05-111-27/+403
* created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1998-05-071-0/+149