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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r16241: Fix Klocwork #106 and others like it.
Jeremy Allison
3
-472
/
+155
2007-10-10
r16197: Fix Klocwork id 1338
Volker Lendecke
1
-2
/
+3
2007-10-10
r16155: Janitor for jelmer.
Jeremy Allison
1
-1
/
+1
2007-10-10
r16121: Fix a eDir related memory leak.
Günther Deschner
1
-2
/
+9
2007-10-10
r16076: Fix for machine password timeout overflow from Shlomi Yaakobovich
Jeremy Allison
1
-1
/
+1
2007-10-10
r16064: Bug fix for another one Tom Bork has reported:
Volker Lendecke
1
-3
/
+23
2007-10-10
r16016: Add debug to be symetrical with reading from
Jeremy Allison
1
-0
/
+4
2007-10-10
r16014: Correctly set the group RID in init_sam_from_buffer.
Volker Lendecke
2
-0
/
+3
2007-10-10
r15895: Ensure all new rid allocation goes through
Jeremy Allison
1
-6
/
+12
2007-10-10
r15888: Fix bug #3804 from jason@ncac.gwu.edu
Jeremy Allison
1
-2
/
+2
2007-10-10
r15649: Allow to store 24 password history entries in ldapsam (same limit as on
Günther Deschner
1
-6
/
+7
2007-10-10
r15633: Minor smbldap/pdb_ldap cleanup
Günther Deschner
1
-7
/
+4
2007-10-10
r15601: Fix segfaults with 'security=share' and 'guest only = yes'
Volker Lendecke
1
-0
/
+3
2007-10-10
r15571: Fix Coverity bug #285
Volker Lendecke
1
-3
/
+7
2007-10-10
r15547: say goodbye to --with-ldapsam (although the ldapsam_compat passdb bac...
Gerald Carter
1
-17
/
+0
2007-10-10
r15542: Close the LDAP connection and free the struct, regardless whether the
Günther Deschner
1
-1
/
+1
2007-10-10
r15444: Fix from Jim to ensure we do a wildcard search for SID's
Jeremy Allison
1
-1
/
+1
2007-10-10
r15360: Fix bug # 3741. One more place where the algorithmic mapping needs to...
Volker Lendecke
1
-5
/
+24
2007-10-10
r15310: only store lanman passwords on a change if 'lanman auth = yes'
Gerald Carter
1
-7
/
+8
2007-10-10
r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...
Paul Green
1
-0
/
+2
2007-10-10
r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...
Volker Lendecke
2
-5
/
+5
2007-10-10
r15009: Add a check for NULL
Volker Lendecke
1
-0
/
+3
2007-10-10
r14868: I will not write code when changing to Daylight Savings Time.
Gerald Carter
1
-5
/
+10
2007-10-10
r14855: Various fixes:
Gerald Carter
1
-10
/
+8
2007-10-10
r14780: Fix coverity bug #272, null deref.
Jeremy Allison
1
-0
/
+8
2007-10-10
r14758: Fix broken LDAP search filter.
Günther Deschner
1
-1
/
+1
2007-10-10
r14756: Make smbpasswd -a root work for eDirectory where there is no "account"
Günther Deschner
1
-5
/
+18
2007-10-10
r14696: make pdb_find_backend_entry public (for use by an external "multi" pd...
Jelmer Vernooij
1
-3
/
+1
2007-10-10
r14634: Many bug fixes thanks to train rides and overnight stays in airports
Gerald Carter
2
-22
/
+84
2007-10-10
r14577: BUG Fixes:
Gerald Carter
2
-11
/
+9
2007-10-10
r14457: Add a few more special cases for RID 513 in the samr code.
Gerald Carter
2
-2
/
+32
2007-10-10
r14452: Sorry. Need more coffee....
Gerald Carter
1
-1
/
+1
2007-10-10
r14451: In order to get pdb_ldap searching for SID_NAME_ALIAS
Gerald Carter
1
-42
/
+16
2007-10-10
r14403: * modifies create_local_nt_token() to create a BUILTIN\Administrators
Gerald Carter
2
-15
/
+8
2007-10-10
r14103: Fix a memleak found by valgrind (!!)
Volker Lendecke
1
-0
/
+1
2007-10-10
r14102: Fix Coverity bug # 70
Volker Lendecke
1
-0
/
+4
2007-10-10
r14088: Fix Coverity bug #20. Don't deref possible null.
Jeremy Allison
1
-6
/
+9
2007-10-10
r13979: We've dereferenced my_methods already, so there's no point in checkin...
Volker Lendecke
1
-1
/
+1
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-7
/
+3
2007-10-10
r13843: Merge in net sam provision and some pdb_ldap fixes
Simo Sorce
1
-82
/
+130
2007-10-10
r13791: Having S-1-1-0 show up in winbind lookupsid does not really make sense.
Volker Lendecke
2
-3
/
+18
2007-10-10
r13776: Merge in the editposix ldapsam optimization
Simo Sorce
2
-109
/
+892
2007-10-10
r13765: Fix bug reported by jra. Don't check for a group SID when storing
Gerald Carter
1
-0
/
+2
2007-10-10
r13756: use samu_new() rather than calling talloc() directly.
Gerald Carter
1
-1
/
+1
2007-10-10
r13747: Fix the reference count for tdbsam_open() - on an
Jeremy Allison
1
-5
/
+9
2007-10-10
r13729: Fix smbpasswd -x
Volker Lendecke
1
-13
/
+6
2007-10-10
r13728: No, we have not talked about this on irc less than 24h ago... ;-)
Volker Lendecke
1
-2
/
+2
2007-10-10
r13727: Fix a segfault
Volker Lendecke
1
-1
/
+5
2007-10-10
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
Günther Deschner
6
-40
/
+275
2007-10-10
r13704: Janitor for tpot.
Jeremy Allison
1
-50
/
+55
[prev]
[next]