summaryrefslogtreecommitdiffstats
path: root/source/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* updating whatsnew and merging from SAMBA_2_2Gerald Carter2002-10-151-2/+10
* syncing up for 2.2.6pre2Gerald Carter2002-08-271-0/+14
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-3/+4
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-4/+3
* Move over to RELEASE branch.Jeremy Allison2002-02-011-44/+118
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-997/+1163
* Syncup getting ready for release.Jeremy Allison2001-07-061-4/+13
* band aid fix for calling getpwnam() for every entry in smbpasswdGerald Carter2001-03-261-78/+0
* Rewrite of ACL mapping code. Works ok on UNIX permissions, now for testingJeremy Allison2001-03-221-0/+6
* Fix for coredump when using username map file. lookup_name must haveJeremy Allison2001-03-201-1/+11
* added info level 100 to srv get info call.Jean-François Micouleau2001-03-081-13/+20
* Debug printing for canon_ace entries.Jeremy Allison2001-01-151-2/+12
* Fix a silly type ... false -> FalseRichard Sharpe2000-11-271-1/+1
* Ensure that we call Get_Pwnam so that workstation account names are mapped toRichard Sharpe2000-11-271-1/+6
* - merge from HEAD for local_lookup_name()Gerald Carter2000-11-221-1/+1
* Raft of changes to sync up with most things in appliance head.Jeremy Allison2000-11-171-8/+26
* merge of Simo's TDBPWD backend from HEADGerald Carter2000-10-311-0/+2
* JF's fix'es for W2K domain support ! Hurrah !Jeremy Allison2000-10-131-1/+0
* Syncup with HEAD.Jeremy Allison2000-10-101-0/+209
* Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison2000-08-231-2/+73
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-64/+22
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-12/+3
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-091-2/+41
* 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