summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* s3-net: do not use rpc_pipe_np_smb_conn()Gregor Beck2013-10-171-23/+26
* net: allow "net idmap get ranges" to list all rangesMichael Adam2013-10-021-5/+7
* net: implement "net idmap delete ranges"Michael Adam2013-10-021-0/+67
* net: add "net idmap get ranges" operation for autoridMichael Adam2013-10-021-0/+78
* net: implement "net idmap delete range"Michael Adam2013-10-021-0/+95
* net: implement "net idmap get range"Michael Adam2013-10-021-0/+86
* net: add "net idmap set range" (for autorid backend)Michael Adam2013-10-021-0/+83
* net idmap: add utility function parse_uint32()Volker Lendecke2013-10-021-0/+24
* net: add "net idmap get config" to read the autorid config from the databaseAtul Kulkarni2013-10-021-0/+50
* net: add "net idmap get" commandMichael Adam2013-10-021-0/+17
* net: add "net idmap set config" command to store the autorid global configAtul Kulkarni2013-10-021-0/+47
* net: add new function net_idmap_opendb_autorid()Atul Kulkarni2013-10-021-0/+51
* net: rename "idmap_dump_ctx" to "net_idmap_ctx".Michael Adam2013-10-021-6/+6
* net: move the "net idmap delete" functionality to subcommand "net idmap delet...Michael Adam2013-10-021-5/+24
* net: add the "net idmap set secret" subcommand as alias for "net idmap secret"Michael Adam2013-10-021-1/+9
* net: move the "net idmap set" functionality to subcommand "net idmap set mapp...Michael Adam2013-10-021-3/+21
* net: rename "net idmap setmap" to "net idmap set"Michael Adam2013-10-021-2/+3
* net: improve help text for "net idmap restore"Michael Adam2013-10-021-1/+1
* net: improve help text for "net idmap dump"Michael Adam2013-10-021-1/+1
* Stop use after freeAlistair Leslie-Hughes2013-09-271-1/+5
* s3:net conf: add the same parameter checks to "setparm" as in "net rpc conf".Michael Adam2013-09-241-0/+5
* s3:net: check for GLOBAL_NAME net_conf_param_valid()Michael Adam2013-09-241-1/+1
* s3:net rpc conf: factor validation of parameter out for re-use.Michael Adam2013-09-243-36/+104
* s3:net rpc conf: rename canon_valname->canon_param_name for clarity in setparm.Michael Adam2013-09-241-2/+2
* s3:net rpc conf: setparm: introduce variables service_name, param_name, valst...Michael Adam2013-09-241-20/+29
* s3:net rpc conf: reorganize the validity check and canonicalization of the in...Michael Adam2013-09-241-17/+23
* s3:net rpc conf: print the provided parameter name on error, not the canonica...Michael Adam2013-09-241-1/+1
* s3:net rpc conf: remove the (now) unused rpc_conf_reg_valname_forbidden()Michael Adam2013-09-241-21/+0
* s3:net rpc conf: use the published smbconf_reg_parameter_is_valid()Michael Adam2013-09-241-1/+1
* Add a talloc context to sitename_fetch().Jeremy Allison2013-09-051-12/+5
* lib: Add "mem_ctx" to gencache_get_data_blobVolker Lendecke2013-09-051-1/+1
* smbtree: use the correct count variable from NetShareEnum result.Michael Adam2013-08-211-1/+1
* log2pcaphex: Fix nonempty line endingsVolker Lendecke2013-08-191-16/+15
* s3:smbcacls: Add -m<MAX PROTOCOL> option to smbcacls.Jeremy Allison2013-08-151-0/+4
* libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher2013-08-101-1/+1
* auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher2013-08-101-11/+11
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-0/+1
* s3-net: avoid confusing output in net_rpc_oldjoin() if NET_FLAGS_EXPECT_FALLB...Stefan Metzmacher2013-08-053-3/+14
* s3-net: use libnetjoin for "net rpc join" newstyle.Günther Deschner2013-08-053-561/+107
* s3-net: use libnetjoin for "net rpc testjoin".Günther Deschner2013-08-053-30/+67
* s3-libnetjoin: move "net rpc oldjoin" to use libnetjoin.Günther Deschner2013-08-051-98/+84
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-0510-27/+26
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...Günther Deschner2013-08-051-2/+2
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel().Günther Deschner2013-08-051-1/+1
* s3-net: pass down ndr_interface_table to connect_dst_pipe().Günther Deschner2013-08-054-10/+10
* s3:ntlm_auth: remove pointless credentials->priv_data = NULL;Stefan Metzmacher2013-08-051-1/+0
* s3-smbstatus: display [u|g]id of -1 as "-1" in connection listBjörn Baumbach2013-07-101-4/+20
* sharesec: Implement --view-allVolker Lendecke2013-06-261-1/+34
* s3:utils/net_sam make use of pdb_create_builtin helper functionChristian Ambach2013-06-211-1/+1
* s3:utils/net_lookup fix a format-errorChristian Ambach2013-06-211-1/+1