index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
passdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r11999: Re-add "passdb expand explicit".
Volker Lendecke
2007-10-10
1
-3
/
+13
*
r11947: Back out passdb:expand_explicit until we find consensus. I'll file th...
Volker Lendecke
2007-10-10
1
-14
/
+3
*
r11920: Rename local_lookup_rid to lookup_global_sam_rid, add lookup_builtin_...
Volker Lendecke
2007-10-10
1
-15
/
+21
*
r11919: The generic mappings in srv_samr_nt.c are only used there -- make them
Volker Lendecke
2007-10-10
1
-25
/
+14
*
r11914: After talking to Jeremy, implement passdb:expand_explicit with a defa...
Volker Lendecke
2007-10-10
1
-3
/
+14
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-8
/
+8
*
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
2007-10-10
1
-38
/
+38
*
r7730: Some merges
Volker Lendecke
2007-10-10
1
-22
/
+4
*
r6774: Fix 2 memleaks
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r5951: gotta love that SGI compiler :-) (thanks Jason)
Gerald Carter
2007-10-10
1
-1
/
+1
*
r5421: Fix a memleak
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r5349: After talking with Jerry, reverted the addition of account policies to
Günther Deschner
2007-10-10
1
-8
/
+8
*
r5337: BUG 1439: make sure to initialize pointer to prevent invalide free()'s...
Gerald Carter
2007-10-10
1
-42
/
+42
*
r5058: Due to the fragileness how windows reacts on unmapped sids sometimes,
Günther Deschner
2007-10-10
1
-0
/
+6
*
r4988: After speaking with Jerry, remove old lp_admin_users to
Günther Deschner
2007-10-10
1
-14
/
+0
*
r4964: Fix our lsa lookupsid $OURDOMAINSID-500.
Günther Deschner
2007-10-10
1
-14
/
+15
*
r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Günther Deschner
2007-10-10
1
-8
/
+8
*
r4860: fix silly limitation in ldapsam and tdbsam. Expand variables in the p...
Gerald Carter
2007-10-10
1
-10
/
+16
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r3875: Allow to look up at least or own sid in _lsa_lookup_sids.
Günther Deschner
2007-10-10
1
-0
/
+8
*
r3563: During a typical logon a modern workstation makes a lot of anonymous s...
Volker Lendecke
2007-10-10
1
-0
/
+22
*
r1906: Revert lukeh's change for primary uid/gid change. This creates a recur...
Volker Lendecke
2007-10-10
1
-19
/
+7
*
r1871: Patch from Luke Howard <lukeh@PADL.COM> to correctly use
Jeremy Allison
2007-10-10
1
-7
/
+19
*
r1869: Rename "fallback_XXXX" mapping to "algorithmic_XXX" as
Jeremy Allison
2007-10-10
1
-33
/
+26
*
r1810: Patch from Richard Renard <rrenard@idealx.com> to store
Jeremy Allison
2007-10-10
1
-0
/
+51
*
r1661: Changed the password history format so that each history entry
Jeremy Allison
2007-10-10
1
-6
/
+8
*
r1539: If a account was locked out by an admin (and has a bad password count ...
Jeremy Allison
2007-10-10
1
-6
/
+19
*
r1412: Fix password history list in tdbsam. Fix some memory leaks. Add
Jeremy Allison
2007-10-10
1
-4
/
+19
*
r1392: Added password history code to tdbsam backend. Not yet tested (ie. may
Jeremy Allison
2007-10-10
1
-385
/
+383
*
r989: Calling sid_to_gid from within winbind makes no sense, as this calls
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r801: Fix from "Jianliang Lu" <j.lu@tiesse.com> to return correct group
Jeremy Allison
2007-10-10
1
-10
/
+8
*
r505: Break out algorithmic_gid_to_sid so that those of us who need it can us...
Richard Sharpe
2007-10-10
1
-3
/
+19
*
r501: Fix a small cut-n-pasteo ...
Richard Sharpe
2007-10-10
1
-1
/
+1
*
r316: Fix split_domain_name. This defaulted to get_myname() instead of
Volker Lendecke
2007-10-10
1
-13
/
+0
*
Apply some const
Volker Lendecke
2004-03-31
1
-1
/
+1
*
handle both 0 and -1 as disabling reset count and lockout duration
Jim McDonough
2004-02-20
1
-4
/
+4
*
Clean up bad pw count and autolock flag update fn()s
Jim McDonough
2004-02-19
1
-79
/
+95
*
Add bad pw count and autolock flag update fn()s
Jim McDonough
2004-02-19
1
-2
/
+127
*
Add functions to get/set bad password time
Jim McDonough
2004-02-19
1
-1
/
+2
*
Move tdbsam versioning/upgrade code into 3.0
Jim McDonough
2004-02-13
1
-15
/
+445
*
More sync between passdb on 3.0 and HEAD.
Jim McDonough
2004-02-12
1
-6
/
+6
*
Start of merging HEAD changes. Right now, just move one fn() to eliminate
Jim McDonough
2004-02-12
1
-67
/
+63
*
And another build fix.
Volker Lendecke
2004-02-09
1
-2
/
+2
*
Fix the build & get rid of a compiler warning.
Volker Lendecke
2004-02-09
1
-0
/
+3
*
Add static, and assert that we will never overflow the static fstring
Andrew Bartlett
2004-02-08
1
-1
/
+4
*
Typo fix.
Rafal Szczesniak
2004-01-07
1
-1
/
+1
*
JHT came up with a nasty (broken) torture case in preparing examples for
Andrew Bartlett
2004-01-02
1
-1
/
+1
*
Fix uninitialized variable in passdb code. Reported by Andy Polyakov <appro@f...
Alexander Bokovoy
2003-12-11
1
-1
/
+1
*
more group lookup access fixes on the neverending bug 281
Gerald Carter
2003-12-10
1
-6
/
+16
*
more access fixes for group enumeration in LDAP; bug 281
Gerald Carter
2003-11-24
1
-3
/
+14
[prev]
[next]