summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added comments to sqlite.[ch]David Sommerseth2009-09-082-40/+210
|
* Added missing comments for the generic database/ filesDavid Sommerseth2009-09-083-20/+179
|
* Added missing comments in eurephiadb_driver.hDavid Sommerseth2009-09-081-8/+289
|
* Added --gcov configure option, to see how that will workDavid Sommerseth2009-09-072-0/+14
|
* Doxygen tweaksDavid Sommerseth2009-09-071-5/+5
|
* Fixed comments to malloc_nullsafe() and free_nullsafe()David Sommerseth2009-09-072-7/+20
|
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-0727-138/+149
|
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-0720-93/+142
| | | | This also improves debugging as well, if debug logging is enabled and log level is >= 40.
* More commentsDavid Sommerseth2009-09-063-22/+514
|
* Removed more code which is not needed any moreDavid Sommerseth2009-09-059-65/+0
|
* Added missing include fileDavid Sommerseth2009-09-051-0/+1
| | | | A compiler warning showed up when --debug mode was enabled.
* Removed header file which is no longer neededDavid Sommerseth2009-09-0514-56/+0
|
* Removed some code which was not needed any more.David Sommerseth2009-09-051-38/+0
|
* Cleaned up and added some missing commentsDavid Sommerseth2009-09-057-14/+34
|
* Even more commenting. Now the complete eurephiadm should be documented.David Sommerseth2009-09-059-41/+598
|
* Even more commentsDavid Sommerseth2009-09-046-23/+83
|
* More comments in common/David Sommerseth2009-09-0419-83/+354
|
* .gitignore doxygen html and latext foldersDavid Sommerseth2009-09-041-0/+2
|
* Doxygen comments to eurephia_context.hDavid Sommerseth2009-09-041-20/+28
|
* Added doxygen comments for the main eurephiadm partsDavid Sommerseth2009-09-0417-38/+473
|
* Improved doxygen configDavid Sommerseth2009-09-031-15/+15
|
* Added missing privileges in eurephia_init when creating admin user accountDavid Sommerseth2009-09-031-1/+2
|
* More doxygen commentsDavid Sommerseth2009-09-032-3/+87
|
* Added doxygen configDavid Sommerseth2009-09-021-0/+1519
|
* Added more comments to the common filesDavid Sommerseth2009-09-029-15/+349
|
* Added doxygen commentsDavid Sommerseth2009-09-026-30/+330
|
* Added copyright info in CMake filesDavid Sommerseth2009-09-028-2/+155
|
* Cleaned up main CMakeLists.txt fileDavid Sommerseth2009-09-022-52/+98
|
* Added missing #include statementsDavid Sommerseth2009-09-025-0/+5
|
* Cleaned up the CMake rules for the eurephia-auth.so plug-inDavid Sommerseth2009-09-021-19/+38
|
* Cleaned up the efw-iptables CMake rulesDavid Sommerseth2009-09-021-3/+11
|
* Cleaned up CMake files for eurephiadmDavid Sommerseth2009-09-022-12/+21
|
* Rearranged and cleaned up the utils/CMakeLists.txt fileDavid Sommerseth2009-09-021-16/+20
|
* Improved comments for common/CMakeLists.txtDavid Sommerseth2009-09-021-0/+9
|
* Cleaned up and commented CMakeLists.txt for the SQLite3 driverDavid Sommerseth2009-09-021-16/+25
|
* Rearranged some files in the sqlite3 driverDavid Sommerseth2009-09-025-15/+10
|
* Updated copyright info in the SQLite3 SQL schema fileDavid Sommerseth2009-09-021-2/+17
|
* Added more comments to the SQLite3 database schemaDavid Sommerseth2009-09-021-7/+38
|
* Added a some comments to ./configureDavid Sommerseth2009-09-021-1/+47
|
* Don't try to populate granted access nodes with data if no access is grantedDavid Sommerseth2009-09-011-13/+22
|
* Only populate XML nodes if we have a value to populate it withDavid Sommerseth2009-09-011-13/+14
|
* Added --set-fwprofile mode to the eurephiadm usercerts commandDavid Sommerseth2009-09-012-12/+184
| | | | This mode updates the firewall access profile for at user-certs link
* Modified eurephiadm users and usercerts commands to use the new db APIDavid Sommerseth2009-09-013-72/+103
| | | | | In regards to modifying usercerts links, make use of the new unified eDBadminUserCertsLink(...) function.
* Unified eDBadminGetUserCertsList(...) and eDBadminUpdateUserCertLink(...) ↵David Sommerseth2009-09-013-43/+99
| | | | | | into one function Plus added better XML documentation for the new eDBadminUserCertsLink(...) function
* SQLite3 - Added support for "affected rows" count on INSERT/UPDATE/DELETE ↵David Sommerseth2009-09-012-0/+12
| | | | queries
* Moved usercerts related functions into its own fileDavid Sommerseth2009-08-293-130/+183
|
* Improved some commentsDavid Sommerseth2009-08-292-10/+11
|
* Changed the short argument for --hash-threshold-maxDavid Sommerseth2009-08-221-3/+3
|
* Added -fno-delete-null-pointer-checksDavid Sommerseth2009-07-211-0/+1
| | | | | | | This optimisation can be dangerous sometimes, where the C compiler can remove some NULL pointer checks if it believes a pointer is assigned before this check. Sometimes, this is very wrong and can cause an exploit.
* Added utils/eurephia_init binary to .gitignoreDavid Sommerseth2009-05-111-0/+1
|