summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-utils/smbget: Fix option parsing and apply samba defaultsAndreas Schneider2016-01-281-69/+104
* selftest: fix test_dfree_quota.shUri Simchoni2016-01-271-2/+2
* selftest: add test case for different quote/dfree block sizeUri Simchoni2016-01-271-0/+5
* smbd: show correct disk size for different quota and dfree block sizesUri Simchoni2016-01-271-1/+8
* smbd quotas: avoid stat of foreign file systemsUri Simchoni2016-01-271-10/+61
* s3-lib: introduce sys_realpath()Uri Simchoni2016-01-273-14/+27
* waf: Only build smb_krb5_wrapper if we have CUPSAndreas Schneider2016-01-261-1/+2
* disk_quotas: style fixUri Simchoni2016-01-261-2/+4
* vfs_gpfs: make sure get_quota does not return bogus valuesUri Simchoni2016-01-261-0/+25
* make disk_norm() staticUri Simchoni2016-01-262-2/+1
* vfs_gpfs: do not call disk_norm() on disk_free_fnUri Simchoni2016-01-261-2/+1
* vfs_ceph: do not call disk_norm() on disk_free_fnUri Simchoni2016-01-261-1/+0
* vfs_fake_dfq: remove quota code from disk_freeUri Simchoni2016-01-261-96/+0
* smbd: refactor disk_free handlingUri Simchoni2016-01-264-19/+24
* vfs_snapper: add get_quota functionUri Simchoni2016-01-261-0/+34
* vfs_shadow_copy2: add get_quota functionUri Simchoni2016-01-261-0/+34
* vfs_cap: add get_quota functionUri Simchoni2016-01-261-0/+14
* vfs: add path parameter to get_quotaUri Simchoni2016-01-2610-40/+43
* selftest: add disk-free and quota tests based on fake_dfq VFS moduleUri Simchoni2016-01-262-0/+175
* vfs_fake_dfq: add vfs moduleUri Simchoni2016-01-263-0/+286
* smbd: enable unit-testing of NT_TRANSACT_GET_USER_QUOTAUri Simchoni2016-01-261-1/+1
* quotas: correct comment about SMB_GROUP_QUOTA_TYPEUri Simchoni2016-01-261-1/+1
* loadparm: introduce lp_parm_ulonglong() and lpcfg_parm_ulonglong()Uri Simchoni2016-01-262-0/+19
* smbd:smb2_negprot: implement connection passing based on client_guidMichael Adam2016-01-261-0/+58
* smbd:smb2_server: let smbd_server_connection_terminate() only call exit_serve...Stefan Metzmacher2016-01-261-2/+15
* smbd:process: use smbXsrv_client_create.Michael Adam2016-01-261-6/+5
* smbd:process: treat initialized table in smbXsrv_connection_init_tablesMichael Adam2016-01-261-0/+4
* smbd: add smbXsrv_client.cStefan Metzmacher2016-01-263-0/+787
* smbd:globals.h: add guid_verified to smbXsrv_connection.smb2.clientMichael Adam2016-01-261-0/+1
* idl:smbXsrv: add smbXsrv_connection_pass structures.Stefan Metzmacher2016-01-261-0/+25
* idl:smbXsrv: add smbXsrv_client_global structuresStefan Metzmacher2016-01-261-0/+44
* s3:smbd: only process fsctl_network_iface_info if multi channel is enabledMichael Adam2016-01-261-0/+12
* s3:smbd: implement fsctl_network_iface_infoStefan Metzmacher2016-01-261-0/+124
* s3:lib: extend interpret_interface() to optionally read speed, caps, and inde...Michael Adam2016-01-261-0/+105
* s3:lib: remove an unmotivated comment from interpret_interface()Michael Adam2016-01-261-1/+0
* s3:lib: copy speed, cap, and index in add_interface()Michael Adam2016-01-261-0/+3
* smb.h: add linkspeed, capability, and if_index to interface structMichael Adam2016-01-261-0/+3
* s3:lib: add braces around if-block in my_sam_name()Michael Adam2016-01-261-1/+2
* s3:lib: remove supefluous comments from map_my_name()Michael Adam2016-01-261-5/+0
* s3:lib: fix white spaces in my_sam_name()Michael Adam2016-01-261-6/+6
* vfs_shadow_copy2: add tests for snapsharepathUri Simchoni2016-01-261-0/+1
* vfs_shadow_copy2: add snapsharepath parameterUri Simchoni2016-01-261-1/+36
* vfs_shadow_copy2: remove basedir state variableUri Simchoni2016-01-261-19/+10
* s3-parm: clean up defaults when removing global parametersAlexander Bokovoy2016-01-251-0/+17
* s3-client: Add a KRB5 wrapper for smbspoolAndreas Schneider2016-01-253-0/+234
* s3:utils/smbget make use of bool for flagsChristian Ambach2016-01-251-45/+48
* s3:utils/smbget use C99 format identifiersChristian Ambach2016-01-251-39/+29
* s3:utils/smbget code formatChristian Ambach2016-01-251-173/+331
* s3:utils/smbget fix recursive downloadChristian Ambach2016-01-251-1/+14
* s3:smbd: Ignore initial allocation size for directory creationRalph Boehme2016-01-231-7/+3