summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
1998-10-09anders blomdell spotted an unititialised fstring causing strlen to goLuke Leighton1-0/+1
1998-09-29Fixed warning in get_time_from_string().Jeremy Allison1-1/+1
1998-09-29missed the pdb_sam_to_smb function needed by nispass.cLuke Leighton1-19/+22
1998-09-29added in some pdb_xxx routines that are needed by nispass.cLuke Leighton1-0/+121
1998-09-28Added fix from gildea@intouchsys.com - smbpasswd file could be leftJeremy Allison1-1/+5
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-2/+2
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-1/+0
1998-09-26Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1-1/+3
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison3-2/+12
1998-09-24Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison4-71/+109
1998-09-24removed function names printed out in debug statements (duplicated inLuke Leighton1-33/+37
1998-09-21major autoconf clean-upAlexandre Oliva1-0/+1
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison3-15/+15
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison4-17/+17
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1-1/+1
1998-09-05tridge the destroyer returns!Andrew Tridgell2-246/+4
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1-2/+2
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison2-9/+9
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-2/+2
1998-08-29got rid of calls to update_protected_database(). It was causing coreAndrew Tridgell1-37/+0
1998-08-17moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1-4/+4
1998-08-15use user instead of this_user to prevent global shadowingAndrew Tridgell1-18/+18
1998-08-15configure: Changes for extra headers.Jeremy Allison2-6/+6
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-2/+2
1998-08-10split the system password checking routines out of smbd/password.c andAndrew Tridgell1-0/+950
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1-6/+6
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell5-162/+166
1998-06-27nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1-1/+1
1998-06-20clitar.c: Fixed minor gcc -pedantic-error compile warnings.Jeremy Allison1-0/+2
1998-06-04includes.h: Fixes for NetBSD and BSDI.Jeremy Allison1-2/+2
1998-06-01clientutil.c: Don't core dump if no controlling terminal available for password.Jeremy Allison2-8/+26
1998-05-28latest messing about: probably doesn't compile; doesn't matter.Luke Leighton1-3/+54
1998-05-27loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison2-4/+16
1998-05-26smb.h: More NT SMB stuff (just defines).Jeremy Allison1-1/+2
1998-05-25added set logon, logoff, kickoff etc time functions.Luke Leighton2-8/+42
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 Leighton3-46/+81
1998-05-22add_nisp21pwd_entry() finished but not tested. module now compiles.Luke Leighton1-107/+77
1998-05-22doesn't compile: don't care. checking this in so people can see what'sLuke Leighton1-19/+107
1998-05-21fixed signed / unsigned warnings spotted by tim winders. also fixedLuke Leighton2-2/+2
1998-05-19passdb.c: Fixed typo in coment.Jeremy Allison2-2/+6
1998-05-19made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need notLuke Leighton1-98/+97
1998-05-19oops - got some of the default (conversion) functions wrong.Luke Leighton1-32/+19
1998-05-19removed "default" system for password database api: all functions mustLuke Leighton4-195/+176
1998-05-19ldap.c :Luke Leighton4-88/+286
1998-05-18Abstracted all the crappy password interfaces through an indirectJeremy Allison4-293/+274
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison4-280/+341
1998-05-18linker errors with -DUSE_NISPLUS_DB - difficult to spot when you're notLuke Leighton2-4/+4
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 Leighton2-111/+91