aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* exported atmout to nask_ui, fixed weird memory error (busy_str intoni2016-07-31
| | | | | | infownd_update had a buffer overflow, but valgrind wasn't able to catch this, cz the overwrite happened in same memory segment (special case), gdb ftw
* actoni2016-07-29
|
* bartoni2016-07-29
|
* footoni2016-07-29
|
* refactoringtoni2016-07-27
|
* fixed build errortoni2016-07-27
|
* fixed deadlocktoni2016-07-26
|
* bugfixes, use alloca(...) for tmp varaiblestoni2016-07-25
|
* fixed update if timeout bugtoni2016-07-25
|
* fixed race conditiontoni2016-07-24
|
* succeed if cryptsetup succeededtoni2016-07-24
|
* wrong link command, unchecked resulttoni2016-07-24
|
* cleanup 2.0toni2016-07-24
|
* cleanuptoni2016-07-23
|
* ipc deadlock/race condition fixupstoni2016-07-23
|
* travis-ci building ..toni2016-07-21
|
* clock_gettime is now optional..toni2016-07-21
|
* added initial generated configure script (travis-ci)toni2016-07-21
|
* fixed coverity issuestoni2016-07-20
|
* blink blinktoni2016-07-06
|
* naskshelltoni2016-07-06
|
* added txtwindow blinking titletoni2016-07-05
|
* naskpass pre/post run script + configtoni2016-07-05
|
* Merge branch 'master' into jessietoni2016-07-04
| | | | | Conflicts: main.c
* luks test script, fixed process/thread sync bugtoni2016-07-04
|
* autoconf: debug modetoni2016-07-04
|
* syslog && compile scripttoni2016-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
|
* fixed missing makefile.am object and initscript conditional plymouth msgtoni2016-03-19
|
* early logging 2toni2016-01-30
|
* early loggingtoni2016-01-25
|
* blahtoni2016-01-04
|
* password check fixed, run_cryptcreate silencedtoni2016-01-04
|
* added ipc check binarytoni2016-01-04
|
* default optiontoni2015-12-09
|
* replaced obsolete gettimeofday with clock_gettimetoni2015-11-17
| | | | (pthread_conf_timedwait)
* - atmout/pthread_cond_timedwait bug (still not fixed)toni2015-11-17
| | | | | - txtwindow update callback added - better update funcs
* (auto(conf|make)|dpkg) versioning fix (src/version.h shows thetoni2015-11-16
| | | | DEFINITIVE version of the pkg)
* fixed wgetch key loop and wtimeout bugtoni2015-11-16
|
* - 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
|
* ~auto(conf|make)~toni2015-11-14
|
* ui thread does now the cursor mgmttoni2015-11-14
|
* trying to fix ncurses problerms .. fixedtoni2015-11-14
|
* - changed dir structuretoni2015-11-11
- fixed ipc semaphore/mq stuff