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
r11256: Remove use of long long and strtoll in libsmbclient (we
Jeremy Allison
1
-1
/
+0
2007-10-10
r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup on
Jim McDonough
3
-4
/
+110
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
4
-113
/
+114
2007-10-10
r10911: part of #2861: add rename support for usrmgr.exe when using tdbsam
Jim McDonough
2
-40
/
+266
2007-10-10
r10792: Fix the "schannel not stored across client disconnects" problem.
Jeremy Allison
1
-0
/
+209
2007-10-10
r10658: It's so nice to have CVSIN to blame for this kind of bugs :-)
Volker Lendecke
1
-1
/
+1
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
9
-207
/
+614
2007-10-10
r10606: pdb_*sql patches from
Gerald Carter
2
-26
/
+24
2007-10-10
r9661: fallback to cn attribubte if displayName is not available
Gerald Carter
1
-14
/
+14
2007-10-10
r9660: real fix for group enumeration bug in 3.0.20; only affected the ldaps...
Gerald Carter
1
-4
/
+5
2007-10-10
r9522: Give better error-message when "NDS Universal Password" change fails.
Günther Deschner
1
-2
/
+6
2007-10-10
r9303: Clobber compiler warnings. Patch from Jason Mader <jason@ncac.gwu.edu>...
James Peach
1
-6
/
+6
2007-10-10
r9051: Fix from Fernando Schapachnik <fernando@mecon.gov.ar> to add logon hours
Lars Müller
1
-2
/
+3
2007-10-10
r8797: avoid unset rids for builtin-aliases.
Günther Deschner
1
-1
/
+2
2007-10-10
r8787: Make enumeration of builtin-aliases work again.
Günther Deschner
1
-5
/
+41
2007-10-10
r8542: - (re-)add better search-semantics: look for Interdomain trust accounts
Günther Deschner
1
-2
/
+2
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
4
-191
/
+191
2007-10-10
r7787: Fix from Fernando Schapachnik <fernando@mecon.gov.ar> to add logon hours
Jeremy Allison
3
-58
/
+213
2007-10-10
r7730: Some merges
Volker Lendecke
1
-22
/
+4
2007-10-10
r7718: Remove some unused code
Volker Lendecke
1
-39
/
+0
2007-10-10
r7577: switching to macro for IS_DC
Gerald Carter
1
-15
/
+4
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
1
-2
/
+40
2007-10-10
r7142: removing 'ldap filter' smb.conf option
Gerald Carter
1
-4
/
+4
2007-10-10
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
1
-0
/
+65
2007-10-10
r6774: Fix 2 memleaks
Volker Lendecke
1
-1
/
+2
2007-10-10
r6770: Fix bug 2705. Thanks, John, for beating my stuff :-)
Volker Lendecke
1
-2
/
+0
2007-10-10
r6748: With reconnects, state->connection->ldap_struct can change in smbldap_...
Volker Lendecke
1
-3
/
+8
2007-10-10
r6713: another talloc() fix. This time in pdb_xml.c
Gerald Carter
1
-1
/
+1
2007-10-10
r6635: Fix build of the various sql pdb backends after new talloc.
Jelmer Vernooij
3
-91
/
+101
2007-10-10
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Jeremy Allison
1
-1
/
+2
2007-10-10
r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that for
Volker Lendecke
2
-6
/
+6
2007-10-10
r6421: use add machine script when creating a user (ACB_NORMAL)
Gerald Carter
1
-1
/
+2
2007-10-10
r6367: Slim down pdb_interface.c a bit. next_entry and search_end are function
Volker Lendecke
2
-194
/
+69
2007-10-10
r6351: This is quite a large and intrusive patch, but there are not many piec...
Volker Lendecke
2
-153
/
+717
2007-10-10
r6277: This implements a new caching API for enumerating the pdb elements. It is
Volker Lendecke
1
-0
/
+358
2007-10-10
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
3
-13
/
+1
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-1
/
+2
2007-10-10
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
1
-1
/
+1
2007-10-10
r6092: This much const causes the compiler on Fedora Core 2
Jeremy Allison
1
-2
/
+2
2007-10-10
r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...
Volker Lendecke
2
-25
/
+31
2007-10-10
r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....
Jim McDonough
2
-15
/
+327
2007-10-10
r5957: BUGS 2478, 2093: compiler warning patches from Jason Mader
Gerald Carter
1
-6
/
+7
2007-10-10
r5951: gotta love that SGI compiler :-) (thanks Jason)
Gerald Carter
2
-4
/
+4
2007-10-10
r5927: Fix ldapsam trusted enum_group_members. We were searching in the user
Jim McDonough
1
-1
/
+1
2007-10-10
r5817: Patch from Vince Brimhall <vbrimhall@novell.com> to change the way pdb...
Jeremy Allison
1
-16
/
+20
2007-10-10
r5767: Get rid of some compiler warnings
Volker Lendecke
1
-14
/
+5
2007-10-10
r5746: remove unneeded header that caused problems on rh73
Gerald Carter
1
-1
/
+0
2007-10-10
r5733: Don't crash when the SID column contains NULL (Fixes #2316)
Jelmer Vernooij
1
-5
/
+10
2007-10-10
r5718: Don't update fields that haven't changed (fixes #1957)
Jelmer Vernooij
1
-27
/
+57
2007-10-10
r5708: BUG 2424: patch from Vince Brimhall <vbrimhall@novell.com> to ensure t...
Gerald Carter
1
-5
/
+5
[next]