summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* Re-Indent function ldap_open_with_timeout().Michael Adam2008-01-041-1/+1
* Add a debug message (when the LDAP server has really been connected).Michael Adam2008-01-041-0/+1
* Untangle assignment and result check.Michael Adam2008-01-041-3/+3
* Enhance DEBUG-verbosity of ldap_open_with_timeout().Michael Adam2008-01-041-1/+7
* Unindent function header.Michael Adam2008-01-041-1/+1
* Fix a misleading DEBUG message.Michael Adam2008-01-041-1/+1
* Add ads_get_joinable_ous().Günther Deschner2008-01-031-0/+60
* Make use of [un]marshall_sec_descVolker Lendecke2007-12-291-9/+11
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-0/+9
* While 'data' is usually 0 terminated, nothing in the spec requires that. The ...Simo Sorce2007-12-171-1/+4
* make use of unmarshall_sec_descVolker Lendecke2007-12-161-19/+12
* Doh, fix typo in error exit.Jeremy Allison2007-12-151-2/+2
* Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison2007-12-151-0/+52
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-1/+1
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-1/+2
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-3/+3
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-152-7/+10
* Remove an incredible amount of whitespace.Michael Adam2007-12-061-1/+1
* libads: fix typoStefan Metzmacher2007-12-061-1/+1
* Remove some globalsVolker Lendecke2007-12-051-1/+1
* Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison2007-12-031-2/+2
* Remove some staticsVolker Lendecke2007-11-272-6/+9
* Remove a globalVolker Lendecke2007-11-261-5/+4
* More pstring removal....Jeremy Allison2007-11-202-22/+22
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-151-4/+4
* Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison2007-10-291-11/+7
* Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison2007-10-291-105/+189
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-243-32/+69
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1812-84/+84
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-102-30/+17
* r25422: Get rid of some cast warnings.Michael Adam2007-10-101-3/+3
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-102-24/+34
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-102-34/+24
* r25328: When using ldap sasl wrapping with gssapi it's important to receive w...Günther Deschner2007-10-101-0/+5
* r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison2007-10-101-2/+2
* r25133: Fix sasl wrapping (for ldap sign&seal).Günther Deschner2007-10-101-46/+5
* r25109: Remove obsolete argument from ads_guess_service_principal().Günther Deschner2007-10-102-4/+2
* r25108: Make ifdef labyrinth in sasl code a bit more readable.Günther Deschner2007-10-101-2/+2
* r25080: Once we decrypted the packet but have timing problems (closkew, tkt n...Günther Deschner2007-10-101-1/+9
* r25030: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() in...Lars Müller2007-10-101-2/+2
* r24836: Initialize some uninitialized variables.Michael Adam2007-10-101-3/+5
* r24833: Move locator to nsswitch (does not belong to libads anymore).Günther Deschner2007-10-101-395/+0
* r24832: In the winbind-locator recursion case, try to pick up the kdc from theGünther Deschner2007-10-101-3/+22
* r24804: As a temporary workaround, also try to guess the server's principal i...Günther Deschner2007-10-102-41/+70
* r24769: Merge error handling for locator plugin.Günther Deschner2007-10-101-17/+5
* r24752: Make sure to return properly when the locator is called from within w...Günther Deschner2007-10-101-6/+9
* r24748: Remove all dependencies to samba internals and convert the krb5 locat...Günther Deschner2007-10-101-100/+96
* r24739: With resolve_ads() allow to query for PDCs as well.Günther Deschner2007-10-101-28/+109
* r24654: Adapt to coding conventions.Günther Deschner2007-10-101-21/+25
* r24432: Expand kerberos_return_pac() so that it can be used in winbindd.Günther Deschner2007-10-101-6/+72