summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+1
* tridge the destroyer returns!Andrew Tridgell1998-09-052-246/+4
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-041-2/+2
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-032-9/+9
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-2/+2
* got rid of calls to update_protected_database(). It was causing coreAndrew Tridgell1998-08-291-37/+0
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-171-4/+4
* use user instead of this_user to prevent global shadowingAndrew Tridgell1998-08-151-18/+18
* configure: Changes for extra headers.Jeremy Allison1998-08-152-6/+6
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-2/+2
* split the system password checking routines out of smbd/password.c andAndrew Tridgell1998-08-101-0/+950
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-6/+6
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-295-162/+166
* nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1998-06-271-1/+1
* clitar.c: Fixed minor gcc -pedantic-error compile warnings.Jeremy Allison1998-06-201-0/+2
* includes.h: Fixes for NetBSD and BSDI.Jeremy Allison1998-06-041-2/+2
* clientutil.c: Don't core dump if no controlling terminal available for password.Jeremy Allison1998-06-012-8/+26
* latest messing about: probably doesn't compile; doesn't matter.Luke Leighton1998-05-281-3/+54
* loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1998-05-272-4/+16
* smb.h: More NT SMB stuff (just defines).Jeremy Allison1998-05-261-1/+2
* 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