/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | sender.c | 138 char welcome[8]; in sender_connect() local 174 (void)snprintf(welcome, sizeof(welcome), "ADIST%02d", ADIST_VERSION); in sender_connect() 175 if (proto_send(conn, welcome, sizeof(welcome)) < 0) { in sender_connect() 182 pjdlog_debug(1, "Welcome message sent (%s).", welcome); in sender_connect() 183 bzero(welcome, sizeof(welcome)); in sender_connect() 184 if (proto_recv(conn, welcome, sizeof(welcome)) < 0) { in sender_connect() 191 if (strncmp(welcome, "ADIST", 5) != 0 || !isdigit(welcome[5]) || in sender_connect() 192 !isdigit(welcome[6]) || welcome[7] != '\0') { in sender_connect() 198 pjdlog_debug(1, "Welcome message received (%s).", welcome); in sender_connect() 203 adhost->adh_version = atoi(welcome + 5); in sender_connect()
|
H A D | auditdistd.c | 232 char welcome[8]; in listen_accept() local 270 bzero(welcome, sizeof(welcome)); in listen_accept() 271 if (proto_recv(conn, welcome, sizeof(welcome)) == -1) { in listen_accept() 277 if (strncmp(welcome, "ADIST", 5) != 0 || !isdigit(welcome[5]) || in listen_accept() 278 !isdigit(welcome[6]) || welcome[7] != '\0') { in listen_accept() 284 version = MIN(ADIST_VERSION, atoi(welcome + 5)); in listen_accept() 286 (void)snprintf(welcome, sizeof(welcome), "ADIST%02d", version); in listen_accept() 287 if (proto_send(conn, welcome, sizeof(welcome)) == -1) { in listen_accept()
|
/freebsd/contrib/libcbor/ |
H A D | CONTRIBUTING.md | 5 Community contributions are welcome as long as they align with the [project priorities](https://github.com/PJK/libcbor#main-features) and [goals](https://libcbor.readthedocs.io/en/latest/development.html#goals) and follow the guidelines described below. 9 **Bug reports and questions:** Bug reports and specific technical questions are always welcome. Feel free to open an [issue](https://github.com/PJK/libcbor/issues). 11 **Incremental improvements:** Bug fixes (including build scripts, examples, test, typos, CI/CD config, etc.) and documentation improvements (fixes of typos, inaccuracies, out of date content, etc.) are always welcome. Feel free to open a [PR](https://github.com/PJK/libcbor/pulls).
|
H A D | README.md | 96 Bug reports and contributions are welcome. Please see [CONTRIBUTING.md](https://github.com/PJK/libcbor/blob/master/CONTRIBUTING.md) for more info.
|
/freebsd/usr.sbin/etcupdate/tests/ |
H A D | conflicts_test.sh | 88 :welcome=/etc/motd: 251 :welcome=/etc/motd:
|
/freebsd/stand/lua/ |
H A D | menu.lua | 220 menu.welcome = { 222 local menu_entries = menu.welcome.all_entries 440 menu.default = menu.welcome
|
/freebsd/usr.bin/login/ |
H A D | login.conf | 27 :welcome=/var/run/motd:\
|
/freebsd/contrib/tcsh/ |
H A D | README.md | 16 Comments, questions, etc. (even flames) are welcome via email to
|
/freebsd/sbin/natd/ |
H A D | README | 44 Happy Networking - comments and fixes are welcome!
|
/freebsd/contrib/file/ |
H A D | MAINT | 5 I am continuing to maintain the file command. I welcome your help,
|
/freebsd/contrib/tcp_wrappers/ |
H A D | BLURB | 29 problem reports and suggestions for improvement are welcome.
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | README.TESTS | 43 and the like are all welcome.
|
/freebsd/contrib/bmake/ |
H A D | README | 52 the box*, I welcome patches.
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 150 char *welcome; member 598 fd = fopen(thishost->welcome, "r"); in main() 659 char *vhost, *anonuser, *statfile, *welcome, *loginmsg; in inithosts() local 683 hrp->welcome = _PATH_FTPWELCOME; in inithosts() 718 welcome = _PATH_FTPWELCOME; in inithosts() 739 welcome = cp; in inithosts() 841 hrp->welcome = welcome; in inithosts()
|
/freebsd/contrib/one-true-awk/ |
H A D | README.md | 74 Pull requests are welcome. Some guidelines: 128 welcome.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | dolby | 6 # corrections, additions, etc. are always welcome!
|
/freebsd/contrib/ntp/ |
H A D | WHERE-TO-START | 12 You are welcome to the lot, with due consideration of the copyright
|
/freebsd/usr.bin/dtc/ |
H A D | HACKING | 17 welcome.
|
/freebsd/contrib/tzdata/ |
H A D | README | 39 fixes and enhancements are welcome. Please see the file CONTRIBUTING
|
/freebsd/contrib/tzcode/ |
H A D | README | 39 fixes and enhancements are welcome. Please see the file CONTRIBUTING
|
/freebsd/crypto/heimdal/doc/ |
H A D | intro.texi | 85 Suggestions, comments and other non bug reports are also welcome.
|
/freebsd/contrib/sendmail/contrib/ |
H A D | domainmap.m4 | 51 Feedback is welcome.
|
/freebsd/lib/libwrap/ |
H A D | hosts.allow | 91 : twist /bin/echo "You are not welcome to use %d from %h."
|
/freebsd/contrib/bc/ |
H A D | README.md | 100 Patches are welcome for a way to do that. 409 Patches are welcome for translations; use the existing `*.msg` files in 412 In addition, patches for improvements are welcome; the last two messages in 484 locales Locale files, in .msg format. Patches welcome for translations.
|
/freebsd/sys/contrib/zlib/ |
H A D | README | 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
|