summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25109: Remove obsolete argument from ads_guess_service_principal().Günther Deschner2-4/+2
2007-10-10r25108: Make ifdef labyrinth in sasl code a bit more readable.Günther Deschner1-2/+2
2007-10-10r25080: Once we decrypted the packet but have timing problems (closkew, tkt n...Günther Deschner1-1/+9
2007-10-10r25030: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() in...Lars Müller1-2/+2
2007-10-10r24836: Initialize some uninitialized variables.Michael Adam1-3/+5
2007-10-10r24833: Move locator to nsswitch (does not belong to libads anymore).Günther Deschner1-395/+0
2007-10-10r24832: In the winbind-locator recursion case, try to pick up the kdc from theGünther Deschner1-3/+22
2007-10-10r24804: As a temporary workaround, also try to guess the server's principal i...Günther Deschner2-41/+70
2007-10-10r24769: Merge error handling for locator plugin.Günther Deschner1-17/+5
2007-10-10r24752: Make sure to return properly when the locator is called from within w...Günther Deschner1-6/+9
2007-10-10r24748: Remove all dependencies to samba internals and convert the krb5 locat...Günther Deschner1-100/+96
2007-10-10r24739: With resolve_ads() allow to query for PDCs as well.Günther Deschner1-28/+109
2007-10-10r24654: Adapt to coding conventions.Günther Deschner1-21/+25
2007-10-10r24432: Expand kerberos_return_pac() so that it can be used in winbindd.Günther Deschner1-6/+72
2007-10-10r24424: Fix the build.Günther Deschner1-5/+5
2007-10-10r24252: Dump guid of msExchMailboxGuid when returned.Günther Deschner1-0/+1
2007-10-10r24251: Neverending fun:Günther Deschner1-1/+1
2007-10-10r24166: Fix Coverity ID 391Volker Lendecke1-1/+1
2007-10-10r24158: SE_GROUP_RESOURCE in the other_sids list apparently means aGerald Carter1-1/+1
2007-10-10r24131: - make it more clear what the different min and max fields meanStefan Metzmacher2-37/+48
2007-10-10r24128: fix double free in error pathStefan Metzmacher1-6/+7
2007-10-10r24104: fix the build, sorry...Stefan Metzmacher1-3/+4
2007-10-10r24103: add some useful debug messages, as not all LDAPStefan Metzmacher1-3/+19
2007-10-10r24098: - make use of the ads_service_principal abstractionStefan Metzmacher1-61/+32
2007-10-10r24095: add one more fallback alternative toStefan Metzmacher1-0/+20
2007-10-10r24093: move gssapi/krb5 principal handling into a functionStefan Metzmacher1-88/+146
2007-10-10r24072: Add "client ldap sasl wrapping" parameter.Stefan Metzmacher1-0/+8
2007-10-10r24066: Fix memleak found by Volker. We don't leak keys now with MIT and Heim...Günther Deschner1-0/+1
2007-10-10r24065: According to gd, this breaks heimdal. Thanks for checking!Volker Lendecke1-3/+0
2007-10-10r24062: fix logic for broken krb5 libs which always forceStefan Metzmacher1-1/+2
2007-10-10r24058: Fix some memory leaks in ads_secrets_verify_ticket.Volker Lendecke1-0/+3
2007-10-10r24042: add support for krb5 sign and seal in LDAP via "GSS-SPNEGO"Stefan Metzmacher1-1/+309
2007-10-10r24037: only setup sasl wrapping after a successful bindStefan Metzmacher1-2/+4
2007-10-10r23973: For debugging, add (undocumented) net ads kerberos commands (kinit, r...Günther Deschner1-1/+1
2007-10-10r23970: Allow to set the debuglevel at which to dump the PAC logon info.Günther Deschner1-18/+18
2007-10-10r23969: Some helper routines to retrieve a PAC and PAC elements.Günther Deschner1-0/+160
2007-10-10r23953: Some C++ warningsVolker Lendecke2-4/+7
2007-10-10r23951: Fix segfault.Günther Deschner1-1/+1
2007-10-10r23948: add gsskrb5 sign and seal support for LDAP connectionsStefan Metzmacher1-5/+135
2007-10-10r23946: add support for NTLMSSP sign and sealStefan Metzmacher1-1/+122
2007-10-10r23945: add infrastructure to select plain, sign or seal LDAP connectionStefan Metzmacher2-2/+23
2007-10-10r23943: - always provide ads_setup_sasl_wrapping() functionStefan Metzmacher1-4/+10
2007-10-10r23937: Use ads_config_path() when we need to know the configration context.Günther Deschner1-26/+11
2007-10-10r23933: - implement ctrl SASL wrapping hookStefan Metzmacher1-6/+26
2007-10-10r23926: implement output buffer handling for the SASL write wrapperStefan Metzmacher1-1/+67
2007-10-10r23922: implement input buffer handling for the SASL read wrapperStefan Metzmacher1-2/+129
2007-10-10r23918: not all ldap libraries support debuggingStefan Metzmacher1-18/+0
2007-10-10r23916: use the correct io operations for debuggingStefan Metzmacher1-4/+6
2007-10-10r23898: rename HAVE_ADS_SASL_WRAPPING -> HAVE_LDAP_SASL_WRAPPINGStefan Metzmacher1-2/+2
2007-10-10r23893: add dummy callbacks for LDAP SASL wrapping,Stefan Metzmacher1-0/+109