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
*
Rewritten CMake rules to build common/ as static library
David Sommerseth
2009-04-11
1
-0
/
+19
*
Rewritten common/passwd.c and utils/benchmark.c
David Sommerseth
2009-04-10
1
-42
/
+1
*
Make eurephiaXML_getRoot(...) return root element when no nodeset is given
David Sommerseth
2009-04-02
1
-1
/
+1
*
Added simple function for returning results and errors as XML
David Sommerseth
2009-04-02
2
-0
/
+44
*
Fixed some possible issues with the XML implementation, regarding UTF-8
David Sommerseth
2009-03-29
1
-2
/
+17
*
Fixed a "hang" when wrong password was used
David Sommerseth
2009-03-28
1
-10
/
+36
*
Made the licence explicit GPLv2 only
David Sommerseth
2009-03-26
22
-22
/
+22
*
Cleaned up the code a little bit
David Sommerseth
2009-03-26
22
-26
/
+46
*
Avoid segfault if xmlDoc or XML root element is NULL in eurephiaXML_getRoot(...)
David Sommerseth
2009-03-22
1
-2
/
+1
*
Added benchmarking to suggest minimum and maximum rounds for hashes
David Sommerseth
2009-03-22
1
-0
/
+41
*
Renamed passwdhash(...) function to eurephia_quick_hash(...)
David Sommerseth
2009-03-21
2
-36
/
+31
*
Added new password hashing function with proper SHA512 hashing
David Sommerseth
2009-03-21
2
-0
/
+401
*
Made the destination buffer for random data more type independent (void *)
David Sommerseth
2009-03-03
2
-2
/
+2
*
Added macro for defaultIntvalue() for pure integer values
David Sommerseth
2009-03-03
1
-1
/
+1
*
Moved eDBsessionGetRandString(...) to a more global and independent eurephia_...
David Sommerseth
2009-01-10
4
-30
/
+79
*
Introduced password caching on authenticated sessions
David Sommerseth
2009-01-03
2
-0
/
+6
*
Prepared passwdhash function to allow salting and be prepared for other hashi...
David Sommerseth
2009-01-02
2
-27
/
+37
*
Moved the certfile parsing out from certificate.c into parse_certificate_files.c
David Sommerseth
2008-12-21
2
-0
/
+3
*
Corrected wrong declaration of xmlExtractContent(...) and xmlGetNodeContent(...)
David Sommerseth
2008-12-20
2
-8
/
+12
*
Removed all other eurephia admin structs which can be replaced by XML
David Sommerseth
2008-12-18
1
-36
/
+0
*
Removed everything which was connected to the eurephiaUSERINFO struct.
David Sommerseth
2008-12-18
3
-313
/
+0
*
Added common eurephiaXML functions for creating and reading eurephia XML docu...
David Sommerseth
2008-12-17
2
-0
/
+59
*
Needed to change from #define macro to function to avoid compiler warning
David Sommerseth
2008-12-15
1
-1
/
+3
*
Added simple functions for extracting char * from XML nodes
David Sommerseth
2008-12-15
2
-0
/
+86
*
Modified flags again
David Sommerseth
2008-12-12
1
-5
/
+7
*
Added ACCFLAG_ERRATTEMPT for flagging if the attempt counter > 0
David Sommerseth
2008-12-11
1
-0
/
+1
*
Added logincount and setting user account flags
David Sommerseth
2008-12-11
1
-0
/
+1
*
Added another flag to eurephiaUSERINFO
David Sommerseth
2008-12-11
2
-0
/
+8
*
Added functions for processing eurephiaACCESSINFO/eurephiaACCESSLIST
David Sommerseth
2008-12-11
3
-0
/
+102
*
Added eurephiaCERTINFO and eurephiaCERTLIST structs functions
David Sommerseth
2008-12-09
3
-18
/
+101
*
Added setnull_flag in the eurephiaUSERINFO struct
David Sommerseth
2008-12-08
1
-0
/
+1
*
Moved over from earlier commit to use unified db translation
David Sommerseth
2008-12-06
3
-167
/
+1
*
Added free function eurephiaUSERLIST structs. Added possible valgrind issue.
David Sommerseth
2008-12-06
2
-1
/
+13
*
BUGFIX: Fixed free() which valgrind complained about.
David Sommerseth
2008-12-06
1
-1
/
+1
*
BUGFIX: Made some functions more nullsafe and fixed wrong function declaratio...
David Sommerseth
2008-12-06
2
-6
/
+10
*
Added admin function to give a list of users
David Sommerseth
2008-12-06
1
-1
/
+37
*
Moved the typedef struct eFieldMap from *common.h to *struct.h
David Sommerseth
2008-12-06
2
-8
/
+17
*
Added eurephia_admin_common.[ch]
David Sommerseth
2008-12-06
2
-0
/
+214
*
BUGFIX: Avoid core dump on eurephia_log(...) if eurephiaCTX is NULL
David Sommerseth
2008-11-30
1
-1
/
+1
*
BUGFIX: Fixed several errors in eurephia_values.c
David Sommerseth
2008-11-30
1
-34
/
+47
*
Splittet eAdd_value(...) up and put parts of it into eAdd_valuestruct(...) to...
David Sommerseth
2008-11-30
2
-10
/
+22
*
Completed the change of authentication model in database driver
David Sommerseth
2008-11-30
1
-1
/
+4
*
Fixed core dump issue with eDBstore_session_value(...) / (*eDBstore_session_v...
David Sommerseth
2008-11-30
3
-13
/
+13
*
Changed the id's for ECTX_ADMIN_* values, to make them more bitwise wiser
David Sommerseth
2008-11-30
1
-2
/
+2
*
Merge branch 'master' into eurephiadm
David Sommerseth
2008-11-29
1
-0
/
+1
|
\
|
*
BUGFIX: Use hard coded default values when checking against openvpn_attempts ...
David Sommerseth
2008-11-29
1
-0
/
+1
*
|
Added context_type into eurephiaCTX struct. Database queries limited due to ...
David Sommerseth
2008-11-29
1
-0
/
+6
*
|
Added drafts for structs needed for admin utils
David Sommerseth
2008-11-28
1
-0
/
+74
*
|
Splitted plugin/eurephiadb_session.[ch] into two parts
David Sommerseth
2008-11-28
2
-0
/
+172
|
/
*
Cleaned up eurephiadb_session dependencies
David Sommerseth
2008-11-28
1
-0
/
+34
[next]