Age | Commit message (Expand) | Author | Files | Lines |
2008-07-11 | Revert "Pass NULL to gencache_get when we are not interested in the timeout v... | Volker Lendecke | 1 | -1/+2 |
2008-07-03 | Pass NULL to gencache_get when we are not interested in the timeout value | Volker Lendecke | 1 | -2/+1 |
2008-06-30 | kerberos: allow to keep entries with old kvno's while creating keytab. | Günther Deschner | 1 | -2/+4 |
2008-06-30 | kerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_add_entry_ext. | Günther Deschner | 1 | -25/+39 |
2008-06-28 | Return NULL in sitename_fetch() if gencache_init() fails. Not false | Gerald W. Carter | 1 | -1/+1 |
2008-06-27 | libads: Add API call to connect to a global catalog server. | Gerald W. Carter | 1 | -5/+140 |
2008-06-24 | libads: add ads_connect_user_creds() that won't overwrite given user creds. | Günther Deschner | 1 | -0/+12 |
2008-06-24 | libads: add ADS_AUTH_USER_CREDS to avoid magic overwriting of usernames. | Günther Deschner | 1 | -0/+6 |
2008-06-24 | kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti... | Günther Deschner | 2 | -7/+11 |
2008-06-17 | libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic. | Günther Deschner | 2 | -12/+34 |
2008-06-17 | libads: fix logic error in ads_get_kvno(). | Günther Deschner | 1 | -1/+1 |
2008-06-17 | Revert "Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails" | Volker Lendecke | 1 | -1/+0 |
2008-06-05 | mailslot: always pull a command 25 type reply. | Günther Deschner | 1 | -0/+1 |
2008-06-05 | Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails | Volker Lendecke | 1 | -0/+1 |
2008-05-29 | Tiny memory leak | Marc VanHeyningen | 1 | -0/+2 |
2008-05-27 | Memory leak fixes from Chere Zhou <czhou@isilon.com>. | Jeremy Allison | 1 | -0/+4 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 2 | -25/+57 |
2008-05-19 | Fix some comments to match get_kdc_ip_string()'s behaviour | root | 1 | -1/+7 |
2008-05-15 | libads/cldap: store client sitename also keyed by dns domain name. | Günther Deschner | 1 | -0/+1 |
2008-05-14 | Fix Bug #5465 (joining with createcomputer=ou1/ou2/ou3). | Günther Deschner | 1 | -5/+5 |
2008-05-09 | dsgetdcname: make use of nbt_cldap_netlogon_15. | Günther Deschner | 1 | -1/+1 |
2008-05-09 | cldap: move out cldap object to fix the build. | Günther Deschner | 1 | -0/+84 |
2008-05-09 | cldap: let ads_cldap_netlogon() return all possible cldap replies. | Günther Deschner | 2 | -15/+56 |
2008-05-06 | mailslot/cldap: use nt_version bits in queries. | Günther Deschner | 1 | -1/+2 |
2008-04-30 | BUG 5107: Fix handling of large DNS replies on AIX and Solaris. | Gerald W. Carter | 1 | -6/+32 |
2008-04-26 | Fix bug 5419: memory leak in ads_do_search_all_args() when enumerating 1000s ... | Steven Danneman | 1 | -2/+24 |
2008-04-25 | Move user/domain from rpc_pipe_client to cli_pipe_auth_data | Volker Lendecke | 1 | -1/+2 |
2008-04-21 | cldap: avoid duplicate definitions so remove ads_cldap.h. | Günther Deschner | 1 | -4/+4 |
2008-04-21 | cldap: add talloc context to ads_cldap_netlogon(). | Günther Deschner | 2 | -14/+30 |
2008-04-21 | libads: Use libnbt for CLDAP reply parsing. | Günther Deschner | 2 | -105/+24 |
2008-04-20 | Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_name | Volker Lendecke | 1 | -1/+1 |
2008-04-20 | Fix two "ignoring asprintf result" warnings | Volker Lendecke | 1 | -3/+2 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-10 | Fix typo. | Karolin Seeger | 1 | -1/+1 |
2008-04-09 | Fix typos. | Karolin Seeger | 1 | -1/+1 |
2008-03-28 | Add ads_check_ou_dn(). | Günther Deschner | 1 | -0/+47 |
2008-03-23 | Fix Coverity ID 488 | Volker Lendecke | 1 | -0/+2 |
2008-03-23 | Fix Coverity ID 487 | Volker Lendecke | 1 | -0/+1 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 3 | -6/+22 |
2008-03-10 | Use a separate tdb for mutexes | Volker Lendecke | 1 | -9/+6 |
2008-03-08 | Fix Coverity ID 551 | Volker Lendecke | 1 | -0/+2 |
2008-02-27 | Add my copyright. | Günther Deschner | 1 | -1/+1 |
2008-02-25 | Fix some warnings | Volker Lendecke | 1 | -7/+15 |
2008-02-17 | Fix some more callers of PAC_DATA. | Günther Deschner | 1 | -1/+1 |
2008-02-17 | Some more cleanup in authdata.c. | Günther Deschner | 1 | -621/+7 |
2008-02-17 | Align our krb5 PAC decoding routines to the samba4 ones. | Günther Deschner | 1 | -234/+224 |
2008-02-04 | str_list_free is not needed anymore | Volker Lendecke | 1 | -2/+2 |
2008-02-04 | Always pass a TALLOC_CTX to str_list_make and str_list_copy | Volker Lendecke | 1 | -2/+2 |
2008-01-31 | When running with debug level > 10, dump ads_struct in ads_connect(). | Günther Deschner | 1 | -9/+33 |
2008-01-29 | Fix the build. Avoid unrequired ndr_print_ads_struct dependencies. | Günther Deschner | 1 | -0/+118 |