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
/
source
/
libads
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the setup_kaddr() call to cope with IPv6.
Jeremy Allison
2007-10-29
1
-11
/
+7
*
Change our DNS code to cope with AAAA records. A6 records
Jeremy Allison
2007-10-29
1
-105
/
+189
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
3
-32
/
+69
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
12
-84
/
+84
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
samba-misc-tags/initial-v3-2-test
Gerald (Jerry) Carter
2007-10-10
2
-30
/
+17
*
r25422: Get rid of some cast warnings.
Michael Adam
2007-10-10
1
-3
/
+3
*
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
2007-10-10
2
-24
/
+34
*
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
Gerald Carter
2007-10-10
2
-34
/
+24
*
r25328: When using ldap sasl wrapping with gssapi it's important to receive w...
Günther Deschner
2007-10-10
1
-0
/
+5
*
r25165: Use talloc_asprintf_append_buffer with an unmodified
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r25133: Fix sasl wrapping (for ldap sign&seal).
Günther Deschner
2007-10-10
1
-46
/
+5
*
r25109: Remove obsolete argument from ads_guess_service_principal().
Günther Deschner
2007-10-10
2
-4
/
+2
*
r25108: Make ifdef labyrinth in sasl code a bit more readable.
Günther Deschner
2007-10-10
1
-2
/
+2
*
r25080: Once we decrypted the packet but have timing problems (closkew, tkt n...
Günther Deschner
2007-10-10
1
-1
/
+9
*
r25030: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() in...
Lars Müller
2007-10-10
1
-2
/
+2
*
r24836: Initialize some uninitialized variables.
Michael Adam
2007-10-10
1
-3
/
+5
*
r24833: Move locator to nsswitch (does not belong to libads anymore).
Günther Deschner
2007-10-10
1
-395
/
+0
*
r24832: In the winbind-locator recursion case, try to pick up the kdc from the
Günther Deschner
2007-10-10
1
-3
/
+22
*
r24804: As a temporary workaround, also try to guess the server's principal i...
Günther Deschner
2007-10-10
2
-41
/
+70
*
r24769: Merge error handling for locator plugin.
Günther Deschner
2007-10-10
1
-17
/
+5
*
r24752: Make sure to return properly when the locator is called from within w...
Günther Deschner
2007-10-10
1
-6
/
+9
*
r24748: Remove all dependencies to samba internals and convert the krb5 locat...
Günther Deschner
2007-10-10
1
-100
/
+96
*
r24739: With resolve_ads() allow to query for PDCs as well.
Günther Deschner
2007-10-10
1
-28
/
+109
*
r24654: Adapt to coding conventions.
Günther Deschner
2007-10-10
1
-21
/
+25
*
r24432: Expand kerberos_return_pac() so that it can be used in winbindd.
Günther Deschner
2007-10-10
1
-6
/
+72
*
r24424: Fix the build.
Günther Deschner
2007-10-10
1
-5
/
+5
*
r24252: Dump guid of msExchMailboxGuid when returned.
Günther Deschner
2007-10-10
1
-0
/
+1
*
r24251: Neverending fun:
Günther Deschner
2007-10-10
1
-1
/
+1
*
r24166: Fix Coverity ID 391
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r24158: SE_GROUP_RESOURCE in the other_sids list apparently means a
Gerald Carter
2007-10-10
1
-1
/
+1
*
r24131: - make it more clear what the different min and max fields mean
Stefan Metzmacher
2007-10-10
2
-37
/
+48
*
r24128: fix double free in error path
Stefan Metzmacher
2007-10-10
1
-6
/
+7
*
r24104: fix the build, sorry...
Stefan Metzmacher
2007-10-10
1
-3
/
+4
*
r24103: add some useful debug messages, as not all LDAP
Stefan Metzmacher
2007-10-10
1
-3
/
+19
*
r24098: - make use of the ads_service_principal abstraction
Stefan Metzmacher
2007-10-10
1
-61
/
+32
*
r24095: add one more fallback alternative to
Stefan Metzmacher
2007-10-10
1
-0
/
+20
*
r24093: move gssapi/krb5 principal handling into a function
Stefan Metzmacher
2007-10-10
1
-88
/
+146
*
r24072: Add "client ldap sasl wrapping" parameter.
Stefan Metzmacher
2007-10-10
1
-0
/
+8
*
r24066: Fix memleak found by Volker. We don't leak keys now with MIT and Heim...
Günther Deschner
2007-10-10
1
-0
/
+1
*
r24065: According to gd, this breaks heimdal. Thanks for checking!
Volker Lendecke
2007-10-10
1
-3
/
+0
*
r24062: fix logic for broken krb5 libs which always force
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r24058: Fix some memory leaks in ads_secrets_verify_ticket.
Volker Lendecke
2007-10-10
1
-0
/
+3
*
r24042: add support for krb5 sign and seal in LDAP via "GSS-SPNEGO"
Stefan Metzmacher
2007-10-10
1
-1
/
+309
*
r24037: only setup sasl wrapping after a successful bind
Stefan Metzmacher
2007-10-10
1
-2
/
+4
*
r23973: For debugging, add (undocumented) net ads kerberos commands (kinit, r...
Günther Deschner
2007-10-10
1
-1
/
+1
*
r23970: Allow to set the debuglevel at which to dump the PAC logon info.
Günther Deschner
2007-10-10
1
-18
/
+18
*
r23969: Some helper routines to retrieve a PAC and PAC elements.
Günther Deschner
2007-10-10
1
-0
/
+160
*
r23953: Some C++ warnings
Volker Lendecke
2007-10-10
2
-4
/
+7
*
r23951: Fix segfault.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r23948: add gsskrb5 sign and seal support for LDAP connections
Stefan Metzmacher
2007-10-10
1
-5
/
+135
[next]