index
:
eurephia.git
beta
master
pgsql
release/1.0
release/1.1
Unnamed repository; edit this file to name it for gitweb.
David Sommerseth
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated copyright dates
David Sommerseth
2012-10-08
27
-27
/
+27
*
common: Fixed an error in the veurephia_log() macro
David Sommerseth
2011-07-26
1
-1
/
+1
*
Moved generic parts of the config file parser to the common library
David Sommerseth
2011-07-25
3
-0
/
+191
*
common: Rework eurephia_log() to include also veurephia_log()
David Sommerseth
2011-07-25
2
-11
/
+53
*
Look for endian.h in include/sys as well.
David Sommerseth
2010-12-31
1
-1
/
+5
*
Make use of more cross-platform friendly libc functions
David Sommerseth
2010-12-31
1
-3
/
+5
*
Implemented proper TUN support in eurephia
David Sommerseth
2010-12-14
1
-0
/
+1
*
Added a new eurephiaVALUES function: eClear_key_value()
David Sommerseth
2010-12-13
2
-2
/
+16
*
Implemented detection of OpenVPN tunnel device type
David Sommerseth
2010-11-30
1
-0
/
+9
*
Discovered a failing loop check
David Sommerseth
2010-09-27
1
-1
/
+1
*
Harden memory management in passwd.c
David Sommerseth
2010-09-27
1
-0
/
+18
*
Updated wrong log entries
David Sommerseth
2010-08-29
1
-1
/
+1
*
Fixed a SEGV issue when adding values to a value chain
David Sommerseth
2010-08-24
1
-2
/
+2
*
Fixed a few doxygen complaints - missing documentation
David Sommerseth
2010-07-30
1
-0
/
+7
*
Updated Copyright dates to include 2010
David Sommerseth
2010-07-30
24
-24
/
+24
*
Cosmetic debug logging fix
David Sommerseth
2009-12-14
1
-1
/
+1
*
More driver API clean up
David Sommerseth
2009-11-04
1
-11
/
+1
*
Cleaned up the driver/interface API for database and firewall
David Sommerseth
2009-11-04
1
-0
/
+43
*
Don't log source filename and line number if DEBUG is not enabled
David Sommerseth
2009-10-06
1
-7
/
+11
*
Fixed compile warnings 32bit platforms
David Sommerseth
2009-10-05
1
-1
/
+1
*
Removed not needed memset()'s
David Sommerseth
2009-10-02
1
-2
/
+0
*
Fixed some memory issues and a memory leak in passwd.c
David Sommerseth
2009-10-02
1
-2
/
+5
*
Fixed wrong define string for include filename
David Sommerseth
2009-09-30
1
-2
/
+2
*
Merge branch 'syslog'
David Sommerseth
2009-09-28
5
-54
/
+391
|
\
|
*
Added extra parameter to eurephia_log_init() to set log ident for syslog
David Sommerseth
2009-09-24
2
-3
/
+4
|
*
Added missing doxygen comments after the last eurephia_log() improvements
David Sommerseth
2009-09-24
2
-1
/
+14
|
*
Improved file logging, providing source file and line number info
David Sommerseth
2009-09-24
3
-10
/
+24
|
*
Added missing header file and corrected doxygen errors
David Sommerseth
2009-09-24
2
-1
/
+96
|
*
Rewritten the eurephia_log() to support syslog logging as well
David Sommerseth
2009-09-24
3
-46
/
+260
*
|
Code clean up. Moved xmlReplaceChars() to eurephia_xml.c
David Sommerseth
2009-09-27
2
-0
/
+23
*
|
Make eurephiaXML_ParserResultMsg() return NULL if input XML document pointer ...
David Sommerseth
2009-09-27
1
-1
/
+4
*
|
Added misc. compiler optimisations
David Sommerseth
2009-09-26
2
-8
/
+14
*
|
Moved from bzero() to memset()
David Sommerseth
2009-09-26
1
-1
/
+1
*
|
Don't assert() if the input XML doc to eurephiaXML_IsResult() is NULL.
David Sommerseth
2009-09-26
1
-1
/
+4
*
|
Added extra check on node pointer, to avoid possible SEGV
David Sommerseth
2009-09-26
1
-1
/
+1
*
|
Added eurephiaXML_IsResultMsg() to check if an XML doc is a ResultMsg document
David Sommerseth
2009-09-25
2
-0
/
+17
*
|
Moved the useful append_str() macro from sqlite.c to eurephia_nullsafe.h
David Sommerseth
2009-09-25
1
-0
/
+11
|
/
*
Fixed and cleaned up Doxygen comments
David Sommerseth
2009-09-22
1
-2
/
+14
*
Rewrote eurephiaXML_ResultMsg() to also support adding an xmlNode* with more ...
David Sommerseth
2009-09-21
2
-10
/
+75
*
BUGFIX: saltlen was set to 0 when a buffer for a new salt was generated
David Sommerseth
2009-09-15
1
-12
/
+12
*
Fixed some new Doxygen warnings which came after enabling static functions an...
David Sommerseth
2009-09-14
2
-6
/
+3
*
Added eRemove_value() function, to remove a key/value pair from an eurephiaVA...
David Sommerseth
2009-09-14
2
-3
/
+48
*
Added a simple xmlNode iterator for future usage
David Sommerseth
2009-09-14
1
-0
/
+8
*
Corrected some doxygen issues after rearranging the sqlite3 db driver code
David Sommerseth
2009-09-13
1
-1
/
+1
*
Some simple comments to the SHA512 implementation
David Sommerseth
2009-09-11
2
-8
/
+50
*
Workaround to avoid confusing Doxygen on some extra declarations
David Sommerseth
2009-09-11
1
-2
/
+3
*
Fixed comments to malloc_nullsafe() and free_nullsafe()
David Sommerseth
2009-09-07
2
-7
/
+20
*
Added debug logging of free_nullsafe() calls as well
David Sommerseth
2009-09-07
6
-13
/
+24
*
Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()
David Sommerseth
2009-09-07
6
-14
/
+95
*
Removed header file which is no longer needed
David Sommerseth
2009-09-05
1
-43
/
+0
[next]