summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2008-02-04str_list_free is not needed anymoreVolker Lendecke1-2/+2
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-2/+2
2008-01-31When running with debug level > 10, dump ads_struct in ads_connect().Günther Deschner1-9/+33
2008-01-29Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.Günther Deschner1-0/+118
2008-01-28Restrict the enctypes in the generated krb5.conf files to Win2003 types.Gerald W. Carter1-4/+8
2008-01-23strtok -> strtok_rVolker Lendecke1-3/+4
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner1-6/+6
2008-01-16Tidy up code and debug for non-default krb5 IPv6 port.Jeremy Allison1-9/+15
2008-01-16Fix IPv6 bug #5204, which caused krb5 DNS lookupsJeremy Allison1-13/+56
2008-01-16Fix memleak in ads_build_path().Günther Deschner1-5/+11
2008-01-14Print principal in debug statement in kerberos_kinit_password() as well.Günther Deschner1-1/+2
2008-01-11Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison1-2/+1
2008-01-11Coverity 512, uninitialized var.Jeremy Allison1-2/+2
2008-01-08Do not ignore provided machine_name in ads_get_upn().Günther Deschner1-5/+5
2008-01-04Re-Indent function ldap_open_with_timeout().Michael Adam1-1/+1
2008-01-04Add a debug message (when the LDAP server has really been connected).Michael Adam1-0/+1
2008-01-04Untangle assignment and result check.Michael Adam1-3/+3
2008-01-04Enhance DEBUG-verbosity of ldap_open_with_timeout().Michael Adam1-1/+7
2008-01-04Unindent function header.Michael Adam1-1/+1
2008-01-04Fix a misleading DEBUG message.Michael Adam1-1/+1
2008-01-03Add ads_get_joinable_ous().Günther Deschner1-0/+60
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