summaryrefslogtreecommitdiffstats
path: root/utils/gssd
Commit message (Expand)AuthorAgeFilesLines
* Use newly added keytab functionsKevin Coffman2007-03-315-20/+31
* Add new keytab handling functions for dealing with machine credentialsKevin Coffman2007-03-312-0/+468
* Hide differences between MIT and Heimdal in macrosKevin Coffman2007-03-312-25/+20
* Fix memory leak on error path of limit_krb5_enctypes()Kevin Coffman2007-03-311-0/+1
* Add missing newlinesKevin Coffman2007-03-311-6/+6
* Create two separate paths for pipefs_dir and pipefs_nfsdir.Kevin Coffman2007-03-194-21/+23
* Allow any credential to be used for machine credentialsKevin Coffman2007-03-192-18/+16
* Add option to allow root to use credentials other than machine credentialsKevin Coffman2007-03-194-54/+69
* Don't leak keytab entriesKevin Coffman2007-03-191-0/+5
* Use lstat rather than stat in gssd_find_existing_krb5_ccacheNeil Brown2007-03-161-1/+1
* Add option to svcgssd to enable libnfsidmap debugging.Kevin Coffman2007-02-092-4/+20
* Share handling of lucid_sec_context for Heimdal and MITKevin Coffman2007-02-095-170/+234
* Use owner rather than filename format in choosing cred cache filesKevin Coffman2007-02-091-56/+50
* Use the gssglue version of gssapi.h for svcgssd_mech2file.cKevin Coffman2007-02-091-5/+1
* Treat GSSAPI error codes as unsigned.Kevin Coffman2007-02-093-2/+14
* Fix an off-by-one in the handling of the -d option to rpc.gssdSteinar H. Gunderson2007-02-051-1/+1
* Error check messages sent to the kernel.Neil Brown2007-01-113-5/+8
* Allow gssd ccaches in MEMORY: rather than FILE:Kevin Coffman2006-10-173-2/+13
* Implement a new version of lucid spkm3 context.Olga Kornievskaia2006-10-171-20/+19
* Fix misc warning messagesKevin Coffman2006-10-173-1/+3
* Fix compilation problem - write_oid not definedKevin Coffman2006-07-211-0/+13
* Use uid/gid of -1 to indicate the export's anonuid/anongid should be usedKevin Coffman2006-07-081-2/+5
* Change svcgssd_LDFLAGS to match gssd_LDFLAGSKevin Coffman2006-07-081-1/+1
* Only use -rpath for Kerberos libs when actually needed.Neil Brown2006-07-061-1/+1
* Use 65534 instead of -2 in svcgssd_proc.cNeil Brown2006-07-061-4/+3
* Handle mapping failure from get_ids.kwc@citi.umich.edu2006-07-041-2/+15
* Properly report errors in readline() functionkwc@citi.umich.edu2006-07-042-4/+8
* Change default buffer size increment for readline()kwc@citi.umich.edu2006-07-041-3/+5
* Clean up the printerr() logging function.kwc@citi.umich.edu2006-07-041-30/+31
* Use setfsuid() rather than seteuid() while creating contextskwc@citi.umich.edu2006-07-041-7/+7
* Limit acquire_cred call to to Kerberos onlykwc@citi.umich.edu2006-07-041-1/+6
* Check that the gssapi library is usable early on.kwc@citi.umich.edu2006-07-044-0/+34
* Fix problems with 64-bit big-endian machineskwc@citi.umich.edu2006-07-042-4/+4
* Define CFLAGS for gss_clnt_send_err compilekwc@citi.umich.edu2006-07-041-0/+3
* Remove **/Makefile.in, aclocal.m4, configure, andNeil Brown2006-04-171-1044/+0
* 2006-04-10 NeilBrown <neilb@suse.de>neilbrown2006-04-102-5/+6
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-101-0/+2
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-101-0/+2
* 2006-04-10 kwc@citi.umich.eduneilbrown2006-04-092-2/+2
* 2006-04-10 kwc@citi.umich.eduneilbrown2006-04-091-0/+13
* 2006-04-10 kwc@citi.umich.eduneilbrown2006-04-091-33/+47
* aclocal/autoconf/automake, properly this time.neilbrown2006-03-281-2/+6
* Update version, autoconf, automakeneilbrown2006-03-281-43/+105
* Use PKGCONFIG to locate gssapi and rpcsecgss header filesneilbrown2006-03-281-5/+2
* Add debugging to better detect negotiation of enctype not supported by kernelneilbrown2006-03-281-0/+10
* Don't close and reopen all pipes on every DNOTIFY signal.neilbrown2006-03-281-36/+87
* Add option to specify directory to search for credentials cache filesneilbrown2006-03-284-9/+20
* Must still use knowledge of the glue context for pre-1.4 versions of MIT krb5neilbrown2006-03-281-1/+12
* Remove unused groups variable from get_ids() which was causing a compiler wa...neilbrown2006-03-281-1/+0
* Update krb5 code to use glue routine lucid context functionsneilbrown2006-03-285-19/+29