Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-18 | s3-utils/net: pass struct ndr_interface_table down | Andrew Bartlett | 1 | -8/+8 | |
This will allow the target service (as determined from the IDL) to be passed to GSSAPI (rather than the current, incorrect, "cifs"). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-18 | s3-utils: run minimal_includes.pl over utils/*.c | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-02-01 | s3-net: prefer dcerpc_samr_X functions in net_rpc_sh_acct.c. | Günther Deschner | 1 | -25/+57 | |
Guenther | |||||
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 | |
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | |||||
2010-08-05 | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 1 | -0/+1 | |
2010-01-19 | s3 net: Fix compile warnings | Kai Blin | 1 | -2/+2 | |
2010-01-19 | s3 net/i18n: Use only one spelling for "Usage:" | Kai Blin | 1 | -8/+8 | |
2010-01-18 | s3/net: split up some printable stings to ease i18n | Björn Jacke | 1 | -2/+2 | |
If we put strings like "Usage:" into separate _() macros and not the whole "Usage:..." string we can cover much more messages by only one single translation. The drawback is that the message in the sources looks less pretty. | |||||
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵ | Günther Deschner | 1 | -0/+1 | |
samba. Guenther | |||||
2009-11-08 | Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table" | Volker Lendecke | 1 | -16/+9 | |
This reverts commit 53f2a1595e76db9fe1b42db65b51895b73365993. | |||||
2009-11-08 | s3: Make run_rpc_command take strings instead of a ndr_interface_table | Volker Lendecke | 1 | -9/+16 | |
2009-08-11 | s3 net: i18n support for net rpc shell | Kai Blin | 1 | -46/+47 | |
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-07-21 | Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 1 | -8/+8 | |
(This used to be commit 85c8363d5179e7053adc05e8abce2fb26cf9b968) | |||||
2008-05-10 | net: more whitespace cleanup | Kai Blin | 1 | -7/+7 | |
(This used to be commit ef0184d580500734fc7af51e1c790b075180a3d0) | |||||
2008-05-10 | net: Remove globals | Kai Blin | 1 | -30/+48 | |
(This used to be commit 1e9319cf88b65a2a8d4f5099a1fe5297e405ed2e) | |||||
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -1/+1 | |
This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b) | |||||
2008-02-06 | Use rpccli_samr_QueryDomainInfo() in net_rpc_sh_acct.c. | Günther Deschner | 1 | -61/+83 | |
Guenther (This used to be commit 65e978eacc30e6c400c8b76ba5f861883ff1c16a) | |||||
2008-02-04 | Use rpccli_samr_Connect2() all over the place. | Günther Deschner | 1 | -4/+5 | |
Guenther (This used to be commit bdf8d562621e1a09bf83e2009dec24966e7fdf22) | |||||
2008-02-01 | Use rpccli_samr_OpenDomain() all over the place. | Günther Deschner | 1 | -4/+6 | |
Guenther (This used to be commit e4e9d72724d547e1405b2ed4cec509d50ec88c8d) | |||||
2008-01-31 | Remove rpccli_samr_close and use pidl generated function instead. | Günther Deschner | 1 | -2/+2 | |
Guenther (This used to be commit 64f0889401855ab76953bfae5db4fe4df19ad8a5) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -1/+1 | |
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | |||||
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r13351: Fix copyright | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 70114f509c821a4bc932ff76d9fc19a7d4ad1e84) | |||||
2007-10-10 | r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-) | Volker Lendecke | 1 | -0/+411 | |
Implement 'net rpc shell account' -- An editor for account policies nt_time_to_unix_abs changed its argument which to me seems wrong, and I could not find a caller that depends on this. So I changed it. Applied some more const in time.c. Volker (This used to be commit fc73690a7000d5a3f0f5ad34461c1f3a87edeac5) |