summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* s3:libnet: pass in struct netlogon_creds_cli_context from the caller.Stefan Metzmacher2014-01-071-0/+1
* s3:net_rpc: make use of trust_pw_change()Stefan Metzmacher2014-01-071-1/+5
* s3:net_rpc: add net_context->netlogon_credsStefan Metzmacher2014-01-072-0/+2
* s3:libnet_join: make use of rpccli_{create,setup}_netlogon_creds()Stefan Metzmacher2014-01-071-1/+3
* smbd: Make "num_children" available by smbcontrolVolker Lendecke2014-01-061-0/+49
* libgpo: remove some unnecessary usage of ADS_STATUS.Günther Deschner2013-12-181-2/+2
* libgpo: remove unrequired references to ads_struct.Günther Deschner2013-12-181-1/+1
* s3: smbpasswd - fix crashes on invalid input.Jeremy Allison2013-12-163-5/+28
* s3:utils/smbcontrol implement kill-client-ip in smbcontrolChristian Ambach2013-12-121-0/+23
* libgpo: remove unused loadparm_context from functions.Günther Deschner2013-12-121-4/+3
* CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison2013-12-091-1/+6
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-1/+39
* s3-utils: Fix a memory leak in smbget.Andreas Schneider2013-12-061-0/+1
* s3:utils remove orphaned codeChristian Ambach2013-12-021-96/+0
* Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...Jeremy Allison2013-11-221-8/+8
* s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider2013-11-211-0/+2
* testparm: don't warn for TCP_NODELAY in socket options.Michael Adam2013-11-201-3/+3
* testparm: Warnings should not cause failureMartin Schwenke2013-11-201-4/+0
* s3-utils: Fix scanf format in sharesec.Andreas Schneider2013-11-151-3/+3
* s3-utils: Fix scanf format in smbacls.Andreas Schneider2013-11-151-3/+3
* autorid: Correctly init range_index for "delete range"Volker Lendecke2013-11-141-0/+1
* net: Fix CID 1035403 Unchecked return valueVolker Lendecke2013-11-111-1/+4
* net: remove net idmap secretAtul Kulkarni2013-11-081-8/+0
* net: correct typos in net idmap delete ranges help messageAtul Kulkarni2013-11-071-2/+2
* testparm: Add warning for socket options.Andreas Schneider2013-11-041-0/+33
* testparm: Reformat text and add a newline.Andreas Schneider2013-11-041-54/+110
* 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