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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r15611: Remove used but uninitialised variable "count".
James Peach
1
-2
/
+2
2007-10-10
r15610: Fix Coverity #288 - possible null deref.
Jeremy Allison
1
-3
/
+11
2007-10-10
r15608: Fix a couple of Coverity errors
Volker Lendecke
1
-0
/
+9
2007-10-10
r15601: Fix segfaults with 'security=share' and 'guest only = yes'
Volker Lendecke
2
-10
/
+31
2007-10-10
r15600: Correctly fill in the gid for local users.
Volker Lendecke
1
-0
/
+6
2007-10-10
r15597: more ads join fixes -- we can only set the PWDNOEXP and DES_ONLY acb ...
Gerald Carter
1
-7
/
+9
2007-10-10
r15589: While trying to understand the vuid code I found that security=share ...
Volker Lendecke
3
-15
/
+26
2007-10-10
r15583: Add a comment while trying to understand this code
Volker Lendecke
1
-0
/
+5
2007-10-10
r15571: Fix Coverity bug #285
Volker Lendecke
1
-3
/
+7
2007-10-10
r15570: Fix Coverity bug # 286. I really wonder why gcc -O1 did not catch thi...
Volker Lendecke
1
-1
/
+1
2007-10-10
r15569: Fix Coverity bug # 287. Jerry, can you check if WERR_NOMEM is a corre...
Volker Lendecke
1
-0
/
+11
2007-10-10
r15566: Fix Coverity bug # 284. The lp_ldap_xx_suffix function only return NU...
Volker Lendecke
1
-7
/
+16
2007-10-10
r15562: Attempt to fix Coverity bug # 283
Volker Lendecke
1
-0
/
+8
2007-10-10
r15561: Should re-fix older systems without RC4-HMAC support
Gerald Carter
1
-15
/
+6
2007-10-10
r15560: Since the hotel doesn't have Sci-Fi and no "Doctor Who"....
Gerald Carter
2
-176
/
+96
2007-10-10
r15559: Smaller fixes for the new cldap code:
Günther Deschner
2
-7
/
+6
2007-10-10
r15558: Do not wait endless for a CLDAP reply when the LDAP server is
Günther Deschner
1
-1
/
+21
2007-10-10
r15556: Better fix for leading // or \\ from "David R. Linn"
Jeremy Allison
1
-2
/
+2
2007-10-10
r15555: Make "change notify timeout" a per-share parameter - used
Jeremy Allison
4
-8
/
+37
2007-10-10
r15553: minor rpcclient cleanup: length is already set in data_blob.
Günther Deschner
1
-3
/
+0
2007-10-10
r15552: Fix segfault...
Günther Deschner
1
-0
/
+2
2007-10-10
r15550: make sure to pick up the -lresolv libs on systems without -lldap to p...
Gerald Carter
1
-1
/
+3
2007-10-10
r15549: removing rhosts and 'hosts equiv' authentication features
Gerald Carter
5
-312
/
+1
2007-10-10
r15548: remove unused 'wins partners'
Gerald Carter
1
-3
/
+0
2007-10-10
r15547: say goodbye to --with-ldapsam (although the ldapsam_compat passdb bac...
Gerald Carter
3
-71
/
+0
2007-10-10
r15546: When debugging is enabled be just a little more verbose in logging in
Günther Deschner
1
-6
/
+6
2007-10-10
r15544: make sure to define NS_PACKETSZ for Bind 4 interfaces (fix build on us4)
Gerald Carter
1
-1
/
+6
2007-10-10
r15543: New implementation of 'net ads join' to be more like Windows XP.
Gerald Carter
16
-603
/
+897
2007-10-10
r15542: Close the LDAP connection and free the struct, regardless whether the
Günther Deschner
1
-1
/
+1
2007-10-10
r15541: Only ever store a user's password in a WINBINDD_CCACHE_ENTRY struct when
Günther Deschner
1
-1
/
+1
2007-10-10
r15539: Use portable wrapper functions instead of seteuid
Jeremy Allison
2
-7
/
+7
2007-10-10
r15537: Ignore // or \\ in //server or \\server.
Jeremy Allison
1
-0
/
+5
2007-10-10
r15531: fix linking of smbmnt and smbumount with socket wrapper
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r15529: Initialise our saved uid and gid so that we can tell when
James Peach
2
-2
/
+7
2007-10-10
r15528: Make the existance of the /etc/security/pam_winbind.conf file
Günther Deschner
1
-3
/
+5
2007-10-10
r15526: Avoid double \n.
Günther Deschner
1
-1
/
+1
2007-10-10
r15525: fix compile error on HP-UX reported by Ryan Novosielski
Gerald Carter
1
-1
/
+0
2007-10-10
r15523: Honour the time_offset also when verifying kerberos tickets. This
Günther Deschner
4
-3
/
+9
2007-10-10
r15519: Fix segfault.
Günther Deschner
1
-1
/
+3
2007-10-10
r15516: Use SMB_BIG_UINT in preference to unsigned long long.
James Peach
1
-4
/
+4
2007-10-10
r15509: Preserve errno in fcntl lock wrappers.
James Peach
1
-0
/
+4
2007-10-10
r15508: Use clock_gettime for profiling timstamps if it is available. Use
James Peach
5
-17
/
+62
2007-10-10
r15496: current_user_info is not referenced in loadparm.c
Volker Lendecke
1
-1
/
+0
2007-10-10
r15495: current_user_info is not referenced in process.c
Volker Lendecke
1
-1
/
+0
2007-10-10
r15494: Fix debug statement
Volker Lendecke
1
-1
/
+1
2007-10-10
r15492: Without this patch, the LDAP client libs will call abort() in
Andrew Bartlett
1
-9
/
+19
2007-10-10
r15483: Fix 'declaration after code' warnings.
Volker Lendecke
1
-3
/
+7
2007-10-10
r15479: Check in patch from bug # 3746 -- Thanks Timur
Volker Lendecke
1
-0
/
+1
2007-10-10
r15478: Likewise for bug # 3763
Volker Lendecke
1
-4
/
+4
2007-10-10
r15477: Committing parts of the patch Timur has submitted for bug 2961, as ag...
Volker Lendecke
2
-8
/
+4
[prev]
[next]