summaryrefslogtreecommitdiffhomepage
path: root/client/posix.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-20Add a config option to dump retrieved certificates on errorSamuel Lidén Borell1-0/+27
2014-08-04Rewrite most initializers to not require relocationsSamuel Lidén Borell1-1/+1
2014-04-07Don't call closedir() on directories that didn't existSamuel Lidén Borell1-1/+3
2014-02-07Remove version expiry status checking systemSamuel Lidén Borell1-52/+1
2012-04-27Change my e-mailSamuel Lidén Borell1-1/+1
2011-08-04Check return of strdup in platform_openDirSamuel Lidén Borell1-6/+7
2011-08-04Add checks for less common errors platform_readFileSamuel Lidén Borell1-8/+15
2011-08-04Replace malloc+strcat/sprintf with rasprintf in posix.cSamuel Lidén Borell1-10/+3
2011-06-19The flock argument to fcntl should be a pointer. Found by samuellb. Second at...Robert Andersson1-2/+4
2011-04-27Use fcntl instead of flock for locking files. Flock is not standardized. Also...Robert Andersson1-5/+23
2011-04-18Create ~/cbt directory if it doesn't existSamuel Lidén Borell1-2/+2
2011-04-16Add checks for NULL and empty strings in the key filename functionsSamuel Lidén Borell1-2/+8
2011-04-15Determine cert filenames from the name attributeSamuel Lidén Borell1-0/+62
2011-04-12Make keys readable by the owner onlySamuel Lidén Borell1-1/+1
2011-04-12Prevent concurrent accesses to certificate filesSamuel Lidén Borell1-3/+37
2010-07-03Add an abstraction layer for tokensSamuel Lidén Borell1-2/+1
2010-06-13Clean up the OpenSSL code and fix a bugSamuel Lidén Borell1-78/+1
2010-04-12Allow p12 files in ~/.cbtMarcus Carlson1-8/+15
2010-02-24Use /dev/urandom if available for random stringLinus Walleij1-1/+23
2010-02-19Fixed a compilation problem on BSDSamuel Lidén Borell1-0/+2
2010-01-02Increase use of const and static in the codeSamuel Lidén Borell1-4/+4
2010-01-02Improved version checker that uses DNS instead of HTTP/XMLSamuel Lidén Borell1-64/+16
2010-01-02Renamed main/ to client/ and added a server directorySamuel Lidén Borell1-0/+273