summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More packaging fixes.packagingGünther Deschner2012-07-191-3/+4
* More systemd fixes from fedora spec file.Günther Deschner2012-07-181-0/+5
* packaging: Fix systemd scriplets.Günther Deschner2012-07-131-8/+14
* packaging: Fix source tarball url in spec.Günther Deschner2012-07-131-1/+1
* Adjust release version.Günther Deschner2012-07-101-1/+1
* Packaging fixes from Andreas Schneider <asn@redhat.com>.Günther Deschner2012-07-101-10/+11
* Fix systemd service file as we dont write a pidfile at the moment.Günther Deschner2012-07-102-2/+4
* Fix systemd config file for gssproxy.Günther Deschner2012-07-102-2/+2
* Add systemd packaging to gssproxy spec file.Günther Deschner2012-07-101-2/+7
* Add various fixes to gssproxy.spec.Günther Deschner2012-07-101-78/+29
* Remove Fixme commentGünther Deschner2012-07-061-21/+0
* Remove unused gp_credential_handle conversion fnsGünther Deschner2012-07-061-34/+0
* Use gp_encrypt_buffer and gp_decrypt_buffer.Günther Deschner2012-07-061-4/+6
* Add encryption/decryption routinesGünther Deschner2012-07-061-0/+106
* Unify find credsSimo Sorce2012-07-061-19/+20
* Fix return status for release handle function.Simo Sorce2012-07-061-2/+2
* Use gp_find_and_free_cred() in gp_release_handle().Günther Deschner2012-06-251-4/+1
* Add gp_find_and_free_cred().Günther Deschner2012-06-252-0/+30
* Add free_config() and call it when server shuts down.Günther Deschner2012-06-253-0/+27
* Finally use ring buffer in import and export calls.Günther Deschner2012-06-251-8/+84
* Make gp_import_gssx_cred() static, it is not used outside this file.Günther Deschner2012-06-252-2/+1
* Pass down struct gp_service to import and export credential calls.Günther Deschner2012-06-256-7/+15
* Allow to set per service ring buffer, with configurable size.Günther Deschner2012-06-251-0/+45
* Set pointer to one of the existing ring buffers in service loading.Günther Deschner2012-06-251-0/+8
* Add gp_service_get_ring_buffer to retrieve buffer from a service.Günther Deschner2012-06-252-0/+5
* Add gp_ring_buffer pointer to struct gp_service.Günther Deschner2012-06-251-0/+4
* Add gp_read_gss_creds_from_ring_buffer/gp_write_gss_creds_to_ring_buffer.Günther Deschner2012-06-251-0/+93
* Add two ring_buffers to gp_config struct.Günther Deschner2012-06-252-0/+36
* Add gp_init_ring_buffer/gp_free_ring_buffer.Günther Deschner2012-06-252-1/+143
* Mention socket filename in debug output in init_unix_socket().Günther Deschner2012-06-211-1/+2
* Fix option_is_set() function.Günther Deschner2012-06-211-1/+1
* use option_is_set() config parser helper.Günther Deschner2012-05-311-7/+2
* Add note about libverto default event library.Günther Deschner2012-05-311-0/+3
* Create gssproxy.spec during configure.Günther Deschner2012-05-311-1/+2
* Fix popt usage message for -d option.Günther Deschner2012-05-311-1/+1
* add option_is_set() helper function for config parsing.Günther Deschner2012-05-311-0/+12
* Replace direct syslog calls with logging macrosSimo Sorce2012-04-154-23/+15
* Add logging helpersSimo Sorce2012-04-155-4/+72
* Add some socket debuggingSimo Sorce2012-04-151-1/+14
* gp_export: Add facility to export creds as gssx optionsSimo Sorce2012-04-153-0/+268
* Change accept/init_sec_context to use the new export context functionsSimo Sorce2012-04-153-13/+23
* Add support for linux kernel lucid ctx buffer formatSimo Sorce2012-04-151-11/+130
* Move ctx_id function and add export type optionSimo Sorce2012-04-154-107/+152
* Use gp_add_krb5_creds until cred store extensions are available.Simo Sorce2012-04-152-35/+88
* creds: add code to import krb5 credentials based on configuration.Simo Sorce2012-04-0518-15/+453
* Depend on UCRED, we cannot work otherwise.Simo Sorce2012-04-052-5/+1
* config: Rework configuration syntaxSimo Sorce2012-04-053-145/+88
* add note about how to deal with ccache filesSimo Sorce2012-04-051-0/+15
* Document build requirements a little better.HEADmasterGünther Deschner2012-04-051-0/+20
* Debug: Add debugging macro and config optionsSimo Sorce2012-04-025-0/+38