summaryrefslogtreecommitdiffstats
path: root/utils/gssd
Commit message (Expand)AuthorAgeFilesLines
* Kerberos credentials may be stored in multiple places. Make itVince Busam2008-05-076-20/+43
* Add a new function to retrieve the current verbosity levelKevin Coffman2008-05-072-0/+6
* Add the other two DES encryption types to the default list ofKevin Coffman2008-05-071-1/+3
* Check the info file nfs/rpc_pipefs/nfs/clnt?/info toOlga Kornievskaia2008-05-072-2/+13
* Turn down gssd's syslog verbosityTimo Aaltonen2008-03-132-2/+5
* Fixed typo in gssd manpageSteinar H. Gunderson2008-03-101-1/+1
* Increase the number of concurrent krb5 mounts by increasingDrew Middlesworth2008-03-041-1/+1
* Stop gssd from ignoring the machine credential cacheVince Busam2008-02-261-1/+1
* Remove old logging implementation for idmapd and rework gssd and idmapd to us...Kevin Coffman2007-10-152-38/+8
* Remove svcgssd's private version of cacheio.cKevin Coffman2007-10-152-346/+0
* Use nfslib versions of cacheio functionsKevin Coffman2007-10-152-3/+1
* Use printerr to print svcgssd downcall debugging infoKevin Coffman2007-10-152-12/+7
* Make print_hexl function write to stdout rather than using printerrKevin Coffman2007-10-151-15/+18
* Fix new warning after strict prototype checking enabledKevin Coffman2007-10-151-1/+1
* Fix the usage message for gssd to reflect new optionKevin Coffman2007-09-111-1/+1
* gitignore updatesJ. Bruce Fields2007-07-101-0/+3
* Always get addressless ticketsKevin Coffman2007-05-031-2/+32
* Factor out error message printing differences between MIT and HeimdalKevin Coffman2007-04-203-23/+51
* Tell Heimdal gss code the correct credential to useKevin Coffman2007-04-201-0/+2
* Add a debug message indicating that gssd is ready to process requestsKevin Coffman2007-03-311-0/+1
* Remove the now unused functionsKevin Coffman2007-03-312-235/+0
* Clean up gssd_get_single_krb5_cred and its debugging messagesKevin Coffman2007-03-311-8/+12
* 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