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
*
r22479: Add "net ads keytab list".
Günther Deschner
2007-10-10
1
-0
/
+112
*
r22460: Adding a generic ads_ranged_search() function.
Günther Deschner
2007-10-10
1
-1
/
+173
*
r22459: Adding ads_get_dn_from_extended_dn(), in preparation of making ranged...
Günther Deschner
2007-10-10
1
-3
/
+37
*
r22153: fix LDAP SASL "GSSAPI" bind against w2k3, this isn't critical
Stefan Metzmacher
2007-10-10
1
-5
/
+10
*
r22112: Fix memleak pointed out by Steven Danneman <steven.danneman@isilon.com>.
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r22092: - make spnego_parse_auth_response() more generic and
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r22079: Tsk, tsk, Metze didn't compile before check-in :-).
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22078: fix memory leak in not often used code, we only use it if the server
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r21968: Don't use gss-types in proto headers.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21967: Add conversion from gss errors to nt status.
Jeremy Allison
2007-10-10
1
-1
/
+10
*
r21922: Fixed the build by rather horrid means. I really need
Jeremy Allison
2007-10-10
1
-2
/
+4
*
r21863: Fix debug messages with incorrect function name.
Jeremy Allison
2007-10-10
1
-15
/
+15
*
r21855: Fix a memleak in the krb5 locator and comment out gfree_all() which d...
Günther Deschner
2007-10-10
1
-2
/
+4
*
r21850: After Jerry explained to me the HORRIBLE way in which
Jeremy Allison
2007-10-10
1
-5
/
+15
*
r21847: Fix memory leaks in error paths (and in main code path in one case...)
Jeremy Allison
2007-10-10
1
-5
/
+13
*
r21845: Refactor the sessionsetupX code a little to allow us
Jeremy Allison
2007-10-10
2
-31
/
+74
*
r21831: Back out r21823 for a while, this is going into a bzr tree first.
Volker Lendecke
2007-10-10
1
-3
/
+1
*
r21823: Let secrets_store_machine_password() also store the account name. Not...
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r21822: Adding experimental krb5 lib locator plugin.
Günther Deschner
2007-10-10
1
-0
/
+384
*
r21779: I missd a call to krb5_get_init_creds_opt_alloc in r21778.
James Peach
2007-10-10
1
-1
/
+1
*
r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the different
James Peach
2007-10-10
1
-2
/
+2
*
r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.
Jeremy Allison
2007-10-10
1
-2
/
+7
*
r21608: Fix a couple of memleaks in error code paths before
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r21606: Implement escaping function for ldap RDN values
Simo Sorce
2007-10-10
2
-4
/
+18
*
r21561: It makes absolutely no sense to call krb5_kt_resolve() two times
Günther Deschner
2007-10-10
1
-6
/
+1
*
r21558: Safe more indent, again no code changes.
Günther Deschner
2007-10-10
1
-37
/
+37
*
r21557: indent only fix. No code change.
Günther Deschner
2007-10-10
1
-49
/
+49
*
r21556: Remove superfluos return check in ads_keytab_verify_ticket().
Günther Deschner
2007-10-10
1
-2
/
+0
*
r21352: Let ads_upn_suffixes() return a pointer to an array of suffixes.
Günther Deschner
2007-10-10
1
-4
/
+4
*
r21349: Fix memleak in ads_upn_suffixes().
Günther Deschner
2007-10-10
1
-0
/
+3
*
r21273: * Protect the sasl bind against a NULL principal string
Gerald Carter
2007-10-10
1
-1
/
+29
*
r21240: Fix longstanding Bug #4009.
Günther Deschner
2007-10-10
3
-5
/
+13
*
r21238: Fix tab indent in self-written krb5.confs.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r21110: Fix kinit with Heimdal (Bug #4226).
Günther Deschner
2007-10-10
1
-13
/
+26
*
r21046: Backing out svn r20403 (Andrew's krb5 ticket cleanup
Gerald Carter
2007-10-10
1
-0
/
+11
*
r21021: Fix memleak.
Günther Deschner
2007-10-10
1
-0
/
+1
*
r21003: Display LDAP base in debug statement.
Günther Deschner
2007-10-10
1
-2
/
+2
*
r20986: Commit the prototype of the nss_info plugin interface.
Gerald Carter
2007-10-10
2
-51
/
+32
*
r20880: Fix memory leak in new sitename code. You got *really*
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r20874: We need to distinguish client sitenames per realm. We were overwriting
Günther Deschner
2007-10-10
2
-18
/
+63
*
r20862: When in disconnected mode there is no need to try a fallback to a site
Günther Deschner
2007-10-10
1
-0
/
+18
*
r20860: Adding some small tweaks. When we have no sitename, there is no need to
Günther Deschner
2007-10-10
1
-11
/
+14
*
r20857: Silence gives assent :-). Checking in the fix for
Jeremy Allison
2007-10-10
3
-22
/
+72
*
r20536: In the offline PAM session close case the attempt to delete a
Günther Deschner
2007-10-10
1
-0
/
+2
*
r20487: Remove the unused dn2ad_canonical() call
Gerald Carter
2007-10-10
1
-18
/
+0
*
r20486: Always upper case the "host/<sAMAccoutnName>" entry in the keytab file
Gerald Carter
2007-10-10
1
-1
/
+6
*
r20403: Cleaning out my Samba 3.0 tree:
Andrew Bartlett
2007-10-10
1
-11
/
+0
*
r20273: Map KRB5_KDCREP_SKEW to NT_STATUS_TIME_DIFFERENCE_AT_DC.
Günther Deschner
2007-10-10
1
-0
/
+1
*
r20173: DNS update fixes:
Gerald Carter
2007-10-10
1
-0
/
+22
*
r20132: get rid of defined but not used warning - static function only used
Herb Lewis
2007-10-10
1
-0
/
+2
[next]