cifs.idmap: add an options struct to handle long options
[jlayton/cifs-utils.git] / Makefile.am
2012-08-21 Jeff Laytoncifs-utils: fix up references to getcifsacl and setcifs...
2012-07-10 Jeff Laytonautoconf: add --enable-pie and --enable-relro
2012-06-14 Jeff Laytonautomake: revert -Werror by default
2012-04-19 Jeff Laytonmount.cifs: fix up some -D_FORTIFY_SOURCE=2 warnings
2012-04-16 Jeff Laytonautomake: add -Werror to CFLAGS
2012-04-15 Jeff Laytonautoconf: fix tests for wbclient to use pkgconfig
2012-02-12 Jeff Laytoncifs-utils: allow specifying rootsbindir at configure...
2012-01-24 Jeff Laytoncifscreds: add a manpage
2012-01-10 Jeff Laytonget/setcifsacl: don't link in -lkeyutils
2011-12-10 Jeff Laytoncontrib: add a set of sample /etc/request-key.d files
2011-12-03 Jeff Laytoncifs.upcall: move to Andrew's suggested algorithm for...
2011-09-24 Jeff Laytonacltools: install them in $bindir, not $sbindir
2011-08-25 Shirish Pargaonkarcifsacl: Add make directives for setcifsacl (try #2)
2011-08-25 Shirish Pargaonkarcifsacl: Add configure and make directives for cifsacl...
2011-06-01 Shirish Pargaonkarcifs-utils: Create man pages for cifs.idmap program...
2011-05-24 Shirish Pargaonkarcifs-utils: Create new binary cifs.idmap for sid to...
2010-12-14 Jeff Laytoncifs-utils: fixes for manpage pathname replacement...
2010-12-09 Jeff Laytoncifs-utils: rewrite hardcoded paths in manpages
2010-08-20 Igor Druzhinincifs-utils: infrastructure for stashing passwords in...
2010-08-20 Igor Druzhinincifs-utils: moving resolve_host into separate file
2010-07-27 Jeff Laytonautomake: add -Wextra to CFLAGS
2010-04-13 Jeff Laytonautomake: don't use @foo@ constructs in Makefile.am
2010-04-04 Jeff Laytonmount.cifs: use libcap-ng to manage capabilities
2010-04-04 Jeff Laytonautotools: don't link mount.cifs against krb5 library
2010-04-01 Jeff Laytonmount.cifs: drop capabilities if libcap is available
2010-03-09 Jeff Laytonautotools: make cifs.upcall dependent on an enable...
2010-02-14 Jeff Laytonautomake: make sure to link cifs.upcall to keyutils
2010-02-09 Jeff Laytoncifs-utils: make sure -Wall is always set for builds
2010-02-08 Jeff LaytonAdd manpages to makefile
2010-02-07 Jeff Laytonutil.c: move strlcat and strlcpy into a separate "util...
2010-02-07 Jeff Laytonspnego.c: add new spnego.c file with SPNEGO/GSSAPI...
2010-02-07 Jeff Laytonspnego.h: add some needed OID's
2010-02-07 Jeff LaytonInitial autotools addition