| Commit message (Expand) | Author | Age | Files | Lines |
* | When we decide to unlink socket file, sun_path must be set. If it is set, | pjd | 2011-02-09 | 1 | -1/+6 |
* | Explicitly include <sys/types.h> as suggested by getpid(2) and don't rely on | pjd | 2011-02-08 | 1 | -0/+1 |
* | Unlink UNIX domain socket file only if: | pjd | 2011-02-08 | 1 | -5/+16 |
* | Now that we break the loop on fstat(2) failure we no longer need to satisfy | pjd | 2011-02-06 | 1 | -2/+0 |
* | Add (void) cast before snprintf(3)s for which we are not interested in return | pjd | 2011-02-06 | 1 | -13/+13 |
* | Treat fstat(2) failure (different than EBADF) as fatal error. | pjd | 2011-02-06 | 1 | -0/+1 |
* | Open syslog when logging sysconf(3) failure. | pjd | 2011-02-06 | 1 | -0/+4 |
* | Close more descriptors that can be open if the worker process for the given | pjd | 2011-02-06 | 1 | -0/+6 |
* | Setup another socketpair between parent and child, so that primary sandboxed | pjd | 2011-02-03 | 5 | -31/+143 |
* | Add missing locking after moving keepalive_send() to remote send thread | pjd | 2011-02-03 | 1 | -3/+9 |
* | Drop privileges after connecting to hastd, but before sending or receiving | pjd | 2011-02-03 | 1 | -0/+5 |
* | Let the caller log info about successful privilege drop. | pjd | 2011-02-03 | 3 | -2/+2 |
* | Add missing argument after r218192. | bz | 2011-02-02 | 1 | -1/+1 |
* | - Rename proto_descriptor_{send,recv}() functions to | pjd | 2011-02-02 | 7 | -166/+200 |
* | Add proto_connect_wait() to wait for connection to finish. | pjd | 2011-02-02 | 5 | -11/+84 |
* | Allow to specify connection timeout by the caller. | pjd | 2011-02-02 | 6 | -9/+12 |
* | Move protocol allocation and deallocation to separate functions. | pjd | 2011-02-02 | 1 | -17/+48 |
* | Be prepared that hp_client or hp_server might be NULL now. | pjd | 2011-02-02 | 1 | -4/+11 |
* | Do not set socket send and receive buffer. It will be auto-tuned. | pjd | 2011-02-01 | 1 | -14/+4 |
* | Fix build on ia64. | pjd | 2011-01-31 | 1 | -9/+7 |
* | Until I fix the build on ia64 comment out problematic lines. | pjd | 2011-01-31 | 1 | -2/+2 |
* | Implement two new functions for sending descriptor and receving descriptor | pjd | 2011-01-31 | 6 | -8/+173 |
* | - Use pjdlog for assertions and aborts as this will log assert/abort message | pjd | 2011-01-31 | 9 | -241/+197 |
* | Rename pjdlog_verify() to pjdlog_abort() as it better describes what the | pjd | 2011-01-31 | 2 | -7/+7 |
* | Fix the 'scan hang' issue. | bschmidt | 2011-01-30 | 1 | -2/+6 |
* | When doing a scan while being associated it is possible that the scan | bschmidt | 2011-01-30 | 1 | -0/+1 |
* | Drop privileges in worker processes. | pjd | 2011-01-28 | 2 | -0/+8 |
* | Implement function that drops privileges by: | pjd | 2011-01-28 | 3 | -0/+74 |
* | Use newly added descriptors_assert() function to ensure only expected | pjd | 2011-01-28 | 2 | -0/+4 |
* | Add function to assert that the only descriptors we have open are the ones | pjd | 2011-01-28 | 2 | -0/+142 |
* | Close all unneeded descriptors after fork(2). | pjd | 2011-01-28 | 2 | -12/+22 |
* | Add comments to places where we treat errors as ciritical, but it is possible | pjd | 2011-01-28 | 1 | -0/+3 |
* | Add function to close all unneeded descriptors after fork(2). | pjd | 2011-01-28 | 2 | -1/+29 |
* | Initialize all global variables on pjdlog_init(). | pjd | 2011-01-28 | 1 | -2/+3 |
* | Document the "bios-boot" partition type. | ae | 2011-01-28 | 1 | -1/+6 |
* | Remember created control connection so on fork(2) we can close it in child. | pjd | 2011-01-27 | 2 | -0/+4 |
* | Close the control socket before exiting, so it will be unlinked. | pjd | 2011-01-27 | 1 | -0/+1 |
* | Extend pjdlog_verify() to support the following additional macros: | pjd | 2011-01-27 | 2 | -9/+44 |
* | Add functions to initialize/finalize pjdlog. This allows to open/close log | pjd | 2011-01-27 | 4 | -1/+72 |
* | Use my copyright for 2011 work. | pjd | 2011-01-27 | 1 | -1/+2 |
* | Add LOG_NDELAY flag to openlog(3) - we want descriptor to be immediately open | pjd | 2011-01-27 | 1 | -1/+1 |
* | - Remove obvious NOTREACHED comment after abort() call. | pjd | 2011-01-27 | 1 | -3/+1 |
* | Remove __dead2 from pjdlog_verify() prototype, it does return sometimes. | pjd | 2011-01-27 | 1 | -1/+1 |
* | Clarify the availability of the noatime option on network file systems | dougb | 2011-01-26 | 1 | -2/+6 |
* | Fix compilation with debug on. | cracauer | 2011-01-25 | 2 | -3/+3 |
* | Supply maximum value as an argument to the decimal() function | sobomax | 2011-01-25 | 1 | -27/+27 |
* | Don't open configuration file from worker process. Handle SIGHUP in the | pjd | 2011-01-24 | 5 | -58/+83 |
* | Added a blurb about thin provisioning, fixed some formatting. | ivoras | 2011-01-24 | 1 | -2/+6 |
* | o Cylinder numbers are 10 bits in the MBR; | sobomax | 2011-01-24 | 1 | -19/+19 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | mckusick | 2011-01-24 | 10 | -22/+22 |