summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2008-05-19Fix some comments to match get_kdc_ip_string()'s behaviourroot1-1/+7
2008-05-15libads/cldap: store client sitename also keyed by dns domain name.Günther Deschner1-0/+1
2008-05-14Fix Bug #5465 (joining with createcomputer=ou1/ou2/ou3).Günther Deschner1-5/+5
2008-05-09dsgetdcname: make use of nbt_cldap_netlogon_15.Günther Deschner1-1/+1
2008-05-09cldap: move out cldap object to fix the build.Günther Deschner1-0/+84
2008-05-09cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner2-15/+56
2008-05-06mailslot/cldap: use nt_version bits in queries.Günther Deschner1-1/+2
2008-04-30BUG 5107: Fix handling of large DNS replies on AIX and Solaris.Gerald W. Carter1-6/+32
2008-04-26Fix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s ...Steven Danneman1-2/+24
2008-04-25Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke1-1/+2
2008-04-21cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner1-4/+4
2008-04-21cldap: add talloc context to ads_cldap_netlogon().Günther Deschner2-14/+30
2008-04-21libads: Use libnbt for CLDAP reply parsing.Günther Deschner2-105/+24
2008-04-20Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_nameVolker Lendecke1-1/+1
2008-04-20Fix two "ignoring asprintf result" warningsVolker Lendecke1-3/+2
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-10Fix typo.Karolin Seeger1-1/+1
2008-04-09Fix typos.Karolin Seeger1-1/+1
2008-03-28Add ads_check_ou_dn().Günther Deschner1-0/+47
2008-03-23Fix Coverity ID 488Volker Lendecke1-0/+2
2008-03-23Fix Coverity ID 487Volker Lendecke1-0/+1
2008-03-17Coverity fixesMarc VanHeyningen3-6/+22
2008-03-10Use a separate tdb for mutexesVolker Lendecke1-9/+6
2008-03-08Fix Coverity ID 551Volker Lendecke1-0/+2
2008-02-27Add my copyright.Günther Deschner1-1/+1
2008-02-25Fix some warningsVolker Lendecke1-7/+15
2008-02-17Fix some more callers of PAC_DATA.Günther Deschner1-1/+1
2008-02-17Some more cleanup in authdata.c.Günther Deschner1-621/+7
2008-02-17Align our krb5 PAC decoding routines to the samba4 ones.Günther Deschner1-234/+224
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