Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | export yes/no to be in sync with libmsec. | Frederic Lepied | 2002-03-08 | 1 | -0/+3 |
| | |||||
* | document the value of arguments. | Frederic Lepied | 2002-03-08 | 1 | -2/+3 |
| | |||||
* | added yes and no to be used as argument to the functions. | Frederic Lepied | 2002-03-08 | 1 | -0/+5 |
| | |||||
* | don't run twice | Frederic Lepied | 2002-03-06 | 1 | -0/+20 |
| | |||||
* | use 127.0.0.1 instead of localhost in hosts.deny | Frederic Lepied | 2002-03-04 | 1 | -3/+3 |
| | |||||
* | don't restart network on sysctl.conf change. | Frederic Lepied | 2002-02-25 | 1 | -1/+1 |
| | |||||
* | do not use enable_libsafe anymore. | Frederic Lepied | 2002-02-22 | 1 | -2/+0 |
| | |||||
* | implement no password in level 0 | Frederic Lepied | 2002-02-20 | 1 | -1/+6 |
| | | | | | X listens to tcp connections in level 3 | ||||
* | added enable_password | Frederic Lepied | 2002-02-20 | 1 | -0/+13 |
| | |||||
* | documented changes in versions 0.18 and 0.19 | Frederic Lepied | 2002-02-20 | 1 | -0/+22 |
| | |||||
* | added insert_before. | Frederic Lepied | 2002-02-20 | 1 | -0/+21 |
| | |||||
* | /etc/security/msec/security.conf => /var/lib/msec/security.conf | Frederic Lepied | 2002-02-19 | 1 | -5/+48 |
| | | | | | | | enhanced documentation. catch inconsistency between /etc/shadow and /etc/passwd. | ||||
* | use perm file from /usr/share/msec/ | Frederic Lepied | 2002-02-19 | 1 | -1/+1 |
| | |||||
* | added generated files | Frederic Lepied | 2002-02-15 | 1 | -0/+2 |
| | |||||
* | use the right string for the prog name | Frederic Lepied | 2002-02-15 | 1 | -3/+3 |
| | |||||
* | allow an extra arg to specify the log to do in enable_console_log | Frederic Lepied | 2002-02-15 | 1 | -4/+5 |
| | |||||
* | only reports an error for an empty wheel group when run interactively. | Frederic Lepied | 2002-02-14 | 1 | -1/+1 |
| | |||||
* | corrected warnings reported by pychecker | Frederic Lepied | 2002-02-14 | 3 | -36/+31 |
| | |||||
* | add a delay in passowrd change before desactiving. | Frederic Lepied | 2002-02-05 | 1 | -2/+2 |
| | |||||
* | handle allowed delay in password changing. | Frederic Lepied | 2002-02-05 | 1 | -6/+9 |
| | |||||
* | use true/false for Browser value in gdm.conf | Frederic Lepied | 2002-02-05 | 1 | -2/+2 |
| | |||||
* | (exists): add an extra arg to really test if the file exists (without testing | Frederic Lepied | 2002-02-05 | 1 | -2/+2 |
| | | | | | if the file + suffix exists). | ||||
* | handle the extra arg for allow_x_connections. | Frederic Lepied | 2002-02-05 | 1 | -5/+4 |
| | |||||
* | corrected issue moving (only when really present). | Frederic Lepied | 2002-02-05 | 1 | -12/+66 |
| | | | | | | | | add doc strings to be used in the man page. (allow_x_connections): add an extra argument to control if the X server listens on tcp port. | ||||
* | removed debugging trace. | Frederic Lepied | 2002-02-05 | 1 | -1/+0 |
| | |||||
* | pass the same options used for msec.py to Perms.py | Frederic Lepied | 2002-02-05 | 1 | -6/+17 |
| | |||||
* | process the options like msec to be able to log the same way. | Frederic Lepied | 2002-02-05 | 1 | -2/+36 |
| | |||||
* | create the man page for mseclib | Frederic Lepied | 2002-02-02 | 1 | -1/+7 |
| | |||||
* | first version | Frederic Lepied | 2002-02-02 | 1 | -0/+66 |
| | |||||
* | password aging for root too. | Frederic Lepied | 2002-01-29 | 1 | -2/+2 |
| | |||||
* | new option: server_level to set a different server_level from the | Frederic Lepied | 2002-01-29 | 1 | -0/+7 |
| | | | | | | secure_level. For example the snf will be in secure_level 4 and server_level snf. | ||||
* | handle /etc/security/msec/server symlink through create_server_link(). | Frederic Lepied | 2002-01-29 | 1 | -3/+32 |
| | | | | | enable_security_check: register daily cron in /etc/cron.daily instead of /etc/cron.d. | ||||
* | report msec instead of msec.py in the error messages. | Frederic Lepied | 2002-01-28 | 1 | -4/+4 |
| | |||||
* | use mseclib to have a way to process a config file before really doing the | Frederic Lepied | 2002-01-27 | 1 | -43/+65 |
| | | | | | changes. | ||||
* | regroup the on/off funtions in uniq ones with an arg to decide on/off. | Frederic Lepied | 2002-01-27 | 1 | -233/+246 |
| | |||||
* | first version | Frederic Lepied | 2002-01-27 | 2 | -0/+102 |
| | |||||
* | more doc | Frederic Lepied | 2002-01-22 | 1 | -1/+5 |
| | |||||
* | experimental chkrootkit check. | Frederic Lepied | 2002-01-22 | 1 | -0/+1 |
| | |||||
* | document 0.17-13mdk changes | Frederic Lepied | 2002-01-21 | 1 | -1/+2 |
| | |||||
* | log the start of the program in interactive mode. | Frederic Lepied | 2002-01-21 | 1 | -0/+2 |
| | |||||
* | allow current to be specified for permissions too. | Frederic Lepied | 2002-01-21 | 1 | -10/+30 |
| | | | | | protect and log errors in os calls. | ||||
* | log errors. | Frederic Lepied | 2002-01-21 | 1 | -0/+1 |
| | |||||
* | protect and log errors on os calls. | Frederic Lepied | 2002-01-21 | 1 | -7/+25 |
| | |||||
* | corrected password_length mismatch. | Frederic Lepied | 2002-01-17 | 1 | -3/+3 |
| | |||||
* | 0.17 | Frederic Lepied | 2002-01-17 | 11 | -0/+1504 |