]> err.no Git - yubikey-server-c/history - src
Write a bit of documentation
[yubikey-server-c] / src /
2010-01-27 Tollef Fog HeenComplain earlier if we can't open the configuration...
2010-01-27 Tollef Fog HeenMake sure to link with libgcrypt too
2009-12-27 Tollef Fog HeenAnything smaller than the yubikey block size + 1 is...
2009-10-27 Tollef Fog HeenDo not log OTPs unless requested
2009-10-27 Tollef Fog HeenPass ykc_config to request handler
2009-10-27 Tollef Fog HeenMove struct ykc_config earlier in the source file
2009-10-27 Tollef Fog HeenDon't log the OTP publically
2009-10-26 Tollef Fog HeenReturn value from get_data_for_uid and check it
2009-10-26 Tollef Fog HeenDon't assert on "user not found"
2009-10-21 Tollef Fog HeenAdd some initialisation that's needed for older libgcrypt
2009-10-21 Tollef Fog HeenMove db connection later
2009-10-19 Tollef Fog HeenMake this into a real daemon
2009-10-19 Tollef Fog HeenLicence fluff
2009-10-19 Tollef Fog HeenWorkaround for buggy libykclient
2009-10-19 Tollef Fog HeenConstify first parameter to ysc_b64_decode
2009-10-19 Tollef Fog HeenDon't rely on strings being null-terminated.
2009-10-19 Tollef Fog Heenuse id, not just i when checking the signature
2009-10-12 Tollef Fog Heenuse syslog rather than printf for logging
2009-10-12 Tollef Fog HeenXXX comment
2009-10-12 Tollef Fog HeenUse select(2) to consume as little CPU as possible
2009-10-12 Tollef Fog HeenMore paranoia
2009-10-12 Tollef Fog HeenInitialise more variables to NULL
2009-10-12 Tollef Fog HeenValidate h if it exists in the request
2009-10-12 Tollef Fog HeenGet rid of error code struct too
2009-10-12 Tollef Fog HeenBAD_OTP, not BAD OTP as the status
2009-10-12 Tollef Fog HeenRemove return_codes enum, it is not used
2009-10-12 Tollef Fog HeenRemove glib dependency from build system too
2009-10-12 Tollef Fog HeenSwitch to ysc_b64_encode, get rid of glib dependency
2009-10-12 Tollef Fog HeenZero memory first, to quieten valgrind
2009-10-12 Tollef Fog HeenAdd utility functions
2009-10-12 Tollef Fog HeenBetter error handling in get_data_for_uid
2009-10-12 Tollef Fog HeenBetter error handling in split_otp
2009-10-12 Tollef Fog HeenRemove unused variable
2009-10-12 Tollef Fog HeenError handling in split_otp
2009-10-12 Tollef Fog HeenError handling in get_shared_secret; free memory on...
2009-10-12 Tollef Fog HeenPlug some memory leaks
2009-10-12 Tollef Fog HeenFree alloced memory
2009-10-12 Tollef Fog HeenAlways set the status pointer, rather than passing...
2009-10-12 Tollef Fog HeenRemove XXX comment, fixed
2009-10-12 Tollef Fog HeenVarious cleanups
2009-10-09 Tollef Fog HeenInitial write-up
2009-10-07 Tollef Fog HeenDecude query string a bit, grab shared secret from db
2009-09-18 Tollef Fog HeenHard code port for now
2009-09-18 Tollef Fog HeenMust copy the data when creating a response
2009-09-18 Tollef Fog Heen0 != "0" when talking about C string
2009-09-18 Tollef Fog HeenAdd initial postgresql support
2009-09-18 Tollef Fog HeenInitial commit