Age | Commit message (Expand) | Author |
2005-03-03 | fix typo in log msg. | Moritz Jodeit |
2005-02-27 | where possible, use bzero instead of memset | Hans-Joerg Hoexer |
2004-11-08 | rename char array realpath to pathreal to avoid naming conflict with | Hans-Joerg Hoexer |
2004-11-08 | more monitor cleanup: | Hans-Joerg Hoexer |
2004-11-08 | no const for sysdep_sa_len (not yet), slipped in during previous commit... | Hans-Joerg Hoexer |
2004-11-08 | monitor cleanup: honor const, added missing inlcude, missing typecast (makes | Hans-Joerg Hoexer |
2004-08-12 | Fix compiler warning on alpha. | Hans-Joerg Hoexer |
2004-08-08 | spacing | Theo de Raadt |
2004-06-26 | Narrow down privsep interface. Move pf_key_v2_open() to monitor. | Hans-Joerg Hoexer |
2004-06-25 | Narrow down privsep interface. Remove ui_init to monitor. So we can get rid of | Hans-Joerg Hoexer |
2004-06-24 | Remove some unused code. | Hans-Joerg Hoexer |
2004-06-21 | Strip away umask bits in monitor_fopen(). hshoexer@ ok. | Hakan Olsson |
2004-06-20 | To make debugging the unprivileged child process easier, make 'isakmpd -dd' | Hakan Olsson |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson |
2004-05-23 | More KNF. Mainly spaces and line-wraps, no binary change. | Hans-Joerg Hoexer |
2004-05-10 | 64bit gcc saw missing cast | Theo de Raadt |
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt |
2004-04-07 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson |
2004-03-31 | Use sysdep_sa_len() instead of sa->sa_len, also correct a log_fatal() message... | Hakan Olsson |
2004-03-29 | use malloc (oops) | Theo de Raadt |
2004-03-29 | wrong FD_ZERO(); from ho, hshoexer, markus | Theo de Raadt |
2004-03-23 | Remove erroneous null termination. | Hans-Joerg Hoexer |
2004-03-19 | Add missing bits to make already present privsep code work. Enable privsep. | Hans-Joerg Hoexer |
2004-03-15 | Properly check succes of chroot(). | Hans-Joerg Hoexer |
2004-03-15 | Remove unused code. | Hans-Joerg Hoexer |
2003-09-25 | Fix off-by-one out-of-bounds write; millert@ ok | Aaron Campbell |
2003-09-05 | socket leak on error paths. from Patrick Latifi. ok deraadt@ ho@ | Ted Unangst |
2003-07-29 | off-by-one in a printf %s | Anil Madhavapeddy |
2003-06-10 | boring cleanups | Theo de Raadt |
2003-06-03 | Remove clauses 3 and 4. With approval from Niklas Hallqvist and | Hakan Olsson |
2003-05-18 | Add some path sanitation; only permit write operations to /tmp, | Hakan Olsson |
2003-05-18 | More isakmpd privsep work. X509 private keys are now kept in the privileged | Hakan Olsson |
2003-05-15 | Proper exit of the monitor process. | Hakan Olsson |
2003-05-15 | wait() for the child process | Hakan Olsson |
2003-05-15 | Start of privilege separation for isakmpd. | Hakan Olsson |