summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison1-4/+19
2007-10-10r1392: Added password history code to tdbsam backend. Not yet tested (ie. mayJeremy Allison1-385/+383
2007-10-10r989: Calling sid_to_gid from within winbind makes no sense, as this callsVolker Lendecke1-0/+1
2007-10-10r801: Fix from "Jianliang Lu" <j.lu@tiesse.com> to return correct groupJeremy Allison1-10/+8
2007-10-10r505: Break out algorithmic_gid_to_sid so that those of us who need it can us...Richard Sharpe1-3/+19
2007-10-10r501: Fix a small cut-n-pasteo ...Richard Sharpe1-1/+1
2007-10-10r316: Fix split_domain_name. This defaulted to get_myname() instead ofVolker Lendecke1-13/+0
2004-03-31Apply some constVolker Lendecke1-1/+1
2004-02-20handle both 0 and -1 as disabling reset count and lockout durationJim McDonough1-4/+4
2004-02-19Clean up bad pw count and autolock flag update fn()sJim McDonough1-79/+95
2004-02-19Add bad pw count and autolock flag update fn()sJim McDonough1-2/+127
2004-02-19Add functions to get/set bad password timeJim McDonough1-1/+2
2004-02-13Move tdbsam versioning/upgrade code into 3.0Jim McDonough1-15/+445
2004-02-12More sync between passdb on 3.0 and HEAD.Jim McDonough1-6/+6
2004-02-12Start of merging HEAD changes. Right now, just move one fn() to eliminateJim McDonough1-67/+63
2004-02-09And another build fix.Volker Lendecke1-2/+2
2004-02-09Fix the build & get rid of a compiler warning.Volker Lendecke1-0/+3
2004-02-08Add static, and assert that we will never overflow the static fstringAndrew Bartlett1-1/+4
2004-01-07Typo fix.Rafal Szczesniak1-1/+1
2004-01-02JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett1-1/+1
2003-12-11Fix uninitialized variable in passdb code. Reported by Andy Polyakov <appro@f...Alexander Bokovoy1-1/+1
2003-12-10more group lookup access fixes on the neverending bug 281Gerald Carter1-6/+16
2003-11-24more access fixes for group enumeration in LDAP; bug 281Gerald Carter1-3/+14
2003-11-17* make sure we only enumerate group mapping entriesGerald Carter1-14/+0
2003-10-10Match Samba 2.2, and make ACB_NORMAL the default ACB value.Andrew Bartlett1-0/+7
2003-10-03Typo in error message.Jeremy Allison1-1/+1
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-7/+13
2003-09-18Oops. Proper fix for #470.Jeremy Allison1-18/+20
2003-09-18Fix for #470 - unable to display SIDs in ACLs.Jeremy Allison1-2/+11
2003-09-11remove getpwnam() calls from init_sam_from_xxx().Gerald Carter1-29/+8
2003-08-21fix for BUG 245; make sure we set the sid type when falling back to the rid a...Gerald Carter1-1/+7
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-2/+2
2003-08-132 fixesGerald Carter1-0/+48
2003-08-11fix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root()Gerald Carter1-1/+8
2003-08-06fix bug #208; have to get the gid of the user's primary group for %GGerald Carter1-0/+7
2003-08-06oops; fix typo. Noticed by gcc warningGerald Carter1-2/+2
2003-08-05fix bug #245; local_lookupsid() needed to make a getpwuid() call to get the u...Gerald Carter1-9/+20
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-2/+2
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-1/+1
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-3/+3
2003-07-16fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter1-6/+0
2003-07-15make sure to fallback to rid algoruthm for users not in smbpasswd (e.g. force...Gerald Carter1-7/+17
2003-07-13use the specific funtion we have to check if a SID belong to our domainSimo Sorce1-12/+6
2003-07-13Argl. Thinking twice and looking at the rest of callers of sid_compare_domainVolker Lendecke1-1/+6
2003-07-13We have an API to compare the domain parts of two SIDs, so use it.Volker Lendecke1-6/+1
2003-07-11fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter1-1/+1
2003-07-11moving more code around.Gerald Carter1-145/+26
2003-07-09Fix up become_root/unbecome_root pairs needed around local passdbJeremy Allison1-3/+17
2003-07-08Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison1-0/+435
2003-07-07Cleaning up linking issues. sam/idmap*.c only links inGerald Carter1-0/+114