Age | Commit message (Expand) | Author | Files | Lines |
2008-05-12 | net ads: Upper case he realm name when calling kinit() using machine creds. | coffeedude | 1 | -0/+1 |
2008-05-10 | Fix the build with DNS_UPDATES | Volker Lendecke | 1 | -1/+1 |
2008-05-10 | net: Remove globals | Kai Blin | 1 | -175/+176 |
2008-05-09 | cldap: let ads_cldap_netlogon() return all possible cldap replies. | Günther Deschner | 1 | -2/+2 |
2008-04-21 | cldap: avoid duplicate definitions so remove ads_cldap.h. | Günther Deschner | 1 | -10/+10 |
2008-04-21 | cldap: add talloc context to ads_cldap_netlogon(). | Günther Deschner | 1 | -2/+2 |
2008-04-21 | libads: Use libnbt for CLDAP reply parsing. | Günther Deschner | 1 | -24/+21 |
2008-04-17 | net: Be more tolerant while joining. | Günther Deschner | 1 | -4/+9 |
2008-04-14 | libnetjoin/net: Fix lp_config_backend_is_registry() handling. | Günther Deschner | 1 | -6/+12 |
2008-04-14 | net: abort when lp_realm is not set in net_ads_leave(). | Günther Deschner | 1 | -0/+5 |
2008-04-14 | net: exit early in net_ads_join() if the domain is not set. | Günther Deschner | 1 | -0/+6 |
2008-04-14 | net: use WERROR for check_ads_config(). | Günther Deschner | 1 | -9/+7 |
2008-04-14 | net: the success of secrets_init is checked by libnetjoin now. | Günther Deschner | 1 | -6/+0 |
2008-03-23 | Fix Coverity ID 480 | Volker Lendecke | 1 | -1/+1 |
2008-03-07 | Enable libnetjoin debugging for now but avoid printing passwords. | Günther Deschner | 1 | -2/+2 |
2008-03-04 | Move talloc_init to the right place in "net ads join". | Günther Deschner | 1 | -6/+6 |
2008-02-28 | Remove original copy of now redundant join code. | Günther Deschner | 1 | -330/+0 |
2008-02-28 | Some fixes for net ads join (uninitialized vars). | Günther Deschner | 1 | -9/+8 |
2008-02-28 | Use libnet_Join() for "net ads join". | Günther Deschner | 1 | -150/+33 |
2008-02-28 | Nicen error output in net_ads_leave. | Günther Deschner | 1 | -2/+3 |
2008-02-28 | Re-arrange dns update block during "net ads join" a little. | Günther Deschner | 1 | -20/+22 |
2008-02-28 | Use libnet_Unjoin() for "net ads leave". | Günther Deschner | 1 | -47/+37 |
2008-02-28 | Some cosmetics for net_derive_salting_principal(). | Günther Deschner | 1 | -3/+1 |
2008-02-17 | Fix some more callers of PAC_DATA. | Günther Deschner | 1 | -3/+5 |
2008-01-15 | Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic... | Günther Deschner | 1 | -3/+4 |
2008-01-15 | Fix some warnings -- Jeremy, please check | Volker Lendecke | 1 | -6/+5 |
2008-01-10 | Remove unused string. | Günther Deschner | 1 | -3/+0 |
2008-01-08 | Use ads_get_upn() in net_derive_salting_principal(). | Günther Deschner | 1 | -15/+1 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -4/+4 |
2007-12-04 | The usual !pstring... | Jeremy Allison | 1 | -4/+9 |
2007-11-30 | Move param helper routines to one place. | Günther Deschner | 1 | -14/+0 |
2007-11-27 | Remove some statics | Volker Lendecke | 1 | -2/+5 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -15/+21 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -10/+10 |
2007-10-10 | r25201: Fight those red bars... | Michael Adam | 1 | -182/+183 |
2007-10-10 | r25200: Fix a debug message. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r25198: Change net_rpc_join_ok() to return NTSTATUS for better | Michael Adam | 1 | -2/+6 |
2007-10-10 | r24853: Rename function as Jerry asked. | Rafal Szczesniak | 1 | -2/+2 |
2007-10-10 | r24789: Add implementation of machine-authenticated connection to netlogon | Rafal Szczesniak | 1 | -2/+2 |
2007-10-10 | r24432: Expand kerberos_return_pac() so that it can be used in winbindd. | Günther Deschner | 1 | -1/+8 |
2007-10-10 | r24107: Fix bug 4849. Thanks to Matthijs Kooijman <matthijs@stdin.nl> | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23973: For debugging, add (undocumented) net ads kerberos commands (kinit, r... | Günther Deschner | 1 | -0/+111 |
2007-10-10 | r23968: Harmonize net's password prompts. | Günther Deschner | 1 | -5/+2 |
2007-10-10 | r23888: move elements belonging to the current ldap connection to a | Stefan Metzmacher | 1 | -13/+13 |
2007-10-10 | r23834: Allow to pass an ADS_STRUCT pointer down to the dump function callbac... | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23648: Allow to list a custom krb5 keytab file with: | Günther Deschner | 1 | -3/+10 |
2007-10-10 | r22954: More messaging_register | Volker Lendecke | 1 | -6/+0 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 1 | -1/+1 |