summaryrefslogtreecommitdiff
path: root/source3/lib/account_pol.c
AgeCommit message (Expand)AuthorFilesLines
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