summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-04autotools: remove unnecessary files from distroJeff Layton4-1891/+0
2012-12-03mount.cifs: don't pass "flag" options to the kernelJeff Layton1-16/+8
2012-12-03mount.cifs: treat uid=,gid=,cruid= options as name before assuming they're a ...Jeff Layton1-26/+24
2012-12-03autoconf: set version to 5.8.1 for interim buildsJeff Layton1-1/+1
2012-11-11autoconf: set version to 5.8cifs-utils-5.8Jeff Layton1-1/+1
2012-11-09setcifsacl: fix format specifier in error messageJeff Layton1-1/+1
2012-11-09setcifsacl: don't freely cast between wbcDomainSid and cifs_sidJeff Layton2-15/+27
2012-11-09getcifsacl: don't freely cast between wbcDomainSid and cifs_sidJeff Layton1-17/+21
2012-11-09mount.cifs: fix argument count checkJeff Layton1-1/+1
2012-11-07getcifsacl: fix up printing of REVISION: and CONTROL: fieldsJeff Layton1-2/+2
2012-11-07cifs.idmap: fix up some compile-time warningsJeff Layton1-12/+20
2012-11-07setcifsacl: fix some build warningsJeff Layton1-2/+1
2012-11-07setcifsacl: fix endianness of ->size in build_cmdline_acesJeff Layton1-2/+2
2012-11-07setcifsacl: fix up ACE mask handlingJeff Layton1-41/+40
2012-11-07getcifsacl: fix endianness bug in getcifsacl and add better bounds checksJeff Layton1-3/+11
2012-11-07setcifsacl: fix some bugs in build_cmdline_acesJeff Layton1-3/+2
2012-11-07setcifsacl: fix some bugs in build_fetched_acesJeff Layton1-18/+12
2012-11-07setcifsacl: consolidate SID copying routinesJeff Layton1-24/+16
2012-11-07getcifsacl: fix raw SID printing routineJeff Layton1-9/+20
2012-11-07getcifsacl: don't use wbcDomainSid internallyJeff Layton1-15/+16
2012-11-07getcifsacl: fix endianness before handing off SID to winbindJeff Layton1-2/+17
2012-11-07getcifsacl: clarify magic number if print_aceJeff Layton1-2/+2
2012-11-07setcifsacl: fix verify_ace_sidJeff Layton1-24/+24
2012-11-07setcifsacl: clean up parse_cmdline_acesJeff Layton1-32/+18
2012-11-07setcifsacl: clean up get_numcacesJeff Layton1-13/+11
2012-11-07setcifsacl: fix up endianness conversionsJeff Layton1-7/+7
2012-11-07cifs.idmap: fix endianness on SIDs before sending to kernelJeff Layton1-2/+21
2012-11-07setcifsacl: fix endianness on SIDs provided by winbind routinesJeff Layton1-2/+9
2012-11-07cifsacl: header file cleanupJeff Layton1-11/+10
2012-11-07setcifsacl: fix up getopt() usageJeff Layton2-10/+19
2012-11-07setcifsacl: declare an enum for the action valuesJeff Layton1-11/+20
2012-11-07get/setcifsacl: set "prog" via basename(argv[0])Jeff Layton2-2/+5
2012-11-07setcifsacl: clean up get_numfacesJeff Layton1-10/+7
2012-11-07setcifsacl: fix overrun of subauths array when copying SIDsJeff Layton1-2/+2
2012-11-07setcifsacl: clean up sizing of cifs_sidJeff Layton2-8/+11
2012-10-29cifs.idmap: add a --help option for cifs.idmapJeff Layton2-3/+14
2012-10-29cifs.idmap: set a timeout on keys that it instantiatesJeff Layton2-3/+29
2012-10-29cifs.idmap: don't use atoi to convert unsigned int to numberJeff Layton1-6/+40
2012-10-29cifs.idmap: clean up strget and avoid memory allocationJeff Layton1-20/+14
2012-10-29cifs.idmap: add an options struct to handle long optionsJeff Layton1-1/+6
2012-10-29cifs.idmap: get rid of useless strcmp prior to idmappingJeff Layton1-2/+1
2012-10-29cifs.idmap: make sure cifsacl structs are packedJeff Layton1-4/+4
2012-10-23mount.cifs: add warning that NFS syntax is deprecated and will beScott Lovenberg1-0/+4
2012-10-12autoconf: set release to 5.7.1 for interim buildsJeff Layton1-1/+1
2012-10-09autoconf: set version to 5.7cifs-utils-5.7Jeff Layton1-1/+1
2012-10-08mount.cifs: implement the "nofail" optionJeff Layton1-1/+8
2012-09-25manpage: clarify usage of the username= optionJeff Layton1-22/+2
2012-09-12mount.cifs: running out of addresses is not a system errorJeff Layton1-1/+1
2012-08-23mount.cifs: silence compiler warnings about ignoring return codeJeff Layton1-2/+2
2012-08-23cifs.upcall: use strncmp in scandir filter functionJeff Layton1-4/+3