summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* regedit_valuelist.c: Coverity fix; Initialize a variable.Christopher R. Hertel (crh)2014-02-141-1/+1
* lib/param: Remove special handling for 'state dir' and 'cache dir'Andrew Bartlett2014-02-121-6/+6
* param: rename lp function and variable from "encrypted_passwords" to "encrypt...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "printcommand" to "print_command"Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'piddir' to 'pid_directory'Garming Sam2014-02-072-3/+3
* param: rename lp function and variable from 'passwordserver' to 'password_ser...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam2014-02-071-3/+3
* param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam2014-02-071-5/+5
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-076-10/+10
* loadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_deny for consistency with...Michael Adam2014-02-031-3/+3
* loadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_allow for consistency wi...Michael Adam2014-02-031-3/+3
* dbwrap_tool: add option "--non-persistent" and force excatly one of "--[non-]...Michael Adam2014-01-301-5/+18
* dbwrap_tool: remove the short form "-p" of "--persistent"Michael Adam2014-01-301-1/+1
* smbcontrol: fix NUM_CHILDREN message deregisterDavid Disseldorp2014-01-141-1/+1
* libgpo: allow to pass down a list of deleted GPOs in gpo_process_gpo_list().Günther Deschner2014-01-071-1/+1
* libgpo: remove ads reference from dump calls and make them take const structs.Günther Deschner2014-01-071-6/+6
* s3:rpc_client: make cli_rpc_pipe_open_schannel() more flexibleStefan Metzmacher2014-01-071-3/+3
* 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