Age | Commit message (Expand) | Author | Files | Lines |
2008-05-15 | net rpc registry: fix getvalueraw to really print raw... | Michael Adam | 1 | -1/+1 |
2008-05-15 | net rpc registry: add a getvalueraw subcommand. | Michael Adam | 1 | -3/+32 |
2008-05-15 | net rpc registry: abstract add boolean "raw" to rpc_registry_getvalue_internal() | Michael Adam | 1 | -1/+16 |
2008-05-15 | net rpc registry: fix usage message of getvalue. | Michael Adam | 1 | -1/+1 |
2008-05-15 | net registry: add a getvalueraw command to print the value in raw format. | Michael Adam | 1 | -0/+11 |
2008-05-15 | net registry: refactor core of net_registry_getvalue() out | Michael Adam | 1 | -3/+9 |
2008-05-15 | net_registry: add raw output of value to print_registry_value(). | Michael Adam | 4 | -14/+37 |
2008-05-15 | net: Fix net lookup dsgetdcname, no need to pull site ourselves. | Günther Deschner | 1 | -12/+2 |
2008-05-15 | testparm: list registry shares with testparm. | Michael Adam | 1 | -1/+1 |
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: more whitespace cleanup | Kai Blin | 16 | -795/+795 |
2008-05-10 | net: Remove globals | Kai Blin | 29 | -1476/+1768 |
2008-05-10 | net: Some whitespace clean-up. | Kai Blin | 2 | -40/+40 |
2008-05-10 | net: Fix usage string. | Kai Blin | 1 | -1/+1 |
2008-05-09 | dsgetdcname: use existing messaging_context if possible. | Günther Deschner | 1 | -1/+1 |
2008-05-09 | cldap: let ads_cldap_netlogon() return all possible cldap replies. | Günther Deschner | 1 | -2/+2 |
2008-05-08 | Yay ! Remove a VFS entry. Removed the set_nt_acl() call, | Jeremy Allison | 1 | -2/+0 |
2008-05-05 | Fix client authentication with -P switch in client tools (Bug 5435). | Günther Deschner | 3 | -2/+33 |
2008-04-30 | Fix typo noticed by David Disseldorp <ddiss@sgi.com>. AF_INET should be AF_IN... | Jeremy Allison | 1 | -1/+1 |
2008-04-25 | Move user/domain from rpc_pipe_client to cli_pipe_auth_data | Volker Lendecke | 1 | -3/+7 |
2008-04-23 | Correctly initialize lp_load in smbstatus in the presence of registry on tdb2 | Volker Lendecke | 1 | -4/+16 |
2008-04-23 | libsmbconf: rewrite API to use smbconf_service struct | Michael Adam | 1 | -59/+37 |
2008-04-21 | Remove the "pwd" struct from rpc_pipe_client | Volker Lendecke | 1 | -2/+7 |
2008-04-21 | net: Add libnetapi context to net's impressive list of globals. | Günther Deschner | 3 | -11/+8 |
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-20 | Introduce rpc_pipe_np_smb_conn() | Volker Lendecke | 1 | -10/+11 |
2008-04-20 | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 6 | -23/+19 |
2008-04-20 | Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_name | Volker Lendecke | 1 | -3/+3 |
2008-04-20 | Move srv_name_slash from cli_state to rpc_pipe_client | Volker Lendecke | 1 | -6/+6 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 6 | -39/+40 |
2008-04-17 | Fix gcc uninitialized variable used warning. | Jeremy Allison | 1 | -6/+5 |
2008-04-17 | net: Be more tolerant while joining. | Günther Deschner | 1 | -4/+9 |
2008-04-16 | net: Remove unused rpc_user_add/del_internals code. | Günther Deschner | 1 | -257/+0 |
2008-04-16 | net: Use NetUserAdd for "net rpc user add". | Günther Deschner | 1 | -2/+28 |
2008-04-16 | net: use NetUserDel for "net rpc user delete". | Günther Deschner | 1 | -3/+31 |
2008-04-16 | net/libnetapi: Include netapi headers early and free on exit. | Günther Deschner | 3 | -3/+9 |
2008-04-15 | net conf: adapt output of NULL share params in net conf list. | Michael Adam | 1 | -2/+7 |
2008-04-15 | net conf: simplify logic in test output of net conf import. | Michael Adam | 1 | -9/+5 |
2008-04-15 | net conf: fix output of out-of-share parameters in test mode import | Michael Adam | 1 | -4/+12 |
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-04-13 | net conf: use the new smbconf_init() dispatcher instead of explicit backend i... | Michael Adam | 1 | -2/+9 |
2008-04-13 | libsmbconf: remove the bool verbatim parameter from txt backend init function. | Michael Adam | 1 | -1/+1 |
2008-04-13 | Fix the build of eventlogadm. | Günther Deschner | 1 | -1/+1 |