summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-09Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison1-2/+41
2000-06-09reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton1-0/+2
2000-06-08include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison1-0/+29
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-12Roll back to using static MACHINE.SID after consultation with Andrew. ThisJeremy Allison1-57/+201
2000-04-11The changes made here broke NT security descriptor returning to NT clients.Jeremy Allison1-0/+2
2000-02-25client/client.c:Jeremy Allison1-0/+9
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-201/+56
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-110/+969
1999-07-11NULL pwdb_xxx_map_names() parameter can be passed here (which is a bugLuke Leighton1-5/+6
1999-07-08issues with pwdb_sam_map_names() and pwdb_smb_map_names() returning NULL.Luke Leighton1-2/+12
1999-07-07added debug reporting to pwdb_sam_map_names() and pwdb_smb_map_names()Luke Leighton1-1/+4
1999-03-03Benjamin Kuit's latest mysql mods. issue with "make proto" needs to beLuke Leighton1-1/+6
1999-03-01Benjamin Kuit's MYSQL SAM Database implementation.Luke Leighton1-0/+2
1998-12-11%U substitution should be unix user not nt userLuke Leighton1-0/+4
1998-11-29weekend work. user / group database API.Luke Leighton1-572/+64
1998-11-25fixing group database issuesLuke Leighton1-6/+7
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1-23/+29
1998-11-23unix instance of group database APILuke Leighton1-1/+1
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-5/+5
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-336/+120
1998-11-07codepages/codepage_def.936: Updated comment.Jeremy Allison1-5/+3
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 Leighton1-0/+27
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-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-1/+1
1998-09-24Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1-25/+27
1998-09-24removed function names printed out in debug statements (duplicated inLuke Leighton1-33/+37
1998-09-05tridge the destroyer returns!Andrew Tridgell1-246/+2
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-2/+2
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-2/+2
1998-08-15configure: Changes for extra headers.Jeremy Allison1-5/+5
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-151/+155
1998-06-20clitar.c: Fixed minor gcc -pedantic-error compile warnings.Jeremy Allison1-0/+2
1998-06-01clientutil.c: Don't core dump if no controlling terminal available for password.Jeremy Allison1-6/+24
1998-05-27loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1-1/+0
1998-05-25added set logon, logoff, kickoff etc time functions.Luke Leighton1-1/+39
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 Leighton1-21/+51
1998-05-21fixed signed / unsigned warnings spotted by tim winders. also fixedLuke Leighton1-1/+1
1998-05-19passdb.c: Fixed typo in coment.Jeremy Allison1-1/+1
1998-05-19removed "default" system for password database api: all functions mustLuke Leighton1-180/+76
1998-05-19ldap.c :Luke Leighton1-21/+238
1998-05-18Abstracted all the crappy password interfaces through an indirectJeremy Allison1-240/+113
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1-206/+267
1998-05-18linker errors with -DUSE_NISPLUS_DB - difficult to spot when you're notLuke Leighton1-2/+2
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 Leighton1-64/+82