Age | Commit message (Expand) | Author | Files | Lines |
2009-09-17 | spnego: share spnego_parse. | Günther Deschner | 1 | -0/+1 |
2008-10-22 | s3: use shared asn1 code. | Günther Deschner | 1 | -3/+3 |
2008-03-23 | Fix Coverity ID 488 | Volker Lendecke | 1 | -0/+2 |
2007-12-06 | libads: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25422: Get rid of some cast warnings. | Michael Adam | 1 | -3/+3 |
2007-10-10 | r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree. | Gerald Carter | 1 | -3/+1 |
2007-10-10 | r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags, | Gerald Carter | 1 | -1/+3 |
2007-10-10 | r25328: When using ldap sasl wrapping with gssapi it's important to receive w... | Günther Deschner | 1 | -0/+5 |
2007-10-10 | r25133: Fix sasl wrapping (for ldap sign&seal). | Günther Deschner | 1 | -46/+5 |
2007-10-10 | r25109: Remove obsolete argument from ads_guess_service_principal(). | Günther Deschner | 1 | -3/+2 |
2007-10-10 | r25108: Make ifdef labyrinth in sasl code a bit more readable. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r24804: As a temporary workaround, also try to guess the server's principal i... | Günther Deschner | 1 | -41/+12 |
2007-10-10 | r24251: Neverending fun: | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r24131: - make it more clear what the different min and max fields mean | Stefan Metzmacher | 1 | -33/+44 |
2007-10-10 | r24128: fix double free in error path | Stefan Metzmacher | 1 | -6/+7 |
2007-10-10 | r24104: fix the build, sorry... | Stefan Metzmacher | 1 | -3/+4 |
2007-10-10 | r24103: add some useful debug messages, as not all LDAP | Stefan Metzmacher | 1 | -3/+19 |
2007-10-10 | r24098: - make use of the ads_service_principal abstraction | Stefan Metzmacher | 1 | -61/+32 |
2007-10-10 | r24095: add one more fallback alternative to | Stefan Metzmacher | 1 | -0/+20 |
2007-10-10 | r24093: move gssapi/krb5 principal handling into a function | Stefan Metzmacher | 1 | -88/+146 |
2007-10-10 | r24062: fix logic for broken krb5 libs which always force | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r24042: add support for krb5 sign and seal in LDAP via "GSS-SPNEGO" | Stefan Metzmacher | 1 | -1/+309 |
2007-10-10 | r24037: only setup sasl wrapping after a successful bind | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r23953: Some C++ warnings | Volker Lendecke | 1 | -3/+6 |
2007-10-10 | r23948: add gsskrb5 sign and seal support for LDAP connections | Stefan Metzmacher | 1 | -5/+135 |
2007-10-10 | r23946: add support for NTLMSSP sign and seal | Stefan Metzmacher | 1 | -1/+122 |
2007-10-10 | r23945: add infrastructure to select plain, sign or seal LDAP connection | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r23888: move elements belonging to the current ldap connection to a | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -9/+9 |
2007-10-10 | r22153: fix LDAP SASL "GSSAPI" bind against w2k3, this isn't critical | Stefan Metzmacher | 1 | -5/+10 |
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 | 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 | 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 | 1 | -2/+6 |
2007-10-10 | r21046: Backing out svn r20403 (Andrew's krb5 ticket cleanup | Gerald Carter | 1 | -0/+11 |
2007-10-10 | r20403: Cleaning out my Samba 3.0 tree: | Andrew Bartlett | 1 | -11/+0 |
2007-10-10 | r20132: get rid of defined but not used warning - static function only used | Herb Lewis | 1 | -0/+2 |
2007-10-10 | r18047: More C++ stuff | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17899: Fix Stanford checker bug - possible null deref. | Jeremy Allison | 1 | -2/+5 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -2/+0 |
2007-10-10 | r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name, | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -5/+18 |
2007-10-10 | r13137: make cleare where long ifdefs ends | Simo Sorce | 1 | -2/+2 |