summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* param: fix lp_parameter_value_is_valid() for parametric optionsRalph Wuerthner2016-11-301-0/+6
* s3-rpcclient: Add AsyncCorePrinterDriverInstalled commandGünther Deschner2016-11-241-1/+66
* s3-rpcclient: Add rpcclient IRemoteWinspool commandsGünther Deschner2016-11-243-0/+116
* s3-rpc_cli: Support the use of the object_uuid in rpc_cli interfacesGünther Deschner2016-11-241-1/+10
* s3/dump_core: Honour pipe symbol (|) in system-wide core_pattern under linuxAnoop C S2016-11-231-8/+24
* s3-net: use SMB_SIGNING_DEFAULT in connect_to_service()Günther Deschner2016-11-231-1/+6
* param: validate value in lp_canonicalize_parameter_with_value()Michael Adam2016-11-231-4/+9
* param: use early return in lp_canonicalize_parameter_with_value()Michael Adam2016-11-231-9/+10
* param: add lp_parameter_value_is_valid() functionRalph Wuerthner2016-11-231-0/+66
* net conf: fix error messageRalph Wuerthner2016-11-231-1/+1
* s3-spoolss: use architecture in spoolss_MonitorInfo calls consistentlyGünther Deschner2016-11-211-2/+8
* vfs: ceph: convert to new DBG_* macrosJeff Layton2016-11-211-132/+122
* VFS: convert to using ceph_statx structures and functions, when availableJeff Layton2016-11-202-33/+178
* s3:spoolss: Add some useful debug messages on errorAndreas Schneider2016-11-201-0/+6
* s3:spoolss: Add support for COPY_FROM_DIRECTORY in AddPrinterDriverExAndreas Schneider2016-11-203-21/+100
* ntlm_auth: Avoid some staticsVolker Lendecke2016-11-201-5/+5
* lib: Remove global xfile.h includesVolker Lendecke2016-11-2011-1/+10
* lib: Rename fgets_slash to x_fgets_slashVolker Lendecke2016-11-205-5/+6
* s3:spoolss: Improve debug messages in construct_printer_driverAndreas Schneider2016-11-201-6/+4
* s3:spoolss: Return error when there is no driver assignedAndreas Schneider2016-11-201-0/+8
* s3-spoolss: set the defaults for os_version defines globally.Günther Deschner2016-11-201-7/+16
* s3-spoolss: also set new os_major,minor,build values in printer info 0Günther Deschner2016-11-201-2/+14
* s3:spoolss: Set default OS Version to Windows Server 2003 R2 SP2Andreas Schneider2016-11-201-3/+9
* s3/smbd: fix the last resort check that sets the file type attributeJeremy Allison2016-11-191-6/+4
* Move source3/lib/access.c to toplevel lib/util/access.cJeremy Allison2016-11-163-354/+3
* s3: lib: Replace s3 strnequal with top level strncasecmp_m.Jeremy Allison2016-11-161-2/+2
* s3: lib: Use top level function strequal_m not the s3 strequalJeremy Allison2016-11-161-8/+8
* s3: lib: Change masked_match() from SMB_STRDUP macro to underlying smb_xstrdu...Jeremy Allison2016-11-161-3/+4
* lib/util: Move unix_wild_match() from source3/lib/util to lib/util/Jeremy Allison2016-11-162-160/+1
* s3: lib: Move from talloc_strdup then lower to strlower_talloc()Jeremy Allison2016-11-161-10/+2
* s3: util: Remove unneeded strequal() call. Convert to simple character check.Jeremy Allison2016-11-161-1/+1
* s3: lib - Fix formatting of unix_wild_match() sub-function to README.Coding s...Jeremy Allison2016-11-161-20/+41
* s3:net: Use messaging_init_client()Andreas Schneider2016-11-161-5/+17
* s3:rpcclient: Use messaging_init_client()Andreas Schneider2016-11-161-3/+13
* s3:messaging: Add messaging_init_client() functionAndreas Schneider2016-11-162-0/+12
* s3:messaging: Create an messaging_init_internal() returning NTSTATUSAndreas Schneider2016-11-161-41/+75
* s3:rpcclient: Print a new line on exitAndreas Schneider2016-11-161-1/+3
* s3:tests: Set missing directories for test_registry_upgrade.shAndreas Schneider2016-11-161-0/+2
* s3-winbind: Directly pass creds with cli_session_setup_creds()Andreas Schneider2016-11-151-62/+17
* s3:libsmb: make use of cli_{session_setup,rpc_pipe_open_with}_creds() in pass...Stefan Metzmacher2016-11-151-27/+21
* s3:client: use cli_session_setup_creds() in smbspool.cStefan Metzmacher2016-11-151-3/+17
* s3:client: use cli_session_setup_creds() in client.c cmd_logon()Stefan Metzmacher2016-11-151-3/+16
* s3:torture: make use of auth_generic_set_creds() in test_smb2.cStefan Metzmacher2016-11-151-65/+10
* s3:torture: make use of cli_session_setup_creds() in test_smb2.cStefan Metzmacher2016-11-151-15/+6
* s3:torture: make use of cli_session_setup_creds() in torture.cStefan Metzmacher2016-11-151-18/+24
* s3:torture: create a global 'torture_creds' cli_credentials structureStefan Metzmacher2016-11-151-0/+15
* s3:torture: make use of cli_session_creds_init() in masktest.cStefan Metzmacher2016-11-151-13/+26
* s3:torture: make use of cli_session_setup_anon()Stefan Metzmacher2016-11-151-2/+2
* s3:nmbd: make use of cli_session_setup_anon()Stefan Metzmacher2016-11-151-2/+2
* s3:libsmb: make use of cli_session_setup_anon()Stefan Metzmacher2016-11-152-3/+3