summaryrefslogtreecommitdiffstats
path: root/source3/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
...
* r3875: Allow to look up at least or own sid in _lsa_lookup_sids.Günther Deschner2007-10-101-0/+8
* r3563: During a typical logon a modern workstation makes a lot of anonymous s...Volker Lendecke2007-10-101-0/+22
* r1906: Revert lukeh's change for primary uid/gid change. This creates a recur...Volker Lendecke2007-10-101-19/+7
* r1871: Patch from Luke Howard <lukeh@PADL.COM> to correctly useJeremy Allison2007-10-101-7/+19
* r1869: Rename "fallback_XXXX" mapping to "algorithmic_XXX" asJeremy Allison2007-10-101-33/+26
* r1810: Patch from Richard Renard <rrenard@idealx.com> to storeJeremy Allison2007-10-101-0/+51
* r1661: Changed the password history format so that each history entryJeremy Allison2007-10-101-6/+8
* r1539: If a account was locked out by an admin (and has a bad password count ...Jeremy Allison2007-10-101-6/+19
* r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison2007-10-101-4/+19
* r1392: Added password history code to tdbsam backend. Not yet tested (ie. mayJeremy Allison2007-10-101-385/+383
* r989: Calling sid_to_gid from within winbind makes no sense, as this callsVolker Lendecke2007-10-101-0/+1
* r801: Fix from "Jianliang Lu" <j.lu@tiesse.com> to return correct groupJeremy Allison2007-10-101-10/+8
* r505: Break out algorithmic_gid_to_sid so that those of us who need it can us...Richard Sharpe2007-10-101-3/+19
* r501: Fix a small cut-n-pasteo ...Richard Sharpe2007-10-101-1/+1
* r316: Fix split_domain_name. This defaulted to get_myname() instead ofVolker Lendecke2007-10-101-13/+0
* Apply some constVolker Lendecke2004-03-311-1/+1
* handle both 0 and -1 as disabling reset count and lockout durationJim McDonough2004-02-201-4/+4
* Clean up bad pw count and autolock flag update fn()sJim McDonough2004-02-191-79/+95
* Add bad pw count and autolock flag update fn()sJim McDonough2004-02-191-2/+127
* Add functions to get/set bad password timeJim McDonough2004-02-191-1/+2
* Move tdbsam versioning/upgrade code into 3.0Jim McDonough2004-02-131-15/+445
* More sync between passdb on 3.0 and HEAD.Jim McDonough2004-02-121-6/+6
* Start of merging HEAD changes. Right now, just move one fn() to eliminateJim McDonough2004-02-121-67/+63
* And another build fix.Volker Lendecke2004-02-091-2/+2
* Fix the build & get rid of a compiler warning.Volker Lendecke2004-02-091-0/+3
* Add static, and assert that we will never overflow the static fstringAndrew Bartlett2004-02-081-1/+4
* Typo fix.Rafal Szczesniak2004-01-071-1/+1
* JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett2004-01-021-1/+1
* Fix uninitialized variable in passdb code. Reported by Andy Polyakov <appro@f...Alexander Bokovoy2003-12-111-1/+1
* more group lookup access fixes on the neverending bug 281Gerald Carter2003-12-101-6/+16
* more access fixes for group enumeration in LDAP; bug 281Gerald Carter2003-11-241-3/+14
* * make sure we only enumerate group mapping entriesGerald Carter2003-11-171-14/+0
* Match Samba 2.2, and make ACB_NORMAL the default ACB value.Andrew Bartlett2003-10-101-0/+7
* Typo in error message.Jeremy Allison2003-10-031-1/+1
* The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-181-7/+13
* Oops. Proper fix for #470.Jeremy Allison2003-09-181-18/+20
* Fix for #470 - unable to display SIDs in ACLs.Jeremy Allison2003-09-181-2/+11
* remove getpwnam() calls from init_sam_from_xxx().Gerald Carter2003-09-111-29/+8
* fix for BUG 245; make sure we set the sid type when falling back to the rid a...Gerald Carter2003-08-211-1/+7
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-2/+2
* 2 fixesGerald Carter2003-08-131-0/+48
* fix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root()Gerald Carter2003-08-111-1/+8
* fix bug #208; have to get the gid of the user's primary group for %GGerald Carter2003-08-061-0/+7
* oops; fix typo. Noticed by gcc warningGerald Carter2003-08-061-2/+2
* fix bug #245; local_lookupsid() needed to make a getpwuid() call to get the u...Gerald Carter2003-08-051-9/+20
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-2/+2
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-3/+3
* fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter2003-07-161-6/+0
* make sure to fallback to rid algoruthm for users not in smbpasswd (e.g. force...Gerald Carter2003-07-151-7/+17