Age | Commit message (Expand) | Author | Files | Lines |
2013-10-17 | s3-net: do not use rpc_pipe_np_smb_conn() | Gregor Beck | 1 | -23/+26 |
2013-10-02 | net: allow "net idmap get ranges" to list all ranges | Michael Adam | 1 | -5/+7 |
2013-10-02 | net: implement "net idmap delete ranges" | Michael Adam | 1 | -0/+67 |
2013-10-02 | net: add "net idmap get ranges" operation for autorid | Michael Adam | 1 | -0/+78 |
2013-10-02 | net: implement "net idmap delete range" | Michael Adam | 1 | -0/+95 |
2013-10-02 | net: implement "net idmap get range" | Michael Adam | 1 | -0/+86 |
2013-10-02 | net: add "net idmap set range" (for autorid backend) | Michael Adam | 1 | -0/+83 |
2013-10-02 | net idmap: add utility function parse_uint32() | Volker Lendecke | 1 | -0/+24 |
2013-10-02 | net: add "net idmap get config" to read the autorid config from the database | Atul Kulkarni | 1 | -0/+50 |
2013-10-02 | net: add "net idmap get" command | Michael Adam | 1 | -0/+17 |
2013-10-02 | net: add "net idmap set config" command to store the autorid global config | Atul Kulkarni | 1 | -0/+47 |
2013-10-02 | net: add new function net_idmap_opendb_autorid() | Atul Kulkarni | 1 | -0/+51 |
2013-10-02 | net: rename "idmap_dump_ctx" to "net_idmap_ctx". | Michael Adam | 1 | -6/+6 |
2013-10-02 | net: move the "net idmap delete" functionality to subcommand "net idmap delet... | Michael Adam | 1 | -5/+24 |
2013-10-02 | net: add the "net idmap set secret" subcommand as alias for "net idmap secret" | Michael Adam | 1 | -1/+9 |
2013-10-02 | net: move the "net idmap set" functionality to subcommand "net idmap set mapp... | Michael Adam | 1 | -3/+21 |
2013-10-02 | net: rename "net idmap setmap" to "net idmap set" | Michael Adam | 1 | -2/+3 |
2013-10-02 | net: improve help text for "net idmap restore" | Michael Adam | 1 | -1/+1 |
2013-10-02 | net: improve help text for "net idmap dump" | Michael Adam | 1 | -1/+1 |
2013-09-27 | Stop use after free | Alistair Leslie-Hughes | 1 | -1/+5 |
2013-09-24 | s3:net conf: add the same parameter checks to "setparm" as in "net rpc conf". | Michael Adam | 1 | -0/+5 |
2013-09-24 | s3:net: check for GLOBAL_NAME net_conf_param_valid() | Michael Adam | 1 | -1/+1 |
2013-09-24 | s3:net rpc conf: factor validation of parameter out for re-use. | Michael Adam | 3 | -36/+104 |
2013-09-24 | s3:net rpc conf: rename canon_valname->canon_param_name for clarity in setparm. | Michael Adam | 1 | -2/+2 |
2013-09-24 | s3:net rpc conf: setparm: introduce variables service_name, param_name, valst... | Michael Adam | 1 | -20/+29 |
2013-09-24 | s3:net rpc conf: reorganize the validity check and canonicalization of the in... | Michael Adam | 1 | -17/+23 |
2013-09-24 | s3:net rpc conf: print the provided parameter name on error, not the canonica... | Michael Adam | 1 | -1/+1 |
2013-09-24 | s3:net rpc conf: remove the (now) unused rpc_conf_reg_valname_forbidden() | Michael Adam | 1 | -21/+0 |
2013-09-24 | s3:net rpc conf: use the published smbconf_reg_parameter_is_valid() | Michael Adam | 1 | -1/+1 |
2013-09-05 | Add a talloc context to sitename_fetch(). | Jeremy Allison | 1 | -12/+5 |
2013-09-05 | lib: Add "mem_ctx" to gencache_get_data_blob | Volker Lendecke | 1 | -1/+1 |
2013-08-21 | smbtree: use the correct count variable from NetShareEnum result. | Michael Adam | 1 | -1/+1 |
2013-08-19 | log2pcaphex: Fix nonempty line endings | Volker Lendecke | 1 | -16/+15 |
2013-08-15 | s3:smbcacls: Add -m<MAX PROTOCOL> option to smbcacls. | Jeremy Allison | 1 | -0/+4 |
2013-08-10 | libcli/auth: add more const to spnego_negTokenInit->mechTypes | Stefan Metzmacher | 1 | -1/+1 |
2013-08-10 | auth/gensec: treat struct gensec_security_ops as const if possible. | Stefan Metzmacher | 1 | -11/+11 |
2013-08-10 | auth/gensec: introduce gensec_internal.h | Stefan Metzmacher | 1 | -0/+1 |
2013-08-05 | s3-net: avoid confusing output in net_rpc_oldjoin() if NET_FLAGS_EXPECT_FALLB... | Stefan Metzmacher | 3 | -3/+14 |
2013-08-05 | s3-net: use libnetjoin for "net rpc join" newstyle. | Günther Deschner | 3 | -561/+107 |
2013-08-05 | s3-net: use libnetjoin for "net rpc testjoin". | Günther Deschner | 3 | -30/+67 |
2013-08-05 | s3-libnetjoin: move "net rpc oldjoin" to use libnetjoin. | Günther Deschner | 1 | -98/+84 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth(). | Günther Deschner | 10 | -27/+26 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_... | Günther Deschner | 1 | -2/+2 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel(). | Günther Deschner | 1 | -1/+1 |
2013-08-05 | s3-net: pass down ndr_interface_table to connect_dst_pipe(). | Günther Deschner | 4 | -10/+10 |
2013-08-05 | s3:ntlm_auth: remove pointless credentials->priv_data = NULL; | Stefan Metzmacher | 1 | -1/+0 |
2013-07-10 | s3-smbstatus: display [u|g]id of -1 as "-1" in connection list | Björn Baumbach | 1 | -4/+20 |
2013-06-26 | sharesec: Implement --view-all | Volker Lendecke | 1 | -1/+34 |
2013-06-21 | s3:utils/net_sam make use of pdb_create_builtin helper function | Christian Ambach | 1 | -1/+1 |
2013-06-21 | s3:utils/net_lookup fix a format-error | Christian Ambach | 1 | -1/+1 |