summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-31cifs-utils: bump version to 6.12cifs-utils-6.12Pavel Shilovsky1-1/+1
2020-12-30smbinfo: fix fsctl-getobjid outputPavel Shilovsky1-1/+1
2020-12-30smbinfo: fix list-snapshots output and installationPavel Shilovsky2-6/+19
2020-12-16cifs.upcall: drop bounding capabilities only if CAP_SETPCAP is givenAlexander Koch1-1/+6
2020-12-16mount.cifs: use SUDO_UID env variable for cruidShyam Prasad N1-16/+67
2020-12-16mount.cifs: fix max buffer size when parsing snapshot optionPavel Shilovsky1-1/+1
2020-12-16Add missing position handling to mount parameters gid/backup_gid/snapshotSimon Arlott1-0/+3
2020-12-16cifs.upcall: update the cap bounding set only when CAP_SETPCAP is givenJonas Witschel1-1/+6
2020-12-16mount.cifs: update the cap bounding set only when CAP_SETPCAP is givenJonas Witschel1-1/+6
2020-12-16Extend cifs acl utilities to handle SACLsBoris Protopopov5-281/+719
2020-12-04getcifsacl: return error if input path doesn't existPavel Shilovsky1-9/+13
2020-11-09Fix mount error when mount point has an extra trailing slash.Rohith Surabattula1-0/+9
2020-11-09mount.cifs: ignore comment mount optionMartin Schwenke1-0/+2
2020-09-03setcifsacl: fix quoting of backslash in man pageBjoern Jacke1-4/+4
2020-09-03Separate binary names using comma in mount.cifs.rstSergio Durigan Junior1-3/+3
2020-09-03cifs-utils: fix probabilistic compiling errorlizhe1-1/+1
2020-09-03cifs-utils: Don't create symlinks for mans if mans are disabledMikhail Novosyolov1-1/+3
2020-09-03cifs-utils: Respect DESTDIR when installing smb3 stuffMikhail Novosyolov1-4/+4
2020-09-03mount.cifs.rst: add nolease mount optionPavel Shilovsky1-0/+6
2020-09-03Add support for setting owner and group in ntsdBoris Protopopov3-49/+235
2020-09-03Convert owner and group SID offsets to LE formatBoris Protopopov1-2/+4
2020-09-03smbinfo: remove invalid arguments to ioctl methodRonnie Sahlberg1-2/+2
2020-09-03smbinfo: rewrite in pythonAurelien Aptel3-1298/+780
2020-09-03cifs-utils: bump version to 6.11cifs-utils-6.11Pavel Shilovsky1-1/+1
2020-09-03CVE-2020-14342: mount.cifs: fix shell command injectionAurelien Aptel1-21/+75
2019-12-16cifs-utils: bump version to 6.10cifs-utils-6.10Pavel Shilovsky1-1/+1
2019-12-16Rename secdesc-ui.py to smb2-secdescPavel Shilovsky1-0/+0
2019-12-16Properly install mount.smb3 helper filesPavel Shilovsky1-0/+6
2019-12-16Install smb2-quota and its manpageRonnie Sahlberg3-0/+12
2019-12-12smb2-quota: Simplify code logic for quota entries.Kenneth D'souza2-16/+11
2019-12-12Add program name to error output instead of static mount.cifsKenneth D'souza1-28/+28
2019-12-12Add support for smb3 alias/fstype in mount.cifs.cKenneth D'souza3-4/+20
2019-12-12smbinfo.rst: document new `keys` commandAurelien Aptel1-0/+4
2019-12-12mount.cifs.rst: remove prefixpath mount option.Kenneth D'souza1-6/+0
2019-10-04smb2quota.rst: Add man page for smb2quota.pyKenneth D'souza1-0/+70
2019-10-04smb2quota.py: Userspace helper to display quota informationKenneth D'souza1-0/+195
2019-10-03smbinfo: add bash completion support for setcompressionPavel Shilovsky1-1/+2
2019-10-03smbinfo: Add SETCOMPRESSION supportRonnie Sahlberg2-1/+49
2019-10-03smbinfo: print the security information needed to decrypt wireshark traceSteve French1-1/+52
2019-10-03mount.cifs: Fix invalid freePaulo Alcantara (SUSE)1-4/+4
2019-10-03mount.cifs: Fix double-free issue when mounting with setuid rootPaulo Alcantara (SUSE)1-2/+4
2019-08-07Zero fill the allocated memory for new `struct cifs_ntsd`misku1-1/+1
2019-08-07Zero fill the allocated memory for a new ACEmisku1-1/+1
2019-08-07mount.cifs.c: fix memory leaks in main funcJiawen Liu1-1/+9
2019-05-07smbinfo: add bash completion support for getcompressionPavel Shilovsky1-1/+2
2019-05-07getcifsacl: Add support for -R(recursive) option.Kenneth D'souza2-5/+30
2019-05-07smbinfo: add GETCOMPRESSION supportRonnie Sahlberg2-0/+50
2019-04-18getcifsacl: Fix usage message to include multiple filesPavel Shilovsky1-2/+2
2019-04-18smbinfo: Add bash completion support for smbinfo.Kenneth D'souza1-0/+42
2019-04-18getcifsacl: Add support to accept more pathsKenneth D'souza1-36/+44