Age | Commit message (Expand) | Author | Files | Lines |
2008-06-27 | Fix bug #5568 net rpc trustdom add broken ! | Jeremy Allison | 1 | -0/+1 |
2008-06-26 | Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings. | Jeremy Allison | 1 | -2/+2 |
2008-06-25 | rpc_client: add rpccli_samr_chgpasswd_user() call. | Günther Deschner | 1 | -0/+53 |
2008-06-25 | rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3. | Günther Deschner | 1 | -8/+8 |
2008-06-25 | rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2. | Günther Deschner | 1 | -7/+7 |
2008-06-25 | rpc_client: let cli_get_session_key() return talloced session key. | Günther Deschner | 1 | -4/+10 |
2008-06-24 | rpc_client: add cli_get_session_key(). | Günther Deschner | 1 | -0/+31 |
2008-06-24 | rpc_client: Avoid warning in builds without krb5 headers. | Karolin Seeger | 1 | -0/+2 |
2008-06-11 | rpc_client: fix some valgrind warnings. | Günther Deschner | 1 | -2/+4 |
2008-05-25 | Fix a const warning | Volker Lendecke | 1 | -1/+2 |
2008-05-24 | drsuapi: always use tcp for drsuapi. | Günther Deschner | 1 | -2/+36 |
2008-05-23 | Fix a (bogus) uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2008-05-22 | rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static. | Michael Adam | 1 | -7/+7 |
2008-05-22 | rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp(). | Michael Adam | 1 | -7/+160 |
2008-05-21 | rpc_client: add a destructor to close the socket for pipes over tcp. | Volker Lendecke | 1 | -0/+10 |
2008-05-21 | Add client support for NCACN_UNIX_STREAM | Volker Lendecke | 1 | -4/+86 |
2008-05-21 | rpccli_schannel_bind_data only needs the schannel key | Volker Lendecke | 1 | -3/+4 |
2008-05-21 | Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fd | Volker Lendecke | 1 | -7/+7 |
2008-05-21 | Fix a comment | Volker Lendecke | 1 | -1/+1 |
2008-05-17 | Factor out generation of an info3 struct from a serversupplied_info | Volker Lendecke | 1 | -0/+173 |
2008-05-05 | Fix two uninitialized variable warnings | Volker Lendecke | 1 | -3/+4 |
2008-04-25 | Attempt to fix the non-krb build | Volker Lendecke | 1 | -0/+4 |
2008-04-25 | Add basic ncacn_ip_tcp client infrastructure | Volker Lendecke | 1 | -71/+241 |
2008-04-25 | Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_client | Volker Lendecke | 1 | -52/+71 |
2008-04-25 | Introduce rpccli_pipe_txt(), describing a pipe for debug messages | Volker Lendecke | 1 | -93/+62 |
2008-04-25 | cli_rpc_pipe_open_noauth must take the user/domain from the smb session | Volker Lendecke | 1 | -0/+18 |
2008-04-25 | Make use of rpccli_xxx_bind_data | Volker Lendecke | 1 | -168/+62 |
2008-04-25 | Create rpccli_xxx_bind_data functions | Volker Lendecke | 1 | -0/+198 |
2008-04-25 | Move user/domain from rpc_pipe_client to cli_pipe_auth_data | Volker Lendecke | 2 | -17/+19 |
2008-04-25 | Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client | Volker Lendecke | 1 | -54/+65 |
2008-04-21 | Remove the "pwd" struct from rpc_pipe_client | Volker Lendecke | 1 | -2/+12 |
2008-04-20 | Fix some empty lines with just spaces | Volker Lendecke | 1 | -13/+12 |
2008-04-20 | Introduce rpc_pipe_np_smb_conn() | Volker Lendecke | 1 | -0/+5 |
2008-04-20 | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 1 | -14/+43 |
2008-04-20 | Refactoring: Move stuff around for creating a pipe | Volker Lendecke | 1 | -38/+36 |
2008-04-20 | Remove the pipe_idx variable from rpc_pipe_client | Volker Lendecke | 3 | -47/+30 |
2008-04-20 | Remove some unused code referencing pipe_names[] | Volker Lendecke | 1 | -17/+0 |
2008-04-20 | Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_name | Volker Lendecke | 1 | -2/+17 |
2008-04-20 | Introduce rpccli_set_timeout() | Volker Lendecke | 1 | -0/+6 |
2008-04-20 | Move srv_name_slash from cli_state to rpc_pipe_client | Volker Lendecke | 3 | -7/+14 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 3 | -27/+33 |
2008-04-20 | Refactoring: Make struct rpc_pipe_client its own talloc parent | Volker Lendecke | 2 | -21/+15 |
2008-04-19 | Set the right domain\user in cli_rpc_pipe_open_ntlmssp_internal | Volker Lendecke | 1 | -2/+2 |
2008-04-17 | rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduce | Jelmer Vernooij | 1 | -2/+2 |
2008-04-15 | Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-04 | Move rpccli_try_samr_connects out of rpcclient. | Günther Deschner | 1 | -0/+44 |
2008-04-03 | Fix rpccli_lsa_lookup_sids_noalloc. | Günther Deschner | 1 | -3/+11 |
2008-04-02 | Fix NETLOGON credential chain with Windows 2008 all over the place. | Günther Deschner | 2 | -2/+13 |
2008-04-01 | Fix SRVSVC ShareInfo level 502 server side handling. | Günther Deschner | 1 | -4/+2 |
2008-04-01 | Fix SRVSVC ShareInfo max_users handling server side. | Günther Deschner | 1 | -2/+2 |