summaryrefslogtreecommitdiff
path: root/source3/lib/account_pol.c
Commit message (Expand)AuthorAgeFilesLines
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-44/+44
* s3-account_policy: remove trailing whitespace.Günther Deschner2009-07-141-32/+32
* fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell2008-08-131-1/+2
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-2/+2
* A brown paper bag bug fix for "net sam rights"Volker Lendecke2008-07-101-1/+1
* account_pol: use db_open_trans()Stefan Metzmacher2008-04-011-2/+2
* account_pol: use dbwrap_trans_store_uint32()Stefan Metzmacher2008-04-011-7/+1
* Convert account_pol.tdb to dbwrapVolker Lendecke2008-04-011-18/+66
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-9/+9
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r19978: More "net sam policy" improvements. Thanks to Karolin Seeger <ks@sern...Volker Lendecke2007-10-101-16/+12
* r18313: Nobody said "no" (yet.... gd?), so commit it:Volker Lendecke2007-10-101-125/+42
* r18182: only grant privs to Administrators if privileges are enabled to avoid...Gerald Carter2007-10-101-2/+5
* r17334: Some C++ warningsVolker Lendecke2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-4/+12
* r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke2007-10-101-1/+1
* r14432: Give in and grant BUILT\Administrators all privilegesGerald Carter2007-10-101-1/+6
* r12398: adding Guenther's account policy migration fixGerald Carter2007-10-101-12/+73
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-97/+275
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-8/+0
* r6166: Derell, I'm reverting this part of -r4917 because it modifies the keysGünther Deschner2007-10-101-2/+2
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-101-325/+99
* r5235: Fix compile warning.Günther Deschner2007-10-101-1/+1
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-101-99/+325
* r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.Jeremy Allison2007-10-101-2/+2
* r4724: Add support for Windows privileges in Samba 3.0Gerald Carter2007-10-101-1/+33
* r4651: Add "refuse machine password change" policy field. This update will justJim McDonough2007-10-101-14/+52
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r3940: typo.Günther Deschner2007-10-101-1/+1
* r3561: Since we have tdb_reopen_all() after all forks, the local_pid logic is...Volker Lendecke2007-10-101-4/+1
* r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison2007-10-101-2/+25
* Make default lockout duration and reset count time 30 minutes, to match windo...Jim McDonough2004-02-201-2/+2
* Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ...Gerald Carter2003-07-251-1/+1
* Whitespace syncup.Tim Potter2003-04-281-4/+2
* Don't try to continue if initialisation fails (merge from HEAD)Andrew Bartlett2003-04-231-2/+4
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+2
* sync 3.0 branch with headJelmer Vernooij2002-08-171-26/+62
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-091-7/+8
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-031-1/+1
* more irix -64 portability fixesAndrew Tridgell2001-12-311-10/+0
* - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-311-2/+2
* moved init_account_policy() to the right placeAndrew Tridgell2001-12-041-1/+5
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-0/+132