aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
Commit message (Collapse)AuthorAge
* do not use /dev/random on windowsToni Uhlig2019-02-27
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* fixed CLang build error (missing includes)Toni Uhlig2019-02-22
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* pt_random(): reading from /dev/random instead of calling less secure random()Toni Uhlig2019-02-22
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* fix compile error for android: do not include bsd stdlibToni Uhlig2019-01-25
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* copyright updateToni Uhlig2019-01-08
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* support BSD arc4random() if availableToni Uhlig2018-12-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* autoconf check for srandom()/random() or fallback to less secure srand()/rand()Toni Uhlig2018-12-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* replaced rand() with more "secure" random() // CID 301767Toni Uhlig2018-12-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* support for android eabi buildsToni Uhlig2018-11-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* updated copyright informationsToni Uhlig2018-07-11
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | | | * fixed mingw64 cross compile issues * using getaddrinfo instead of obsolete gethostbyname * removed IS_WINDOWS AM_CONDITIONAL
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | | | * optional feature disabled warning * SeLinux enabled flag * cosmetics # Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,
* ptunnel-ng:Toni Uhlig2017-12-18
* this is now an autotools project (added/renamed required files e.g. AUTHORS, COPYING) * removed user defined ip header (buggy; not useful anymore)