summaryrefslogtreecommitdiffstats
path: root/source3/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison2001-07-061-2/+2
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* very nasty bug !Jean-François Micouleau2001-05-091-1/+1
* fixes to the group mapping code.Jean-François Micouleau2001-05-081-2/+2
* merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter2001-05-071-16/+3
* Patch from Simo:Gerald Carter2001-05-071-19/+38
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-475/+258
* fixes from SimoGerald Carter2001-05-041-0/+43
* - fixed some compiler warningsAndrew Tridgell2001-04-281-2/+3
* converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-251-257/+294
* New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison2001-03-221-0/+6
* Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison2001-03-201-1/+11
* Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison2001-03-191-3/+3
* patches from Simo. Couple of snity thingsGerald Carter2001-03-141-1/+3
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-111-7/+7
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-5/+0
* Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.Jeremy Allison2001-03-021-3/+2
* Fixes for POSIX ACLS. ACL merge code.Jeremy Allison2001-01-151-2/+12
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-101-9/+31
* updates to the tdbsam implementation.Gerald Carter2000-12-061-0/+6
* o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter2000-11-221-3/+3
* Another large patch for the passdb rewrite.Gerald Carter2000-11-211-226/+342
* - fix "declaration of 'time' shadows global declaration" warning.David O'Neill2000-11-141-12/+12
* Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory.Jeremy Allison2000-11-141-2/+2
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-994/+1020
* TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter2000-10-261-0/+2
* last part of W2K support.Jean-François Micouleau2000-10-131-1/+0
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-071-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