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