search for: streibelt

Displaying 2 results from an estimated 2 matches for "streibelt".

Did you mean: strebel
2022 Jan 10
3
[Bug 3379] New: Config parser only allows SetEnv once
...nv once Product: Portable OpenSSH Version: 8.8p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: bugzilla at streibelt.net When using SetEnv in the .ssh/config it can only be used once. Every additional entry will be ignored. looking at readconf.c:1758 I see that options->num_setenv is being checked to be != 0 and then continuing. This leads to these configurations NOT to work as intended: SetEnv TZ=UTC Set...
2004 Nov 12
1
Panic in log when Win98/ME tries to print on samba 3.0.8
...ntjob because + * get_print_db_byname was called with NULL as an + * argument after the valid printers had been + * searched. Then the client gets an error and + * the prinjob is beeing canceled. + * I concider this change as a workaround? + * Florian Streibelt <samba@f-streibelt.de> + */ + + if (printername == NULL) return NULL; + //SMB_ASSERT(printername != NULL); + for (p = print_db_head, last_entry = print_db_head; p; p = p->next) { /* Ensure the list terminates... JRA. */ SMB_ASS...