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