summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
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
1998-05-18creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton3-25/+10
1998-05-18no include headers in ldap.c.Luke Leighton2-0/+72
1998-05-18resolving compilation errorsLuke Leighton3-3/+6
1998-05-18received update from jean francois for ldap.c: he is doing add / modLuke Leighton1-71/+424
1998-05-18- renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton3-300/+319
1998-05-18oops. pressed ctrl-z while editing the previous cvs message: this wasLuke Leighton1-19/+105
1998-05-18Makefile:Luke Leighton4-145/+488
1998-05-15some databases have search capabilities. acknowledging this in designLuke Leighton1-19/+60
1998-05-15first non-compiling, unused, mostly stub version of NIS+ password database.Luke Leighton1-0/+330
1998-05-14passdb.cJeremy Allison1-0/+192
1998-05-14namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1-4/+4
1998-05-13initialise a variableAndrew Tridgell1-1/+1
1998-05-12- removed ldap_get_trust()Luke Leighton1-101/+74
1998-05-12removed lp_domain_workstation() parameterLuke Leighton1-1/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison2-27/+28
1998-05-11password back-end database supportLuke Leighton3-13/+140
1998-05-11ldap back-end database developmentLuke Leighton3-401/+596
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-9/+11
1998-05-08renamed last_change_time to pass_must_change_time. removed "if (bool==True)"Luke Leighton2-21/+20
1998-05-07added first pass at start/get/end-ldappwent functions. unfortunately, lotsLuke Leighton1-10/+65
1998-05-07remove unused ldap functions: add stub start/get/endldappwent routines.Luke Leighton2-146/+97
1998-05-07moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton2-57/+0
1998-05-07This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1-11/+0
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton3-33/+213
1998-05-06smbpass.c: Fixed machine_passwd_lock() problems.Jeremy Allison1-25/+21