summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
1998-11-07codepages/codepage_def.936: Updated comment.Jeremy Allison1-5/+3
1998-11-05the start of the start of the SAM database APILuke Leighton2-0/+417
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-5/+6
1998-10-21the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton4-0/+40
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison2-0/+2
1998-10-16trust passwordLuke Leighton1-2/+2
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton2-2/+38
1998-10-15getpwnam() failing is a serious error (corrupt smbpasswd database)Luke Leighton1-1/+6
1998-10-15bug-fixing against:Luke Leighton1-0/+2
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