index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
utils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed copy-and-paste error
Andreas Steffen
2011-12-04
1
-1
/
+1
*
extended bio_reader and bio_writer to handle u_int64_t
Andreas Steffen
2011-11-28
1
-0
/
+42
*
Added a replacement for closefrom (available on *BSD).
Tobias Brunner
2011-10-13
1
-1
/
+10
*
Return allocated variable in INIT()
Martin Willi
2011-09-12
1
-2
/
+3
*
Fix memwipe() of leading unaligned bytes
Martin Willi
2011-05-24
1
-5
/
+8
*
Added a memwipe() function to safely overwrite sensitive memory
Martin Willi
2011-05-09
1
-0
/
+45
*
Added a null-safe strdup variant
Martin Willi
2011-01-05
1
-0
/
+5
*
Added a strncaseeq variant to the string comparison macros
Martin Willi
2011-01-05
1
-1
/
+6
*
Migrated psk/pubkey_authenticators to INIT/METHOD macros
Martin Willi
2011-01-05
1
-0
/
+5
*
Added helper macros to define portable bitfields with gcc
Martin Willi
2010-08-19
1
-0
/
+22
*
Adding the OpenSSL plugin to the Android build.
Tobias Brunner
2010-03-08
1
-1
/
+1
*
Adding a helper function that translates single characters in a string.
Tobias Brunner
2010-03-08
1
-0
/
+8
*
Add braces around empty body in if statement
Martin Willi
2010-03-03
1
-1
/
+1
*
Use "static const", some GCCs don't like "const static"
Martin Willi
2010-03-03
1
-2
/
+2
*
Fixing some includes by replacing <> with "".
Tobias Brunner
2010-03-02
1
-1
/
+1
*
Added a METHOD2() macro that implements a method for two different interfaces
Martin Willi
2010-01-21
1
-1
/
+11
*
Cast unaligned memcpy() args to char*, avoids over-optimization on ARM
Martin Willi
2010-01-11
1
-4
/
+10
*
Fixed untoh32 function
Martin Willi
2009-12-23
1
-1
/
+1
*
Added a METHOD() macro to define methods with both public and private signatures
Martin Willi
2009-12-17
1
-0
/
+13
*
Added a INIT() macro to initialize class instances
Martin Willi
2009-12-17
1
-0
/
+6
*
Added htoun16/32 and untoh16/32 to read/write unaligned network order integers
Martin Willi
2009-12-15
1
-0
/
+54
*
define TIME_32_BITS_SIGNED_MAX in utils.h
Andreas Steffen
2009-11-08
1
-0
/
+5
*
replaces four spaces by tabs, where appropriate
Martin Willi
2009-09-04
1
-3
/
+3
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-17
/
+17
*
Added side effect free min and max macros.
Tobias Brunner
2009-09-01
1
-2
/
+9
*
implemented a monotonic timestamping function, unaffected from system time ch...
Martin Willi
2009-08-31
1
-2
/
+15
*
Defined some missing fixed-width int types on OpenSolaris.
Tobias Brunner
2009-08-14
1
-0
/
+13
*
use SS_RC_FIRST and SS_RC_LAST
Andreas Steffen
2009-08-06
1
-0
/
+3
*
abort pluto or charon if initialization fails
Andreas Steffen
2009-08-06
1
-0
/
+1
*
stop strongswan if integrity check of libstrongswan or daemon fails
Andreas Steffen
2009-07-17
1
-0
/
+6
*
more portable handling of the bool data type (Mac OS X has stdbool.h)
Tobias Brunner
2009-05-06
1
-3
/
+13
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
added return_true/false() dummy functions
Martin Willi
2009-04-24
1
-0
/
+10
*
moved strcaseeq() macro from constants.h to utils.h
Andreas Steffen
2009-04-17
1
-0
/
+5
*
updated Doxyfile
Martin Willi
2009-03-24
1
-1
/
+1
*
printf hooks refactored to increase portability (i.e. support for platforms w...
Tobias Brunner
2009-03-12
1
-11
/
+10
*
added memstr and extract_token_str helper functions
Tobias Brunner
2008-12-03
1
-0
/
+6
*
ref_get()/ref_put() use atomic gcc operations if supported, thanks to Thomas ...
Martin Willi
2008-12-02
1
-0
/
+10
*
fixed compiler warnings issued by:
Martin Willi
2008-11-11
1
-0
/
+5
*
refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 key
Andreas Steffen
2008-10-28
1
-5
/
+0
*
use 512 bits of entropy for secret DH exponents
Andreas Steffen
2008-10-26
1
-0
/
+5
*
mkdir_p: utility function to create a directory and all required parent direc...
Tobias Brunner
2008-08-28
1
-0
/
+10
*
added options for virtual IP, UDP encapsulation, IPComp
Martin Willi
2008-07-31
1
-2
/
+6
*
implementation of a simple "token enumerator"
Martin Willi
2008-07-02
1
-0
/
+5
*
extended credential_set_t interface by a cache_cert() method
Martin Willi
2008-04-17
1
-0
/
+5
*
fixed CRL check return value on revoked certificates
Martin Willi
2008-03-19
1
-0
/
+5
*
merged the modularization branch (credentials) back to trunk
Martin Willi
2008-03-13
1
-0
/
+265