Home
last modified time | relevance | path

Searched refs:welcome (Results 1 – 25 of 63) sorted by relevance

123

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsender.c138 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 Dauditdistd.c232 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 DCONTRIBUTING.md5 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 DREADME.md96 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 Dconflicts_test.sh88 :welcome=/etc/motd:
251 :welcome=/etc/motd:
/freebsd/stand/lua/
H A Dmenu.lua220 menu.welcome = {
222 local menu_entries = menu.welcome.all_entries
440 menu.default = menu.welcome
/freebsd/usr.bin/login/
H A Dlogin.conf27 :welcome=/var/run/motd:\
/freebsd/contrib/tcsh/
H A DREADME.md16 Comments, questions, etc. (even flames) are welcome via email to
/freebsd/sbin/natd/
H A DREADME44 Happy Networking - comments and fixes are welcome!
/freebsd/contrib/file/
H A DMAINT5 I am continuing to maintain the file command. I welcome your help,
/freebsd/contrib/tcp_wrappers/
H A DBLURB29 problem reports and suggestions for improvement are welcome.
/freebsd/contrib/one-true-awk/testdir/
H A DREADME.TESTS43 and the like are all welcome.
/freebsd/contrib/bmake/
H A DREADME52 the box*, I welcome patches.
/freebsd/libexec/ftpd/
H A Dftpd.c150 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 DREADME.md74 Pull requests are welcome. Some guidelines:
128 welcome.
/freebsd/contrib/file/magic/Magdir/
H A Ddolby6 # corrections, additions, etc. are always welcome!
/freebsd/contrib/ntp/
H A DWHERE-TO-START12 You are welcome to the lot, with due consideration of the copyright
/freebsd/usr.bin/dtc/
H A DHACKING17 welcome.
/freebsd/contrib/tzdata/
H A DREADME39 fixes and enhancements are welcome. Please see the file CONTRIBUTING
/freebsd/contrib/tzcode/
H A DREADME39 fixes and enhancements are welcome. Please see the file CONTRIBUTING
/freebsd/crypto/heimdal/doc/
H A Dintro.texi85 Suggestions, comments and other non bug reports are also welcome.
/freebsd/contrib/sendmail/contrib/
H A Ddomainmap.m451 Feedback is welcome.
/freebsd/lib/libwrap/
H A Dhosts.allow91 : twist /bin/echo "You are not welcome to use %d from %h."
/freebsd/contrib/bc/
H A DREADME.md100 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 DREADME10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example

123