summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-22mount.cifs: remove uuid optionJeff Layton1-5/+0
2010-03-22mount.cifs: remove bogus rsize/wsize optionsJeff Layton1-10/+0
2010-03-22mount.cifs: simplify command-line option parsingJeff Layton1-28/+8
2010-03-22mount.cifs: remove unneeded uname callJeff Layton1-7/+0
2010-03-22mount.cifs: clean up parse_serverJeff Layton1-69/+68
2010-03-20mount.cifs: clean up preprocessor macrosJeff Layton1-17/+0
2010-03-20Update the READMEJeff Layton1-2/+9
2010-03-20cifs-utils: switch to using autoconf package versionJeff Layton3-12/+5
2010-03-08autotools: make cifs.upcall dependent on an enable optionJeff Layton2-5/+48
2010-03-07mount.cifs: check for NULL addr pointer before handling scopeidJeff Layton1-1/+1
2010-03-03docs: these tools are no longer part of SambaMichael Wood4-12/+6
2010-03-03docs: change source from Samba 3.6Michael Wood4-6/+6
2010-02-26autotools: check for keyutils.hcifs-utils-4.0Jeff Layton1-0/+1
2010-02-26cifs.upcall: use non-legacy krb5.h locationJeff Layton2-3/+4
2010-02-20autotools: remove autogenerated files from git repocifs-utils-4.0rc1Jeff Layton2-990/+0
2010-02-20autoconf: make sure C files include config.hJeff Layton5-25/+18
2010-02-19autoconf: now it works with autoconf 2.59 (RHEL5)Igor Mammedov1-7/+3
2010-02-16spnego.c: make sure to free talloc contextsJeff Layton1-2/+6
2010-02-14automake: make sure to link cifs.upcall to keyutils Jeff Layton1-1/+1
2010-02-14Don't make "configure" part of the repoJeff Layton1-7949/+0
2010-02-09autoconf: reshuffle header and function checkingJeff Layton1-3/+7
2010-02-09cifs-utils: make sure -Wall is always set for buildsJeff Layton2-0/+2
2010-02-09autoconf: bail out if talloc.h or krb5.h aren't presentJeff Layton2-12/+167
2010-02-09autoconf: fix "quoting" around macro args in configure.acJeff Layton1-2/+2
2010-02-09autoconf: add some missing files for the releaserelease-4-0a1cifs-utils-4.0a1Jeff Layton4-3/+1008
2010-02-08silence some build warningsJeff Layton2-4/+4
2010-02-08cifs.upcall: include util.hJeff Layton4-4/+6
2010-02-08Clean up ChangeLog and fix versioningJeff Layton0-0/+0
2010-02-08Add manpages to makefileJeff Layton1-0/+2
2010-02-08add autoconf check for talloc.hJeff Layton1-1/+1
2010-02-08Add checks for specific krb5 functionsJeff Layton1-1/+1
2010-02-08Add check for krb5.h.Jeff Layton1-3/+3
2010-02-08Add more docs...Jeff Layton3-0/+856
2010-02-08add manpages for mount.cifs and cifs.upcallJeff Layton2-0/+576
2010-02-08cifs.upcall: add proper licenses to filesJeff Layton4-0/+89
2010-02-08cifs.upcall: remove strncasecmp redefinitionJeff Layton3-12/+22
2010-02-07util.c: move strlcat and strlcpy into a separate "util.c" objectJeff Layton4-46/+58
2010-02-07replace.h: pare down some unneeded replacementsJeff Layton1-52/+0
2010-02-07spnego.c: add new spnego.c file with SPNEGO/GSSAPI routines we needJeff Layton3-2/+95
2010-02-07asn1.c: remove a couple of unneeded functionsJeff Layton2-102/+0
2010-02-07add asn.1 files from samba treeJeff Layton2-0/+1052
2010-02-07spnego.h: add some needed OID'sJeff Layton3-1/+11
2010-02-07cifs.upcall: include arpa/inet.hJeff Layton3-2/+4
2010-02-07cifs.upcall: include netdb.hJeff Layton1-0/+1
2010-02-07cifs.upcall: replace SMB_XMALLOC_ARRAY with callocJeff Layton1-4/+4
2010-02-07cifs.upcall: include time.hJeff Layton1-0/+1
2010-02-07replace.h: add SAFE_FREEJeff Layton1-0/+4
2010-02-07cifs.upcall: add a spnego.h fileJeff Layton2-0/+12
2010-02-07cifs.upcall: fix up the includesJeff Layton1-4/+11
2010-02-07cifs.upcall: replace SMB_STRNDUP with strndupJeff Layton3-3/+4