summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* Tiny memory leakMarc VanHeyningen2008-05-291-0/+2
* Memory leak fixes from Chere Zhou <czhou@isilon.com>.Jeremy Allison2008-05-271-0/+4
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-202-25/+57
* Fix some comments to match get_kdc_ip_string()'s behaviourroot2008-05-191-1/+7
* libads/cldap: store client sitename also keyed by dns domain name.Günther Deschner2008-05-151-0/+1
* Fix Bug #5465 (joining with createcomputer=ou1/ou2/ou3).Günther Deschner2008-05-141-5/+5
* dsgetdcname: make use of nbt_cldap_netlogon_15.Günther Deschner2008-05-091-1/+1
* cldap: move out cldap object to fix the build.Günther Deschner2008-05-091-0/+84
* cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner2008-05-092-15/+56
* mailslot/cldap: use nt_version bits in queries.Günther Deschner2008-05-061-1/+2
* BUG 5107: Fix handling of large DNS replies on AIX and Solaris.Gerald W. Carter2008-04-301-6/+32
* Fix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s ...Steven Danneman2008-04-261-2/+24
* Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke2008-04-251-1/+2
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-211-4/+4
* cldap: add talloc context to ads_cldap_netlogon().Günther Deschner2008-04-212-14/+30
* libads: Use libnbt for CLDAP reply parsing.Günther Deschner2008-04-212-105/+24
* Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_nameVolker Lendecke2008-04-201-1/+1
* Fix two "ignoring asprintf result" warningsVolker Lendecke2008-04-201-3/+2
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Fix typo.Karolin Seeger2008-04-101-1/+1
* Fix typos.Karolin Seeger2008-04-091-1/+1
* Add ads_check_ou_dn().Günther Deschner2008-03-281-0/+47
* Fix Coverity ID 488Volker Lendecke2008-03-231-0/+2
* Fix Coverity ID 487Volker Lendecke2008-03-231-0/+1
* Coverity fixesMarc VanHeyningen2008-03-173-6/+22
* Use a separate tdb for mutexesVolker Lendecke2008-03-101-9/+6
* Fix Coverity ID 551Volker Lendecke2008-03-081-0/+2
* Add my copyright.Günther Deschner2008-02-271-1/+1
* Fix some warningsVolker Lendecke2008-02-251-7/+15
* Fix some more callers of PAC_DATA.Günther Deschner2008-02-171-1/+1
* Some more cleanup in authdata.c.Günther Deschner2008-02-171-621/+7
* Align our krb5 PAC decoding routines to the samba4 ones.Günther Deschner2008-02-171-234/+224
* str_list_free is not needed anymoreVolker Lendecke2008-02-041-2/+2
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-2/+2
* When running with debug level > 10, dump ads_struct in ads_connect().Günther Deschner2008-01-311-9/+33
* Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.Günther Deschner2008-01-291-0/+118
* Restrict the enctypes in the generated krb5.conf files to Win2003 types.Gerald W. Carter2008-01-281-4/+8
* strtok -> strtok_rVolker Lendecke2008-01-231-3/+4
* Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-171-6/+6
* Tidy up code and debug for non-default krb5 IPv6 port.Jeremy Allison2008-01-161-9/+15
* Fix IPv6 bug #5204, which caused krb5 DNS lookupsJeremy Allison2008-01-161-13/+56
* Fix memleak in ads_build_path().Günther Deschner2008-01-161-5/+11
* Print principal in debug statement in kerberos_kinit_password() as well.Günther Deschner2008-01-141-1/+2
* Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison2008-01-111-2/+1
* Coverity 512, uninitialized var.Jeremy Allison2008-01-111-2/+2
* Do not ignore provided machine_name in ads_get_upn().Günther Deschner2008-01-081-5/+5
* 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