]> err.no Git - yubikey-server-c/shortlog
yubikey-server-c
2011-10-16 Tollef Fog... Write a bit of documentation master
2010-01-27 Tollef Fog... Release 0.5
2010-01-27 Tollef Fog... Complain earlier if we can't open the configuration...
2010-01-27 Tollef Fog... Make sure to link with libgcrypt too
2009-12-27 Tollef Fog... Bump version number to 0.4
2009-12-27 Tollef Fog... Get rid of auto* warning
2009-12-27 Tollef Fog... Anything smaller than the yubikey block size + 1 is...
2009-10-27 Tollef Fog... Bump version number to 0.3
2009-10-27 Tollef Fog... Do not log OTPs unless requested
2009-10-27 Tollef Fog... Pass ykc_config to request handler
2009-10-27 Tollef Fog... Move struct ykc_config earlier in the source file
2009-10-27 Tollef Fog... Don't log the OTP publically
2009-10-26 Tollef Fog... Bump version to 0.2
2009-10-26 Tollef Fog... Return value from get_data_for_uid and check it
2009-10-26 Tollef Fog... Don't assert on "user not found"
2009-10-22 Tollef Fog... Add AUTHORS file
2009-10-21 Tollef Fog... Add some initialisation that's needed for older libgcrypt
2009-10-21 Tollef Fog... Move db connection later
2009-10-19 Tollef Fog... Add some notes
2009-10-19 Tollef Fog... Make this into a real daemon
2009-10-19 Tollef Fog... Licence fluff
2009-10-19 Tollef Fog... Workaround for buggy libykclient
2009-10-19 Tollef Fog... Constify first parameter to ysc_b64_decode
2009-10-19 Tollef Fog... Don't rely on strings being null-terminated.
2009-10-19 Tollef Fog... use id, not just i when checking the signature
2009-10-12 Tollef Fog... use syslog rather than printf for logging
2009-10-12 Tollef Fog... XXX comment
2009-10-12 Tollef Fog... Use select(2) to consume as little CPU as possible
2009-10-12 Tollef Fog... More paranoia
2009-10-12 Tollef Fog... Initialise more variables to NULL
2009-10-12 Tollef Fog... Validate h if it exists in the request
2009-10-12 Tollef Fog... Get rid of error code struct too
2009-10-12 Tollef Fog... BAD_OTP, not BAD OTP as the status
2009-10-12 Tollef Fog... Remove return_codes enum, it is not used
2009-10-12 Tollef Fog... Remove glib dependency from build system too
2009-10-12 Tollef Fog... Switch to ysc_b64_encode, get rid of glib dependency
2009-10-12 Tollef Fog... Zero memory first, to quieten valgrind
2009-10-12 Tollef Fog... Add utility functions
2009-10-12 Tollef Fog... Better error handling in get_data_for_uid
2009-10-12 Tollef Fog... Better error handling in split_otp
2009-10-12 Tollef Fog... Remove unused variable
2009-10-12 Tollef Fog... Error handling in split_otp
2009-10-12 Tollef Fog... Error handling in get_shared_secret; free memory on...
2009-10-12 Tollef Fog... Plug some memory leaks
2009-10-12 Tollef Fog... Free alloced memory
2009-10-12 Tollef Fog... Always set the status pointer, rather than passing...
2009-10-12 Tollef Fog... Remove XXX comment, fixed
2009-10-12 Tollef Fog... Various cleanups
2009-10-09 Tollef Fog... Initial write-up
2009-10-07 Tollef Fog... Decude query string a bit, grab shared secret from db
2009-09-18 Tollef Fog... Hard code port for now
2009-09-18 Tollef Fog... Must copy the data when creating a response
2009-09-18 Tollef Fog... 0 != "0" when talking about C string
2009-09-18 Tollef Fog... Add initial postgresql support
2009-09-18 Tollef Fog... Initial commit