Age | Commit message (Expand) | Author | Files | Lines |
2008-12-31 | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 1 | -7/+28 |
2008-12-13 | s3: correctly detect if the current dc is the closest one | Stefan Metzmacher | 1 | -1/+1 |
2008-10-23 | Use common error definitions. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-20 | s3-build: no need to duplicate generated ndr_ prototypes. | Günther Deschner | 1 | -0/+1 |
2008-10-19 | Remove silly safe_free() function which is a wrapper around SAFE_FREE(). | Jelmer Vernooij | 1 | -2/+2 |
2008-10-14 | Use GUID_string rather than smb_uuid_string(). | Jelmer Vernooij | 1 | -1/+1 |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 1 | -1/+2 |
2008-09-25 | s3-nbt: remove double nbt netlogon opcodes. | Günther Deschner | 1 | -4/+4 |
2008-09-24 | s3-nbt: use the new generated nbt. | Günther Deschner | 1 | -4/+4 |
2008-08-11 | libnetjoin: support kerberized joining/unjoing (fix #5416). | Günther Deschner | 1 | -2/+8 |
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 1 | -2/+2 |
2008-06-24 | net ads: Fix typos. | Karolin Seeger | 1 | -2/+2 |
2008-06-13 | net: Fix bug #5542 (samsync contains empty passwords). | Günther Deschner | 1 | -2/+0 |
2008-06-12 | net: Fix net_ads.c build for the HAVE_ADS == 0 case. | Kai Blin | 1 | -1/+1 |
2008-06-10 | net: Rename functable3 to functable, get rid of old functables | Kai Blin | 1 | -14/+14 |
2008-06-10 | net: Make "net ads" use functable3 | Kai Blin | 1 | -214/+512 |
2008-06-04 | net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup". | Günther Deschner | 1 | -2/+7 |
2008-05-20 | net: The top level help function for net cmd is always net_cmd_usage | Kai Blin | 1 | -4/+4 |
2008-05-20 | net: Split out "net group" | Kai Blin | 1 | -1/+1 |
2008-05-20 | net: Split out "net user" | Kai Blin | 1 | -1/+1 |
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 1 | -13/+13 |
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 |