summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Extend release notes for Samba 4.4.0rc1.Karolin Seeger2016-01-261-16/+119
* 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-2612-45/+50
* selftest: add disk-free and quota tests based on fake_dfq VFS moduleUri Simchoni2016-01-264-0/+188
* 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-264-0/+56
* 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
* idl:messagaing: add MSG_SMBXSRV_CONNECTION_PASSStefan Metzmacher2016-01-261-0/+1
* 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
* docs:smb.conf: document new extra syntax for interfaces.Michael Adam2016-01-261-1/+22
* s4:lib:socket: skip extra data in interpret_interface()Michael Adam2016-01-261-0/+9
* 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
* lib:socket: detect link speed with ethtool ioctl in get_interfaces (on linux)Anoop C S2016-01-261-0/+49
* build: detect support for ethtoolMichael Adam2016-01-262-0/+8
* lib:socket: set defaults for linkspeed and capability in get_interfaces()Michael Adam2016-01-261-0/+5
* lib:socket: get interface index from kernelMichael Adam2016-01-261-0/+6
* lib:socket: add linkspeed, capability and if_index to iface_structMichael Adam2016-01-261-0/+3
* librpc:idl: define FSCTL_NET_IFACE_NONE_CAPABLE in ioctl.idlMichael Adam2016-01-261-0/+1
* 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: documentation for snapsharepathUri Simchoni2016-01-261-0/+40
* vfs_shadow_copy2: add tests for snapsharepathUri Simchoni2016-01-262-0/+9
* 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