summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-3/+3
* 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
* fixed unused variableAndrew Tridgell2001-03-181-1/+1
* 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-113-18/+18
* 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-023-6/+5
* Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2001-02-141-3/+10
* add pam_setcred() call to pam_auth(). Patch was submited last Oct.Gerald Carter2001-02-081-0/+8
* Fixes for POSIX ACLS. ACL merge code.Jeremy Allison2001-01-151-2/+12
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-0/+2
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-101-9/+31
* more fixes from Simo. Also fixed the password expiration fieldGerald Carter2000-12-121-134/+59
* group rid assignment cut and paste errorGerald Carter2000-12-091-2/+2
* Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-061-0/+5
* updates to the tdbsam implementation.Gerald Carter2000-12-063-37/+269
* passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison2000-11-272-30/+19
* o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter2000-11-222-3/+4
* Another large patch for the passdb rewrite.Gerald Carter2000-11-215-746/+867
* - 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-136-1422/+1835
* TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter2000-10-262-0/+598
* 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
* Removed a line by mistake...Jeremy Allison2000-09-281-0/+1
* Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison2000-09-281-7/+0
* fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2000-09-282-1/+9
* 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
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+1
* 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 secrets handling into secrets.cAndrew Tridgell2000-06-032-49/+43
* param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison2000-06-011-1/+3
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-14/+2
* Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman2000-05-291-0/+32
* passdb/secrets.c: Fix typo in comment.Jeremy Allison2000-05-151-1/+1
* Added code to do a one-way migration of the old DOMAIN.MACHINE.macJeremy Allison2000-05-131-4/+259
* fixed two uninitialised variablesAndrew Tridgell2000-05-121-1/+1
* Someone :-) forgot to add secrets.c to HEAD.Jeremy Allison2000-05-081-0/+90
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-219/+22
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-022-4/+4
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-252-2/+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