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
/
libads
Commit message (
Expand
)
Author
Age
Files
Lines
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
7
-32
/
+1611
*
r13310: first round of server affinity patches for winbindd & net ads join
Gerald Carter
2007-10-10
1
-0
/
+4
*
r13137: make cleare where long ifdefs ends
Simo Sorce
2007-10-10
1
-2
/
+2
*
r12878: Don't use non-static array initialisers.
James Peach
2007-10-10
1
-1
/
+2
*
r12406: Since w2k3 sp1 we fail to create user accounts using e.g. "net ads user
Günther Deschner
2007-10-10
1
-1
/
+1
*
r12196: patch from Krishna Ganugapati <krishnag@centeris.com>
Gerald Carter
2007-10-10
1
-1
/
+17
*
r12043: It's amazing the warnings you find when compiling on a 64-bit
Jeremy Allison
2007-10-10
2
-6
/
+6
*
r11875: Allow to use START_TLS (by manually setting "ldap ssl = start_tls") for
Günther Deschner
2007-10-10
1
-0
/
+5
*
r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile agai...
Gerald Carter
2007-10-10
1
-1
/
+7
*
r11846: Destroy the TALLOC_CTX on error in the Kerberos session setup and give a
Günther Deschner
2007-10-10
1
-3
/
+3
*
r11651: After talking to Jeremy, commit my winbindd "Do the Right Thing" patch.
Gerald Carter
2007-10-10
1
-1
/
+18
*
r11551: Add a few more initialize_krb5_error_table
Volker Lendecke
2007-10-10
2
-0
/
+4
*
r11508: Removed incorrect patch hunk. Thanks to Andrew
Jeremy Allison
2007-10-10
1
-2
/
+0
*
r11504: Added Andrew Bartletts removal of another NTLMSSP implementation
Jeremy Allison
2007-10-10
2
-85
/
+91
*
r11451: Fix -O1 "might be using uninitialized" errors.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r11183: add small helper function to return a PAC_LOGON_INFO.
Günther Deschner
2007-10-10
1
-0
/
+16
*
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2007-10-10
2
-2
/
+3
*
r10907: Handle the case when we can't verify the PAC signature because the
Günther Deschner
2007-10-10
1
-5
/
+7
*
r10710: Fix uninitialized variable. (Thanks to Chengjie Liu
Günther Deschner
2007-10-10
1
-1
/
+1
*
r10671: Attempt to fix the build on machines without kerberos headers.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
5
-109
/
+483
*
r10285: Doh ! Guenther spotted this stupid cut-n-paste bug...
Jeremy Allison
2007-10-10
1
-1
/
+0
*
r10211: Fix another memleak (this time in the kerberos keytab code)
Günther Deschner
2007-10-10
1
-1
/
+5
*
r9780: Clean up a bunch of compiler warnings.
James Peach
2007-10-10
1
-6
/
+0
*
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
2007-10-10
1
-17
/
+24
*
r9163: Rename UNKNOWN_TYPE_10 to PAC_LOGON_NAME (merge from samba4)
Günther Deschner
2007-10-10
1
-16
/
+16
*
r8989: Fix a warning
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...
Gerald Carter
2007-10-10
1
-2
/
+2
*
r8675: fix some compile warnings.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r8654: merging cli_spoolss_XX() updates from trunk
Gerald Carter
2007-10-10
1
-18
/
+3
*
r8062: Remove some unused code
Volker Lendecke
2007-10-10
1
-129
/
+0
*
r8048: Replace "done" with "failed".
Günther Deschner
2007-10-10
1
-5
/
+5
*
r8047: "oid" is defined in a heimdal header. With my gcc this generates a ton of
Volker Lendecke
2007-10-10
1
-4
/
+4
*
r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...
Günther Deschner
2007-10-10
2
-1
/
+100
*
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
2007-10-10
1
-2
/
+1
*
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
2007-10-10
2
-8
/
+3
*
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r6586: get rid of a few more compiler warnings
Herb Lewis
2007-10-10
1
-1
/
+1
*
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
2007-10-10
4
-8
/
+13
*
r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...
Derrell Lipman
2007-10-10
1
-1
/
+2
*
r5956: more compile warngin fixes from the Mr. Mader
Gerald Carter
2007-10-10
1
-3
/
+3
*
r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ...
Gerald Carter
2007-10-10
1
-0
/
+4
*
r5948: more compile cleanups from Jason Mader
Gerald Carter
2007-10-10
1
-6
/
+1
*
r5762: Modified version of patch from Michael Brown <mbrown@fensystems.co.uk>...
Jeremy Allison
2007-10-10
1
-65
/
+99
*
r5759: Patch from Doug VanLeuven <roamdad@sonic.net> to add more case/realm/name
Jeremy Allison
2007-10-10
1
-2
/
+21
*
r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable netbi...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages)
Gerald Carter
2007-10-10
1
-1
/
+1
*
r4882: Fix for #2255. Debug should have been 10 not 0.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r4736: small set of merges from rtunk to minimize the diffs
Gerald Carter
2007-10-10
1
-1
/
+1
*
r4665: Fix inspired by posting from Joe Meadows <jameadows@webopolis.com>.
Jeremy Allison
2007-10-10
1
-10
/
+10
[next]