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