summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
2001-08-13Fixed typo in debug message.Tim Potter1-2/+2
2001-07-06Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison1-2/+2
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-05-09very nasty bug !Jean-François Micouleau1-1/+1
2001-05-08fixes to the group mapping code.Jean-François Micouleau1-2/+2
2001-05-07merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter1-16/+3
2001-05-07Patch from Simo:Gerald Carter1-19/+38
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-475/+258
2001-05-04fixes from SimoGerald Carter1-0/+43
2001-04-28- fixed some compiler warningsAndrew Tridgell1-2/+3
2001-04-25converted the passdb smbpasswd implementation to using tallocGerald Carter1-257/+294
2001-03-22New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison1-0/+6
2001-03-20Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison1-1/+11
2001-03-19Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison1-3/+3
2001-03-14patches from Simo. Couple of snity thingsGerald Carter1-1/+3
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison1-7/+7
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-5/+0
2001-03-02Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.Jeremy Allison1-3/+2
2001-01-15Fixes for POSIX ACLS. ACL merge code.Jeremy Allison1-2/+12
2001-01-10Changes from APPLIANCE_HEAD:David O'Neill1-9/+31
2000-12-06updates to the tdbsam implementation.Gerald Carter1-0/+6
2000-11-22o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter1-3/+3
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-226/+342
2000-11-14- fix "declaration of 'time' shadows global declaration" warning.David O'Neill1-12/+12
2000-11-14Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory.Jeremy Allison1-2/+2
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-994/+1020
2000-10-26TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter1-0/+2
2000-10-13last part of W2K support.Jean-François Micouleau1-1/+0
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-0/+209
2000-08-23Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison1-2/+73
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-64/+22
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-12/+3
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