summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2017-10-23doc: convert pod files to rstJeff Layton1-38/+27
2017-10-03man: generate all man pages from POD files when buidlingAurelien Aptel1-36/+52
2017-02-15cifs.upcall: drop capabilities early in programJeff Layton1-1/+1
2016-01-20autoconf: Use $(DEFS) when building idmapwb.so and pam_cifscreds.soSachin Prabhu1-2/+2
2014-04-07autoconf: allow PAM security install directory to be configurableLars Müller1-2/+0
2013-12-13manpage: add pam_cifscreds.8 man pageOrion Poplawski1-0/+1
2013-12-07cifscreds: create PAM module to insert credentials at loginOrion Poplawski1-1/+10
2012-12-20cifs-utils: add a manpage for idmapwbJeff Layton1-2/+19
2012-12-19cifs-utils: convert cifs.idmap to use plugin interfaceJeff Layton1-3/+2
2012-12-19cifs-utils: convert setcifsacl to use the plugin interfaceJeff Layton1-3/+2
2012-12-19cifs-utils: new plugin architecture for ID mapping codeJeff Layton1-3/+10
2012-12-19cifs-utils: struct cifs_sid definition to new cifsidmap.h headerJeff Layton1-0/+1
2012-12-06cifs-utils: only link in -lrt to binaries that need itJeff Layton1-1/+1
2012-08-21cifs-utils: fix up references to getcifsacl and setcifsacl filesJeff Layton1-7/+1
2012-07-10autoconf: add --enable-pie and --enable-relroJeff Layton1-1/+1
2012-06-14automake: revert -Werror by defaultJeff Layton1-1/+1
2012-04-19mount.cifs: fix up some -D_FORTIFY_SOURCE=2 warningsJeff Layton1-1/+1
2012-04-16automake: add -Werror to CFLAGSJeff Layton1-1/+1
2012-04-15autoconf: fix tests for wbclient to use pkgconfigJeff Layton1-3/+6
2012-02-12cifs-utils: allow specifying rootsbindir at configure timeJeff Layton1-1/+1
2012-01-24cifscreds: add a manpageJeff Layton1-0/+1
2012-01-10get/setcifsacl: don't link in -lkeyutilsJeff Layton1-2/+2
2011-12-10contrib: add a set of sample /etc/request-key.d filesJeff Layton1-0/+2
2011-12-03cifs.upcall: move to Andrew's suggested algorithm for picking a principalJeff Layton1-1/+1
2011-09-24acltools: install them in $bindir, not $sbindirJeff Layton1-9/+6
2011-08-25cifsacl: Add make directives for setcifsacl (try #2)Shirish Pargaonkar1-1/+8
2011-08-25cifsacl: Add configure and make directives for cifsacl (try #2)Shirish Pargaonkar1-1/+16
2011-06-01cifs-utils: Create man pages for cifs.idmap program (try #2)Shirish Pargaonkar1-1/+13
2011-05-24cifs-utils: Create new binary cifs.idmap for sid to uid/gid mapping (try #4)Shirish Pargaonkar1-1/+9
2010-12-14cifs-utils: fixes for manpage pathname replacement schemeJeff Layton1-2/+6
2010-12-09cifs-utils: rewrite hardcoded paths in manpagesJeff Layton1-0/+6
2010-08-20cifs-utils: infrastructure for stashing passwords in keyringIgor Druzhinin1-0/+5
2010-08-20cifs-utils: moving resolve_host into separate fileIgor Druzhinin1-1/+1
2010-07-27automake: add -Wextra to CFLAGSJeff Layton1-1/+1
2010-04-13automake: don't use @foo@ constructs in Makefile.amJeff Layton1-2/+2
2010-04-04mount.cifs: use libcap-ng to manage capabilitiesJeff Layton1-1/+1
2010-04-04autotools: don't link mount.cifs against krb5 libraryJeff Layton1-1/+1
2010-04-01mount.cifs: drop capabilities if libcap is availableJeff Layton1-0/+3
2010-03-08autotools: make cifs.upcall dependent on an enable optionJeff Layton1-1/+5
2010-02-14automake: make sure to link cifs.upcall to keyutils Jeff Layton1-1/+1
2010-02-09cifs-utils: make sure -Wall is always set for buildsJeff Layton1-0/+1
2010-02-08Add manpages to makefileJeff Layton1-0/+2
2010-02-07util.c: move strlcat and strlcpy into a separate "util.c" objectJeff Layton1-2/+2
2010-02-07spnego.c: add new spnego.c file with SPNEGO/GSSAPI routines we needJeff Layton1-2/+2
2010-02-07spnego.h: add some needed OID'sJeff Layton1-1/+1
2010-02-07Initial autotools additionJeff Layton1-0/+7