stud icon indicating copy to clipboard operation
stud copied to clipboard

The Scalable TLS Unwrapping Daemon

Results 65 stud issues
Sort by recently updated
recently updated
newest added

This patch allows you to pass several -b options and rotate between the different backends to serve requests.

The mode should display to _stdout/stderr_ (and/or syslog if the _-s_ option was invoked) more detailed information about the inner workings - e.g., "Connection established with client _w.x.y.z_", "Start handshake...

[root@stud stud-master]# make cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o stud.o stud.c stud.c: In function ‘prepare_proxy_line’: stud.c:786: warning: implicit declaration of function ‘inet_ntoa’ stud.c:787: warning: format...

cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o stud.o stud.c stud.c:63:16: error: ev.h: No such file or directory stud.c:97: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘**attribute**’...

This patch causes stud to daemonize prior to calling chroot. If chroot is done prior to daemonize, the daemonize call will fail to open /dev/null.

When you run stud with --daemon and --chroot, it tries to reopen stdin as /dev/null after doing the chroot, which returns an ENOENT.

I see in the Makefile that there is a switch expected for ifeq ($(STUD_FIPS_MODE),1) However, there is no configure script where I would give a flag for FIPS mode, the...

Hello! I had trouble compiling stud on Solaris (specifically a Joyent smartmachine) so I made a few patches that affect the `Makefile` and `stud.c`. Notes on the patches: Using `fcntl()`...

stud pid file was not created...

- Add format attribute to printf style functions and fix the errors found - Remove double-underscore prefix from config struct name, identifiers beginning with two underscores are reserved for compiler...