summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2007-12-29Make use of [un]marshall_sec_descVolker Lendecke1-9/+11
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-0/+9
2007-12-17While 'data' is usually 0 terminated, nothing in the spec requires that. The ...Simo Sorce1-1/+4
2007-12-16make use of unmarshall_sec_descVolker Lendecke1-19/+12
2007-12-15Doh, fix typo in error exit.Jeremy Allison1-2/+2
2007-12-15Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison1-0/+52
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-1/+1
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-1/+2
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-3/+3
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2-7/+10
2007-12-06Remove an incredible amount of whitespace.Michael Adam1-1/+1
2007-12-06libads: fix typoStefan Metzmacher1-1/+1
2007-12-05Remove some globalsVolker Lendecke1-1/+1
2007-12-03Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison1-2/+2
2007-11-27Remove some staticsVolker Lendecke2-6/+9
2007-11-26Remove a globalVolker Lendecke1-5/+4
2007-11-20More pstring removal....Jeremy Allison2-22/+22
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison1-4/+4
2007-10-29Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison1-11/+7
2007-10-29Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison1-105/+189
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison3-32/+69
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison12-84/+84
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2-30/+17
2007-10-10r25422: Get rid of some cast warnings.Michael Adam1-3/+3
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2-24/+34
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2-34/+24
2007-10-10r25328: When using ldap sasl wrapping with gssapi it's important to receive w...Günther Deschner1-0/+5
2007-10-10r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison1-2/+2
2007-10-10r25133: Fix sasl wrapping (for ldap sign&seal).Günther Deschner1-46/+5
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