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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21958: Fix Coverity ID 343 (dead code)
Volker Lendecke
1
-3
/
+0
2007-10-10
r21957: minor formatting fix
Herb Lewis
1
-1
/
+1
2007-10-10
r21956: Fix bug reported by don.mccall@hp.com for platforms
Jeremy Allison
1
-1
/
+1
2007-10-10
r21954: Someone misused a '!' instead of a '~' for a binary NOT
Jeremy Allison
1
-1
/
+1
2007-10-10
r21953: One format fix, clarify a condition that the IBM
Jeremy Allison
2
-3
/
+21
2007-10-10
r21952: Fix critical (!) error found by IBM checker.
Jeremy Allison
1
-22
/
+28
2007-10-10
r21950: After discussion with the Apple and Linux client maintainers,
James Peach
4
-3
/
+17
2007-10-10
r21948: Fix valgrind error in build farm samba3 smbtorture. We were
Jeremy Allison
1
-0
/
+2
2007-10-10
r21947: Fix the equivalent of memcpy(x, x, 16). Found
Jeremy Allison
1
-1
/
+3
2007-10-10
r21944: move acl header checks to the correct place only
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r21942: Hoist by our own petard :-). Older smbclient binaries
Jeremy Allison
1
-2
/
+2
2007-10-10
r21941: Attempt to fix bug 4460
Volker Lendecke
1
-1
/
+1
2007-10-10
r21940: Sorry Volker, I have to revert your revert in r21935.
Gerald Carter
4
-11
/
+48
2007-10-10
r21939: Fix missing initialization that
Jeremy Allison
1
-1
/
+1
2007-10-10
r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ...
Volker Lendecke
4
-48
/
+11
2007-10-10
r21934: fix the build sorry
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21933: Change the write_sock() call in pam_winbind_request()
Gerald Carter
1
-1
/
+1
2007-10-10
r21932: fix compiler warning.
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21931: include acl/libacl.h is present
Stefan Metzmacher
2
-1
/
+6
2007-10-10
r21927: Removed unused variable.
Jeremy Allison
1
-1
/
+0
2007-10-10
r21926: Fix missing enum specifier pointed out by Don McCall @ HP.
Jeremy Allison
4
-17
/
+17
2007-10-10
r21925: Start to code up the gss acquire creds calls.
Jeremy Allison
1
-6
/
+32
2007-10-10
r21923: Add in the gss decrypt.
Jeremy Allison
1
-3
/
+45
2007-10-10
r21922: Fixed the build by rather horrid means. I really need
Jeremy Allison
7
-100
/
+81
2007-10-10
r21919: now that the local passdb abd BUILTIN have been blacklisted and they ...
Simo Sorce
1
-15
/
+0
2007-10-10
r21918: Reverting this change as it is now causing aborts() in
Gerald Carter
1
-6
/
+1
2007-10-10
r21917: Start to do the gss versions of sign+seal.
Jeremy Allison
4
-28
/
+85
2007-10-10
r21916: Fix couple of "return" calls on void functions.
Jeremy Allison
1
-2
/
+10
2007-10-10
r21913: fix one bug in build 717: correctly check the return from sid_peek_ch...
Gerald Carter
1
-1
/
+1
2007-10-10
r21912: There's no point checksumming the packet length
Jeremy Allison
1
-4
/
+4
2007-10-10
r21908: update with the 3.0.25 packaging
Gerald Carter
1
-4
/
+15
2007-10-10
r21905: Rename
Gerald Carter
2
-11
/
+11
2007-10-10
r21904: Fix HP build -- thanks, Don
Volker Lendecke
1
-1
/
+1
2007-10-10
r21903: Get the length calculations right (I always forget
Jeremy Allison
1
-16
/
+18
2007-10-10
r21902: Don't free the thing you're trying to set in the cli state.
Jeremy Allison
1
-0
/
+1
2007-10-10
r21901: Don't use fstrcat when you mean fstrcpy. Doh !
Jeremy Allison
1
-3
/
+4
2007-10-10
r21900: Token exchange now seems to work, now why does the
Jeremy Allison
1
-1
/
+1
2007-10-10
r21899: At least we're getting to stage 2 of the blob
Jeremy Allison
1
-4
/
+10
2007-10-10
r21898: Added test command, fixed first valgrind bugs.
Jeremy Allison
3
-5
/
+49
2007-10-10
r21897: Add in a basic raw NTLM encrypt request. Now
Jeremy Allison
7
-20
/
+200
2007-10-10
r21894: Some refactoring of server side encryption context. Support
Jeremy Allison
3
-29
/
+149
2007-10-10
r21893: Update comments so they actually reflect reality...
Rafal Szczesniak
1
-3
/
+3
2007-10-10
r21892: Mini-Patch from Michael
Volker Lendecke
1
-2
/
+0
2007-10-10
r21891: Finish server-side NTLM-SPNEGO negotiation support.
Jeremy Allison
1
-33
/
+75
2007-10-10
r21888: Add the osname and osver options to 'net ads join' as discussed
Gerald Carter
1
-1
/
+94
2007-10-10
r21887: Fix annoying bug where in a pam_close_session (or a pam_setcred with the
Günther Deschner
1
-1
/
+29
2007-10-10
r21885: Chown logic should be activated only if nfs4:chown=yes
Alexander Bokovoy
1
-24
/
+26
2007-10-10
r21884: * Blacklist BUILTIN and MACHINE domains from the
Gerald Carter
2
-18
/
+31
2007-10-10
r21883: Try and fix the build by removing the prototypes for
Jeremy Allison
2
-2
/
+10
2007-10-10
r21882: The server part of the code has to use an AUTH_NTLMSSP struct,
Jeremy Allison
7
-80
/
+327
[next]