Age | Commit message (Expand) | Author | Files | Lines |
2012-01-17 | cifscreds: make username parameter optional | Jeff Layton | 1 | -11/+28 |
2012-01-17 | cifscreds: move option parsing into main() | Jeff Layton | 1 | -32/+44 |
2012-01-17 | cifscreds: make usage use "return" and have callers return | Jeff Layton | 1 | -10/+11 |
2012-01-17 | cifscreds: make username part of value instead of description | Jeff Layton | 1 | -19/+11 |
2012-01-17 | cifscreds: remove user parameter from create_description | Jeff Layton | 1 | -8/+8 |
2012-01-17 | cifscreds: eliminate domain parm from most functions | Jeff Layton | 1 | -67/+18 |
2012-01-17 | cifscreds: add unused attribute to argv parm in cifscreds_clearall | Jeff Layton | 1 | -1/+1 |
2012-01-17 | util: move getusername to util.c | Jeff Layton | 3 | -11/+14 |
2012-01-16 | mount.cifs: handle errors from rename() in del_mtab | Jeff Layton | 1 | -1/+5 |
2012-01-16 | mount.cifs: Properly update mtab during remount | Carlos Maiolino | 1 | -1/+98 |
2012-01-16 | cifs.upcall: allow admins to specify an alternate krb5.conf file | Jeff Layton | 2 | -4/+17 |
2012-01-10 | get/setcifsacl: don't link in -lkeyutils | Jeff Layton | 1 | -2/+2 |
2011-12-10 | contrib: add a set of sample /etc/request-key.d files | Jeff Layton | 8 | -1/+22 |
2011-12-09 | autoconf: bump release to 5.2.1 for interim builds | Jeff Layton | 1 | -1/+1 |
2011-12-09 | autoconf: set version to 5.2cifs-utils-5.2 | Jeff Layton | 1 | -1/+1 |
2011-12-05 | manpage: add an entry for prefixpath= to the mount.cifs manpage | Jeff Layton | 1 | -0/+5 |
2011-12-03 | cifs.upcall: try and guess the domain name on unqualified names | Jeff Layton | 1 | -5/+42 |
2011-12-03 | cifs.upcall: move to Andrew's suggested algorithm for picking a principal | Jeff Layton | 2 | -13/+29 |
2011-12-03 | cifs.upcall: always lowercase the hostname | Jeff Layton | 1 | -0/+12 |
2011-12-03 | cifs.upcall: move to an on-stack princ buffer | Jeff Layton | 1 | -14/+11 |
2011-12-03 | resolve_host: silence compiler warning about discarding const qualifier | Jeff Layton | 1 | -2/+1 |
2011-11-12 | cifs.upcall: silence unused parameter warning | Jeff Layton | 1 | -1/+1 |
2011-10-19 | manpage: document new rsize= behavior | Jeff Layton | 1 | -2/+2 |
2011-10-19 | cifs.idmap: Add uid/gid to SID mapping functions (try #3) | Shirish Pargaonkar | 1 | -0/+37 |
2011-10-19 | manpage: cleanups to new backupuid/gid sections | Jeff Layton | 1 | -9/+5 |
2011-10-19 | mount.cifs: Add mount options for backup intent and their manpages (try #8) | Shirish Pargaonkar | 2 | -2/+118 |
2011-10-18 | cifs-utils: manpage: mention the required kernel version to make cifs.idmap work | Suresh Jayaraman | 1 | -0/+3 |
2011-10-18 | cifs-utils: manpage: mention the kernel version that introduced getcifsacl | Suresh Jayaraman | 1 | -0/+3 |
2011-10-18 | cifs-utils: mention the kernel version that introduced setcifsacl | Suresh Jayaraman | 1 | -0/+3 |
2011-10-18 | manpage: move SEE ALSO section in setcifsacl.1 nearer to bottom | Jeff Layton | 1 | -6/+6 |
2011-09-24 | acltools: install them in $bindir, not $sbindir | Jeff Layton | 6 | -16/+13 |
2011-09-23 | autoconf: bump version to 5.1.1 for interim builds | Jeff Layton | 1 | -1/+1 |
2011-09-23 | autoconf: set version to 5.1cifs-utils-5.1 | Jeff Layton | 1 | -1/+1 |
2011-09-23 | setcifsacl: remove unused rc var from build_cmdline_aces | Jeff Layton | 1 | -7/+1 |
2011-09-23 | manpage: document sec=ntlmssp(i) and clean up discussion of signing | Jeff Layton | 1 | -4/+26 |
2011-08-29 | mount.cifs: fix the conflict between rwpidforward and rw mount options | Pavel Shilovsky | 1 | -1/+1 |
2011-08-25 | autoconf: work around broken wbclient.h file | Jeff Layton | 1 | -27/+32 |
2011-08-25 | cifsacl: fix whitespace problem in setcifsacl.c | Jeff Layton | 1 | -1/+1 |
2011-08-25 | cifsacl: Add make directives for setcifsacl (try #2) | Shirish Pargaonkar | 1 | -1/+8 |
2011-08-25 | cifsacl: Add configure and make directives for cifsacl (try #2) | Shirish Pargaonkar | 3 | -4/+53 |
2011-08-25 | cifsacl: Change contents of mount.cifs manpage (try #2) | Shirish Pargaonkar | 1 | -1/+1 |
2011-08-25 | cifsacl: Add man pages for setcifsacl (try #5) | Shirish Pargaonkar | 1 | -0/+104 |
2011-08-25 | cifsacl: Add man pages for getcifsacl (try #2) | Shirish Pargaonkar | 1 | -0/+55 |
2011-08-25 | cifsacl: Add file setcifsacl.c (try #2) | Shirish Pargaonkar | 1 | -0/+905 |
2011-08-25 | cifsacl: Add file getcifsacl.c (try #2) | Shirish Pargaonkar | 1 | -0/+389 |
2011-08-25 | cifsacl: Add file cifsacl.h (try #2) | Shirish Pargaonkar | 1 | -0/+136 |
2011-08-23 | autoconf: fix help message for --enable-cifsidmap | Jeff Layton | 1 | -1/+1 |
2011-07-29 | mount.cifs: check_newline returns EX_USAGE on error, not -1 | Jeff Layton | 1 | -2/+1 |
2011-07-19 | cifs-utils: add a note about inclusion of keys.dns_resolver program in keyutils | Jeff Layton | 1 | -2/+5 |
2011-07-19 | manpage: corrections and cleanups to the cifsacl option sections | Jeff Layton | 1 | -12/+12 |