net: now that "net rpc user" uses netapi calls exclusivly, net rpc shell needs
[kai/samba.git] / source3 / lib / account_pol.c
2008-08-13 Andrew Tridgellfixed lots of places that paniced on a failed transacti...
2008-08-13 Andrew Tridgellfirst cut at adding full transactions for ctdb to samba3
2008-07-10 Volker LendeckeA brown paper bag bug fix for "net sam rights"
2008-04-01 Stefan Metzmacheraccount_pol: use db_open_trans()
2008-04-01 Stefan Metzmacheraccount_pol: use dbwrap_trans_store_uint32()
2008-04-01 Volker LendeckeConvert account_pol.tdb to dbwrap
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-01 Gerald (Jerry) CarterPatch 2 of 3 from Debian Samba packagers:
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker19978: More "net sam policy" improvements. Thanks...
2007-10-10 Volker Lendecker18313: Nobody said "no" (yet.... gd?), so commit it:
2007-10-10 Gerald Carterr18182: only grant privs to Administrators if privilege...
2007-10-10 Volker Lendecker17334: Some C++ warnings
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker15101: Little step towards getting Samba4 tdb into...
2007-10-10 Gerald Carterr14432: Give in and grant BUILT\Administrators all...
2007-10-10 Gerald Carterr12398: adding Guenther's account policy migration fix
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Volker Lendecker6263: Get rid of generate_wellknown_sids, they are...
2007-10-10 Günther Deschnerr6166: Derell, I'm reverting this part of -r4917 becaus...
2007-10-10 Günther Deschnerr5349: After talking with Jerry, reverted the addition...
2007-10-10 Günther Deschnerr5235: Fix compile warning.
2007-10-10 Günther Deschnerr4925: Migrate Account Policies to passdb (esp. replica...
2007-10-10 Jeremy Allisonr4917: Merge some of Derrell.Lipman@UnwiredUniverse...
2007-10-10 Gerald Carterr4724: Add support for Windows privileges in Samba 3.0
2007-10-10 Jim McDonoughr4651: Add "refuse machine password change" policy...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Günther Deschnerr3940: typo.
2007-10-10 Volker Lendecker3561: Since we have tdb_reopen_all() after all forks...
2007-10-10 Jeremy Allisonr1412: Fix password history list in tdbsam. Fix some...
2004-02-20 Jim McDonoughMake default lockout duration and
2004-02-20 Jim McDonoughMake default lockout duration and reset count time...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-25 Gerald CarterFix bug #184; set max_pw_age in account_pol to -1 so...
2003-04-28 Tim PotterWhitespace syncup.
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-23 Andrew BartlettDon't try to continue if initialisation fails (merge...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-23 Jelmer VernooijDon't crash when initialising tdb fails
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-10-04 Jeremy AllisonAdd a timeout to tdb_lock_bystring(). Ensure we never...
2002-10-04 Jeremy AllisonAdd a timeout to tdb_lock_bystring(). Ensure we never...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-22 Tim PotterSpelling fixes.
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-15 Simo Sorce*** empty log message ***
2002-07-24 Andrew BartlettMake it possible to query account policy values from...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-09 Jeremy AllisonFixed all uses of tdb_fetch/store/_int to use explicit...
2002-01-03 Jeremy AllisonFixed nasty cast of tdb_delete in traversals.
2001-12-31 Andrew Tridgellmore irix -64 portability fixes
2001-12-31 Andrew Tridgell- portablitity fixes for cc -64 on irix
2001-12-04 Andrew Tridgellmoved init_account_policy() to the right place
2001-12-03 Jean-François Mico... added a tdb to store the account policy informations.