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
/
passdb
/
passdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13545: A patch which I think it's time has come. VOlker, we can talk about
Gerald Carter
1
-7
/
+15
2007-10-10
r13494: Merge the stuff I've done in head the last days.
Volker Lendecke
1
-83
/
+43
2007-10-10
r13460: by popular demand....
Gerald Carter
1
-1
/
+5
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-443
/
+178
2007-10-10
r12913: missed merge to fix BUG 3391; ensure we can lookup account policies
Gerald Carter
1
-2
/
+5
2007-10-10
r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
Jeremy Allison
1
-4
/
+4
2007-10-10
r12163: Change lookup_sid and lookup_name to return const char * instead of c...
Volker Lendecke
1
-1
/
+1
2007-10-10
r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...
Volker Lendecke
1
-59
/
+76
2007-10-10
r11999: Re-add "passdb expand explicit".
Volker Lendecke
1
-3
/
+13
2007-10-10
r11947: Back out passdb:expand_explicit until we find consensus. I'll file th...
Volker Lendecke
1
-14
/
+3
2007-10-10
r11920: Rename local_lookup_rid to lookup_global_sam_rid, add lookup_builtin_...
Volker Lendecke
1
-15
/
+21
2007-10-10
r11919: The generic mappings in srv_samr_nt.c are only used there -- make them
Volker Lendecke
1
-25
/
+14
2007-10-10
r11914: After talking to Jeremy, implement passdb:expand_explicit with a defa...
Volker Lendecke
1
-3
/
+14
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-8
/
+8
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-38
/
+38
2007-10-10
r7730: Some merges
Volker Lendecke
1
-22
/
+4
2007-10-10
r6774: Fix 2 memleaks
Volker Lendecke
1
-1
/
+2
2007-10-10
r5951: gotta love that SGI compiler :-) (thanks Jason)
Gerald Carter
1
-1
/
+1
2007-10-10
r5421: Fix a memleak
Volker Lendecke
1
-1
/
+3
2007-10-10
r5349: After talking with Jerry, reverted the addition of account policies to
Günther Deschner
1
-8
/
+8
2007-10-10
r5337: BUG 1439: make sure to initialize pointer to prevent invalide free()'s...
Gerald Carter
1
-42
/
+42
2007-10-10
r5058: Due to the fragileness how windows reacts on unmapped sids sometimes,
Günther Deschner
1
-0
/
+6
2007-10-10
r4988: After speaking with Jerry, remove old lp_admin_users to
Günther Deschner
1
-14
/
+0
2007-10-10
r4964: Fix our lsa lookupsid $OURDOMAINSID-500.
Günther Deschner
1
-14
/
+15
2007-10-10
r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Günther Deschner
1
-8
/
+8
2007-10-10
r4860: fix silly limitation in ldapsam and tdbsam. Expand variables in the p...
Gerald Carter
1
-10
/
+16
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-3
/
+3
2007-10-10
r3875: Allow to look up at least or own sid in _lsa_lookup_sids.
Günther Deschner
1
-0
/
+8
2007-10-10
r3563: During a typical logon a modern workstation makes a lot of anonymous s...
Volker Lendecke
1
-0
/
+22
2007-10-10
r1906: Revert lukeh's change for primary uid/gid change. This creates a recur...
Volker Lendecke
1
-19
/
+7
2007-10-10
r1871: Patch from Luke Howard <lukeh@PADL.COM> to correctly use
Jeremy Allison
1
-7
/
+19
2007-10-10
r1869: Rename "fallback_XXXX" mapping to "algorithmic_XXX" as
Jeremy Allison
1
-33
/
+26
2007-10-10
r1810: Patch from Richard Renard <rrenard@idealx.com> to store
Jeremy Allison
1
-0
/
+51
2007-10-10
r1661: Changed the password history format so that each history entry
Jeremy Allison
1
-6
/
+8
2007-10-10
r1539: If a account was locked out by an admin (and has a bad password count ...
Jeremy Allison
1
-6
/
+19
2007-10-10
r1412: Fix password history list in tdbsam. Fix some memory leaks. Add
Jeremy Allison
1
-4
/
+19
2007-10-10
r1392: Added password history code to tdbsam backend. Not yet tested (ie. may
Jeremy Allison
1
-385
/
+383
2007-10-10
r989: Calling sid_to_gid from within winbind makes no sense, as this calls
Volker Lendecke
1
-0
/
+1
2007-10-10
r801: Fix from "Jianliang Lu" <j.lu@tiesse.com> to return correct group
Jeremy Allison
1
-10
/
+8
2007-10-10
r505: Break out algorithmic_gid_to_sid so that those of us who need it can us...
Richard Sharpe
1
-3
/
+19
2007-10-10
r501: Fix a small cut-n-pasteo ...
Richard Sharpe
1
-1
/
+1
2007-10-10
r316: Fix split_domain_name. This defaulted to get_myname() instead of
Volker Lendecke
1
-13
/
+0
2004-03-31
Apply some const
Volker Lendecke
1
-1
/
+1
2004-02-20
handle both 0 and -1 as disabling reset count and lockout duration
Jim McDonough
1
-4
/
+4
2004-02-19
Clean up bad pw count and autolock flag update fn()s
Jim McDonough
1
-79
/
+95
2004-02-19
Add bad pw count and autolock flag update fn()s
Jim McDonough
1
-2
/
+127
2004-02-19
Add functions to get/set bad password time
Jim McDonough
1
-1
/
+2
2004-02-13
Move tdbsam versioning/upgrade code into 3.0
Jim McDonough
1
-15
/
+445
2004-02-12
More sync between passdb on 3.0 and HEAD.
Jim McDonough
1
-6
/
+6
2004-02-12
Start of merging HEAD changes. Right now, just move one fn() to eliminate
Jim McDonough
1
-67
/
+63
[prev]
[next]