summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2013-09-24s3:net conf: add the same parameter checks to "setparm" as in "net rpc conf".Michael Adam1-0/+5
2013-09-24s3:net: check for GLOBAL_NAME net_conf_param_valid()Michael Adam1-1/+1
2013-09-24s3:net rpc conf: factor validation of parameter out for re-use.Michael Adam3-36/+104
2013-09-24s3:net rpc conf: rename canon_valname->canon_param_name for clarity in setparm.Michael Adam1-2/+2
2013-09-24s3:net rpc conf: setparm: introduce variables service_name, param_name, valst...Michael Adam1-20/+29
2013-09-24s3:net rpc conf: reorganize the validity check and canonicalization of the in...Michael Adam1-17/+23
2013-09-24s3:net rpc conf: print the provided parameter name on error, not the canonica...Michael Adam1-1/+1
2013-09-24s3:net rpc conf: remove the (now) unused rpc_conf_reg_valname_forbidden()Michael Adam1-21/+0
2013-09-24s3:net rpc conf: use the published smbconf_reg_parameter_is_valid()Michael Adam1-1/+1
2013-09-05Add a talloc context to sitename_fetch().Jeremy Allison1-12/+5
2013-09-05lib: Add "mem_ctx" to gencache_get_data_blobVolker Lendecke1-1/+1
2013-08-21smbtree: use the correct count variable from NetShareEnum result.Michael Adam1-1/+1
2013-08-19log2pcaphex: Fix nonempty line endingsVolker Lendecke1-16/+15
2013-08-15s3:smbcacls: Add -m<MAX PROTOCOL> option to smbcacls.Jeremy Allison1-0/+4
2013-08-10libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher1-1/+1
2013-08-10auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher1-11/+11
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher1-0/+1
2013-08-05s3-net: avoid confusing output in net_rpc_oldjoin() if NET_FLAGS_EXPECT_FALLB...Stefan Metzmacher3-3/+14
2013-08-05s3-net: use libnetjoin for "net rpc join" newstyle.Günther Deschner3-561/+107
2013-08-05s3-net: use libnetjoin for "net rpc testjoin".Günther Deschner3-30/+67
2013-08-05s3-libnetjoin: move "net rpc oldjoin" to use libnetjoin.Günther Deschner1-98/+84
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner10-27/+26
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...Günther Deschner1-2/+2
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel().Günther Deschner1-1/+1
2013-08-05s3-net: pass down ndr_interface_table to connect_dst_pipe().Günther Deschner4-10/+10
2013-08-05s3:ntlm_auth: remove pointless credentials->priv_data = NULL;Stefan Metzmacher1-1/+0
2013-07-10s3-smbstatus: display [u|g]id of -1 as "-1" in connection listBjörn Baumbach1-4/+20
2013-06-26sharesec: Implement --view-allVolker Lendecke1-1/+34
2013-06-21s3:utils/net_sam make use of pdb_create_builtin helper functionChristian Ambach1-1/+1
2013-06-21s3:utils/net_lookup fix a format-errorChristian Ambach1-1/+1
2013-06-04smbcquotas.c: fix a bug of -tPeng Haitao1-1/+1
2013-05-28net: use smbconf_create_set_share() in "net conf import"Michael Adam1-47/+2
2013-05-22When message-type is drvupgrade, MSG_DEBUG should be replaced with MSG_PRINTE...Peng Haitao1-1/+1
2013-05-22When '--policies-reset' is success, the exit code should be 0.Peng Haitao1-1/+1
2013-05-15source3/utils/ntlm_auth.c: Fix typo in debug message.Karolin Seeger1-1/+1
2013-05-06s3:utils fix wrong usage of PRIu64 in sscanfChristian Ambach1-1/+3
2013-04-29regedit: Use color only when available.Andreas Schneider1-1/+8
2013-04-29regedit: Improve the while loop.Andreas Schneider1-8/+7
2013-04-29regedit: Remove talloc leak report.Andreas Schneider1-4/+0
2013-04-29regedit: Mark string values if they contain unprintable chars.C. Davis3-3/+31
2013-04-29regedit: Add an edit binary command.C. Davis3-12/+27
2013-04-29regedit: Handle zero-length buffers better with hexedit.C. Davis2-2/+19
2013-04-29regedit: Load values on startup.C. Davis1-4/+12
2013-04-29regedit: Simplify the editor dialog input loop.C. Davis1-47/+56
2013-04-29regedit: Fix white space and wrap long lines.C. Davis4-16/+25
2013-04-29regedit: Add missing copyright headers to hexedit code.C. Davis2-0/+38
2013-04-29regedit: Enable using tab to cycle thru dialog buttons.C. Davis1-13/+65
2013-04-29regedit: Restore cursor position when user tabs to a field.C. Davis1-0/+5
2013-04-29regedit: Add a general help section.C. Davis1-7/+16
2013-04-29regedit: Print help on left side of screen instead of the right.C. Davis1-6/+5