summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-172-0/+2
* trust passwordLuke Leighton1998-10-161-2/+2
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-152-2/+38
* getpwnam() failing is a serious error (corrupt smbpasswd database)Luke Leighton1998-10-151-1/+6
* bug-fixing against:Luke Leighton1998-10-151-0/+2
* anders blomdell spotted an unititialised fstring causing strlen to goLuke Leighton1998-10-091-0/+1
* Fixed warning in get_time_from_string().Jeremy Allison1998-09-291-1/+1
* missed the pdb_sam_to_smb function needed by nispass.cLuke Leighton1998-09-291-19/+22
* added in some pdb_xxx routines that are needed by nispass.cLuke Leighton1998-09-291-0/+121
* Added fix from gildea@intouchsys.com - smbpasswd file could be leftJeremy Allison1998-09-281-1/+5
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-2/+2
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1998-09-261-1/+3
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-253-2/+12
* Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1998-09-244-71/+109
* removed function names printed out in debug statements (duplicated inLuke Leighton1998-09-241-33/+37
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-173-15/+15
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-174-17/+17
* 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