index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
account_pol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-14
s3-account_policy: add pdb_policy_type enum.
Günther Deschner
1
-44
/
+44
2009-07-14
s3-account_policy: remove trailing whitespace.
Günther Deschner
1
-32
/
+32
2008-08-13
fixed lots of places that paniced on a failed transaction_commit,
Andrew Tridgell
1
-1
/
+2
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
1
-2
/
+2
2008-07-10
A brown paper bag bug fix for "net sam rights"
Volker Lendecke
1
-1
/
+1
2008-04-01
account_pol: use db_open_trans()
Stefan Metzmacher
1
-2
/
+2
2008-04-01
account_pol: use dbwrap_trans_store_uint32()
Stefan Metzmacher
1
-7
/
+1
2008-04-01
Convert account_pol.tdb to dbwrap
Volker Lendecke
1
-18
/
+66
2007-11-01
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
1
-2
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-9
/
+9
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r19978: More "net sam policy" improvements. Thanks to Karolin Seeger <ks@sern...
Volker Lendecke
1
-16
/
+12
2007-10-10
r18313: Nobody said "no" (yet.... gd?), so commit it:
Volker Lendecke
1
-125
/
+42
2007-10-10
r18182: only grant privs to Administrators if privileges are enabled to avoid...
Gerald Carter
1
-2
/
+5
2007-10-10
r17334: Some C++ warnings
Volker Lendecke
1
-1
/
+1
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-4
/
+12
2007-10-10
r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...
Volker Lendecke
1
-1
/
+1
2007-10-10
r14432: Give in and grant BUILT\Administrators all privileges
Gerald Carter
1
-1
/
+6
2007-10-10
r12398: adding Guenther's account policy migration fix
Gerald Carter
1
-12
/
+73
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-97
/
+275
2007-10-10
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
1
-8
/
+0
2007-10-10
r6166: Derell, I'm reverting this part of -r4917 because it modifies the keys
Günther Deschner
1
-2
/
+2
2007-10-10
r5349: After talking with Jerry, reverted the addition of account policies to
Günther Deschner
1
-325
/
+99
2007-10-10
r5235: Fix compile warning.
Günther Deschner
1
-1
/
+1
2007-10-10
r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Günther Deschner
1
-99
/
+325
2007-10-10
r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.
Jeremy Allison
1
-2
/
+2
2007-10-10
r4724: Add support for Windows privileges in Samba 3.0
Gerald Carter
1
-1
/
+33
2007-10-10
r4651: Add "refuse machine password change" policy field. This update will just
Jim McDonough
1
-14
/
+52
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r3940: typo.
Günther Deschner
1
-1
/
+1
2007-10-10
r3561: Since we have tdb_reopen_all() after all forks, the local_pid logic is...
Volker Lendecke
1
-4
/
+1
2007-10-10
r1412: Fix password history list in tdbsam. Fix some memory leaks. Add
Jeremy Allison
1
-2
/
+25
2004-02-20
Make default lockout duration and reset count time 30 minutes, to match windo...
Jim McDonough
1
-2
/
+2
2003-07-25
Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ...
Gerald Carter
1
-1
/
+1
2003-04-28
Whitespace syncup.
Tim Potter
1
-4
/
+2
2003-04-23
Don't try to continue if initialisation fails (merge from HEAD)
Andrew Bartlett
1
-2
/
+4
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-2
/
+2
2002-10-04
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
1
-1
/
+1
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-2
/
+2
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-26
/
+62
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-09
Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endian
Jeremy Allison
1
-7
/
+8
2002-01-03
Fixed nasty cast of tdb_delete in traversals.
Jeremy Allison
1
-1
/
+1
2001-12-31
more irix -64 portability fixes
Andrew Tridgell
1
-10
/
+0
2001-12-31
- portablitity fixes for cc -64 on irix
Andrew Tridgell
1
-2
/
+2
2001-12-04
moved init_account_policy() to the right place
Andrew Tridgell
1
-1
/
+5
2001-12-03
added a tdb to store the account policy informations.
Jean-François Micouleau
1
-0
/
+132