Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added debug logging of free_nullsafe() calls as well | David Sommerseth | 2009-09-07 | 27 | -138/+149 | |
| | ||||||
* | Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe() | David Sommerseth | 2009-09-07 | 20 | -93/+142 | |
| | | | | This also improves debugging as well, if debug logging is enabled and log level is >= 40. | |||||
* | More comments | David Sommerseth | 2009-09-06 | 3 | -22/+514 | |
| | ||||||
* | Removed more code which is not needed any more | David Sommerseth | 2009-09-05 | 9 | -65/+0 | |
| | ||||||
* | Added missing include file | David Sommerseth | 2009-09-05 | 1 | -0/+1 | |
| | | | | A compiler warning showed up when --debug mode was enabled. | |||||
* | Removed header file which is no longer needed | David Sommerseth | 2009-09-05 | 14 | -56/+0 | |
| | ||||||
* | Removed some code which was not needed any more. | David Sommerseth | 2009-09-05 | 1 | -38/+0 | |
| | ||||||
* | Cleaned up and added some missing comments | David Sommerseth | 2009-09-05 | 7 | -14/+34 | |
| | ||||||
* | Even more commenting. Now the complete eurephiadm should be documented. | David Sommerseth | 2009-09-05 | 9 | -41/+598 | |
| | ||||||
* | Even more comments | David Sommerseth | 2009-09-04 | 6 | -23/+83 | |
| | ||||||
* | More comments in common/ | David Sommerseth | 2009-09-04 | 19 | -83/+354 | |
| | ||||||
* | .gitignore doxygen html and latext folders | David Sommerseth | 2009-09-04 | 1 | -0/+2 | |
| | ||||||
* | Doxygen comments to eurephia_context.h | David Sommerseth | 2009-09-04 | 1 | -20/+28 | |
| | ||||||
* | Added doxygen comments for the main eurephiadm parts | David Sommerseth | 2009-09-04 | 17 | -38/+473 | |
| | ||||||
* | Improved doxygen config | David Sommerseth | 2009-09-03 | 1 | -15/+15 | |
| | ||||||
* | Added missing privileges in eurephia_init when creating admin user account | David Sommerseth | 2009-09-03 | 1 | -1/+2 | |
| | ||||||
* | More doxygen comments | David Sommerseth | 2009-09-03 | 2 | -3/+87 | |
| | ||||||
* | Added doxygen config | David Sommerseth | 2009-09-02 | 1 | -0/+1519 | |
| | ||||||
* | Added more comments to the common files | David Sommerseth | 2009-09-02 | 9 | -15/+349 | |
| | ||||||
* | Added doxygen comments | David Sommerseth | 2009-09-02 | 6 | -30/+330 | |
| | ||||||
* | Added copyright info in CMake files | David Sommerseth | 2009-09-02 | 8 | -2/+155 | |
| | ||||||
* | Cleaned up main CMakeLists.txt file | David Sommerseth | 2009-09-02 | 2 | -52/+98 | |
| | ||||||
* | Added missing #include statements | David Sommerseth | 2009-09-02 | 5 | -0/+5 | |
| | ||||||
* | Cleaned up the CMake rules for the eurephia-auth.so plug-in | David Sommerseth | 2009-09-02 | 1 | -19/+38 | |
| | ||||||
* | Cleaned up the efw-iptables CMake rules | David Sommerseth | 2009-09-02 | 1 | -3/+11 | |
| | ||||||
* | Cleaned up CMake files for eurephiadm | David Sommerseth | 2009-09-02 | 2 | -12/+21 | |
| | ||||||
* | Rearranged and cleaned up the utils/CMakeLists.txt file | David Sommerseth | 2009-09-02 | 1 | -16/+20 | |
| | ||||||
* | Improved comments for common/CMakeLists.txt | David Sommerseth | 2009-09-02 | 1 | -0/+9 | |
| | ||||||
* | Cleaned up and commented CMakeLists.txt for the SQLite3 driver | David Sommerseth | 2009-09-02 | 1 | -16/+25 | |
| | ||||||
* | Rearranged some files in the sqlite3 driver | David Sommerseth | 2009-09-02 | 5 | -15/+10 | |
| | ||||||
* | Updated copyright info in the SQLite3 SQL schema file | David Sommerseth | 2009-09-02 | 1 | -2/+17 | |
| | ||||||
* | Added more comments to the SQLite3 database schema | David Sommerseth | 2009-09-02 | 1 | -7/+38 | |
| | ||||||
* | Added a some comments to ./configure | David Sommerseth | 2009-09-02 | 1 | -1/+47 | |
| | ||||||
* | Don't try to populate granted access nodes with data if no access is granted | David Sommerseth | 2009-09-01 | 1 | -13/+22 | |
| | ||||||
* | Only populate XML nodes if we have a value to populate it with | David Sommerseth | 2009-09-01 | 1 | -13/+14 | |
| | ||||||
* | Added --set-fwprofile mode to the eurephiadm usercerts command | David Sommerseth | 2009-09-01 | 2 | -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 API | David Sommerseth | 2009-09-01 | 3 | -72/+103 | |
| | | | | | In regards to modifying usercerts links, make use of the new unified eDBadminUserCertsLink(...) function. | |||||
* | Unified eDBadminGetUserCertsList(...) and eDBadminUpdateUserCertLink(...) ↵ | David Sommerseth | 2009-09-01 | 3 | -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 Sommerseth | 2009-09-01 | 2 | -0/+12 | |
| | | | | queries | |||||
* | Moved usercerts related functions into its own file | David Sommerseth | 2009-08-29 | 3 | -130/+183 | |
| | ||||||
* | Improved some comments | David Sommerseth | 2009-08-29 | 2 | -10/+11 | |
| | ||||||
* | Changed the short argument for --hash-threshold-max | David Sommerseth | 2009-08-22 | 1 | -3/+3 | |
| | ||||||
* | Added -fno-delete-null-pointer-checks | David Sommerseth | 2009-07-21 | 1 | -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 .gitignore | David Sommerseth | 2009-05-11 | 1 | -0/+1 | |
| | ||||||
* | attempts listing will now use the 'registered' date if 'last_attempt' is empty | David Sommerseth | 2009-05-10 | 1 | -3/+36 | |
| | ||||||
* | Added simple help screen for usercerts --list | David Sommerseth | 2009-05-10 | 1 | -0/+10 | |
| | ||||||
* | Updated TODOv0.9.4_beta | David Sommerseth | 2009-05-09 | 1 | -1/+1 | |
| | ||||||
* | eurephiadm: Implemented the blacklist command for blacklist management | David Sommerseth | 2009-05-09 | 5 | -0/+569 | |
| | ||||||
* | sqlite3 driver: Implemented eDBadminBlacklist(...) function for blacklist ↵ | David Sommerseth | 2009-05-09 | 6 | -0/+229 | |
| | | | | management | |||||
* | Fixed some errors in attempts detailed listing | David Sommerseth | 2009-05-09 | 1 | -3/+3 | |
| | | | | Didn't use the last_accessed node, but used the registered node twice. |