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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Made eurephiadm users --list work with the new eDBadminUserAccess() API
David Sommerseth
2009-09-25
2
-9
/
+50
*
|
Added better error handling in eDBadminUserAccount() view mode (useracc_list())
David Sommerseth
2009-09-25
1
-4
/
+7
*
|
eDBmkSortKeyString() will now return NULL if the result is empty
David Sommerseth
2009-09-25
1
-1
/
+1
*
|
Added eurephiaXML_IsResultMsg() to check if an XML doc is a ResultMsg document
David Sommerseth
2009-09-25
2
-0
/
+17
*
|
Made the sortkeys work in eDBadminUserAccount() view mode
David Sommerseth
2009-09-25
1
-7
/
+8
*
|
Rewrote the eDBmkSortKeys() function to use the eDBfieldMap returned from eDB...
David Sommerseth
2009-09-25
4
-12
/
+15
*
|
Moved the useful append_str() macro from sqlite.c to eurephia_nullsafe.h
David Sommerseth
2009-09-25
2
-11
/
+11
*
|
dded support for <sortkeys> tag in eDBadminUserAccount()
David Sommerseth
2009-09-25
1
-3
/
+6
*
|
Fixed some issues with the useracc_list() function
David Sommerseth
2009-09-25
1
-32
/
+28
*
|
Unified eDBadminUser*() functions into one eDBadminUserAccount() function
David Sommerseth
2009-09-24
3
-303
/
+236
|
/
*
Removed debug info
David Sommerseth
2009-09-22
1
-3
/
+0
*
Updates to .gitignore
David Sommerseth
2009-09-22
1
-2
/
+3
*
Added build rules and configure --doxygen argument to build Doxygen docs via ...
David Sommerseth
2009-09-22
3
-8
/
+62
*
Improved Doxygen generation, added index page
David Sommerseth
2009-09-22
2
-8
/
+137
*
Removed duplicated Doxygen documentation
David Sommerseth
2009-09-22
1
-9
/
+0
*
Fixed and cleaned up Doxygen comments
David Sommerseth
2009-09-22
4
-81
/
+114
*
Updated eurephia_init to also use eurephiaXML_ParseResultMsg()
David Sommerseth
2009-09-22
1
-5
/
+11
*
Unified eDBadminGetCertificateInfo(), eDBadminAddCertificate() and eDBadminDe...
David Sommerseth
2009-09-22
5
-132
/
+210
*
Rewritten eurephiadm users command to use eurephiaXML_ParseResultMsg()
David Sommerseth
2009-09-21
1
-9
/
+21
*
Rewritten most of the eurephiadm commands to use eurephiaXML_ParseResultMsg()
David Sommerseth
2009-09-21
6
-90
/
+110
*
Rewrote eurephiaXML_ResultMsg() to also support adding an xmlNode* with more ...
David Sommerseth
2009-09-21
8
-58
/
+127
*
Modified eurephiadm and eurephia_init programs to use the new eDBadminAccessL...
David Sommerseth
2009-09-21
2
-12
/
+37
*
Unified eDBadminGetAdminAccess() and eDBadminEditAdminAccess() into eDBadminA...
David Sommerseth
2009-09-21
4
-113
/
+116
*
Added eDBmappingGetValue() to retrieve field values from a eDBfieldMap struct
David Sommerseth
2009-09-21
2
-0
/
+27
*
Improved some doxygen comments
David Sommerseth
2009-09-20
1
-1
/
+3
*
Corrected wrong argument in eurephiadm users --add mode.
David Sommerseth
2009-09-19
1
-1
/
+1
*
Removed usage of a global result pointer
David Sommerseth
2009-09-17
1
-54
/
+50
*
BUGFIX: Sometimes get_console_input() would "skip" a prompt if data was still...
David Sommerseth
2009-09-15
1
-5
/
+5
*
Fixed missing doxygen comments and improved a description in saltdecode.c
David Sommerseth
2009-09-15
1
-3
/
+11
*
Utilities did not get built when eurephiadm is enabled
David Sommerseth
2009-09-15
1
-1
/
+1
*
Rewritten eurephia_init to use the new unified eDBadminConfiguration() function
David Sommerseth
2009-09-15
1
-12
/
+53
*
Fix some valgrind warnings. Two timeval structs where not initialised before...
David Sommerseth
2009-09-15
1
-1
/
+3
*
BUGFIX: saltlen was set to 0 when a buffer for a new salt was generated
David Sommerseth
2009-09-15
1
-12
/
+12
*
Make Doxygen also document utils/
David Sommerseth
2009-09-15
1
-1
/
+1
*
Fixed some new Doxygen warnings which came after enabling static functions an...
David Sommerseth
2009-09-14
3
-7
/
+12
*
Removed not valid argument for eurephiadm adminaccess command
David Sommerseth
2009-09-14
1
-1
/
+0
*
Adopted eurephiadm config command to use the new unified db function, eDBadmi...
David Sommerseth
2009-09-14
1
-8
/
+36
*
Unified database driver functions eDBadminConfigSet() and eDBadminConfigDelet...
David Sommerseth
2009-09-14
3
-29
/
+151
*
Added eRemove_value() function, to remove a key/value pair from an eurephiaVA...
David Sommerseth
2009-09-14
2
-3
/
+48
*
Doxygen - include static functions and variables as well
David Sommerseth
2009-09-14
1
-1
/
+1
*
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
4
-4
/
+5
*
Moved eDBGetLastlog() function into sqlite/administration/lastlog.c
David Sommerseth
2009-09-13
3
-109
/
+165
*
Moved eDBadminGetAdminAccess() into sqlite/administration/useraccount.c
David Sommerseth
2009-09-13
2
-59
/
+60
*
Moved certificate functions into sqlite/administration/certificates.c
David Sommerseth
2009-09-13
3
-200
/
+257
*
Moved user account functions into administration/useraccount.c
David Sommerseth
2009-09-13
3
-496
/
+555
*
Moved eDBadminBlacklist() function into administration/blacklist.c
David Sommerseth
2009-09-13
2
-68
/
+54
*
Corrected some wrong arguments and help screens for eurephiadm blacklist and ...
David Sommerseth
2009-09-13
2
-3
/
+3
*
Moved eDBadminAttemptsLog() function into administration/attempts.c
David Sommerseth
2009-09-13
2
-66
/
+52
*
Moved eDBadminConfigSet() and eDBadminConfigDelete() into its own file
David Sommerseth
2009-09-13
3
-68
/
+111
[prev]
[next]