aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Collapse)AuthorAge
* replaced ncurses ui sleep&ipc_msgcount check with ipc_msgrecv to fix issues ↵Toni Uhlig2018-10-18
| | | | | | with multithreading/multiprocess handling Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* luks_test.sh: redirect stderr to log fileToni Uhlig2018-10-11
| | | | | | main.c: removed obsolete waitpid and WIFEXITED check Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* coverity fixesToni Uhlig2018-10-10
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* using network info for naskpass frontendtoni2016-09-13
|
* footoni2016-07-29
|
* fixed deadlocktoni2016-07-26
|
* bugfixes, use alloca(...) for tmp varaiblestoni2016-07-25
|
* fixed race conditiontoni2016-07-24
|
* succeed if cryptsetup succeededtoni2016-07-24
|
* cleanup 2.0toni2016-07-24
|
* blink blinktoni2016-07-06
|
* added txtwindow blinking titletoni2016-07-05
|
* luks test script, fixed process/thread sync bugtoni2016-07-04
|
* fixed SEM_UI post bugtoni2016-07-04
|
* wait(...) fail fixedtoni2016-07-04
|
* wait(...) bug fixedtoni2016-07-03
|
* fixed re-install debconf bug; logging stufftoni2016-03-25
|
* early logging 2toni2016-01-30
|
* blahtoni2016-01-04
|
* password check fixed, run_cryptcreate silencedtoni2016-01-04
|
* - atmout/pthread_cond_timedwait bug (still not fixed)toni2015-11-17
| | | | | - txtwindow update callback added - better update funcs
* - ui_nwindow.c renamed to better ui_txtwindow.ctoni2015-11-16
| | | | - better ui_txtwindow.c
* waitpid(...) checks now for WIFEXITED instead of WIFSIGNALEDtoni2015-11-16
|
* - changed dir structuretoni2015-11-11
- fixed ipc semaphore/mq stuff