Searched refs:logging (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/crypto/heimdal/packages/debian/extras/
H A Dkdc.conf3 logging = FILE:/var/log/heimdal-kdc.log
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeDescription.java30 import java.util.logging.*;
/freebsd-9.3-release/libexec/fingerd/
H A Dfingerd.c75 int p[2], debug, kflag, logging, pflag, secure; local
81 debug = logging = kflag = pflag = secure = 0;
93 logging = 1;
121 if (!debug && (logging || pflag)) {
132 if (logging) {
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h132 extern int logging;
H A Dftpd.c70 int logging; variable
117 if (logging > 1) \
121 if (logging > 1) \
126 if (logging > 1) { \
218 { NULL, 'l', arg_counter, &logging, "log more stuff", "" },
344 * LOG_NDELAY sets up the logging connection immediately,
541 if (!askpasswd && logging) {
570 if (logging) {
591 if (logging)
792 if (logging) {
[all...]
H A Dftpcmd.y1129 if (logging)
/freebsd-9.3-release/libexec/ftpd/
H A Dextern.h89 extern int logging;
H A Dftpd.c124 int logging; variable
296 * more reason in logging to syslog.
302 * LOG_NDELAY sets up the logging connection immediately,
347 logging++; /* > 1 == extra logging */
1035 if (!askpasswd && logging)
1058 if (logging)
1066 if (logging)
1422 if (logging) {
1505 /* Disable wtmp logging whe
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/gssmask/
H A Dgssmask.c52 krb5_storage *logging; member in struct:client
84 if (c->logging) {
85 if (krb5_store_int32(c->logging, eLogInfo) != 0)
87 if (krb5_store_string(c->logging, file) != 0)
89 if (krb5_store_int32(c->logging, lineno) != 0)
91 if (krb5_store_string(c->logging, message) != 0)
93 if (krb5_ret_int32(c->logging, &ackid) != 0)
691 "logging port on peer is: %d", (int)portnum);
707 if (c->logging)
708 krb5_storage_free(c->logging);
[all...]
/freebsd-9.3-release/libexec/tftpd/
H A Dtftpd.c98 static int logging; variable
158 logging = 1;
540 if (logging) {
600 if (logging)
/freebsd-9.3-release/crypto/openssh/contrib/
H A Dssh-copy-id294 Now try logging into the machine, with: "ssh $SSH_OPTS"
/freebsd-9.3-release/sys/kern/
H A Dkern_acct.c324 acct_disable(struct thread *td, int logging) argument
336 if (logging)
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dextern.h333 GLOBAL int logging; variable
H A Dftpd.c312 logging = 0;
333 * LOG_NDELAY sets up the logging connection immediately,
386 logging++; /* > 1 == extra logging */
780 if (logging)
901 if (logging)
971 if (logging)
1373 if (logging) {
1394 if (logging)
1610 if (logging)
[all...]
H A Dftpcmd.y242 if (logged_in && logging) {
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog109 # using ipmon -n to still use plog. Note that if you are logging
127 # - Changed log line parser to accept fully-qualified name in the logging
1014 Parses logging from ipmon and presents it in a comprehensible format. This
1046 Note: if you are logging traffic with ipmon -n, ipmon will already have looked
1056 during logging.
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec135 SSH (Secure SHell) is a program for logging into and executing
150 OpenSSH is a free version of SSH (Secure SHell), a program for logging
156 OpenSSH is a free version of SSH (Secure SHell), a program for logging
163 OpenSSH is a free version of SSH (Secure SHell), a program for logging
168 OpenSSH is a free version of SSH (Secure SHell), a program for logging
/freebsd-9.3-release/gnu/usr.bin/gdb/libgdb/
H A DMakefile19 cli-cmds.c cli-decode.c cli-dump.c cli-interp.c cli-logging.c \
/freebsd-9.3-release/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c100 * This is just used for logging purposes, eventually we would like to log
104 SYSCTL_INT(_security_mac_bsdextended, OID_AUTO, logging, CTLFLAG_RW,
/freebsd-9.3-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec53 Ssh (Secure Shell) is a program for logging into a remote machine and for
67 Ssh (Secure Shell) is a program for logging into a remote machine and for
/freebsd-9.3-release/usr.bin/yacc/test/
H A Dftp.tab.c47 extern int logging;
564 if (logging) {
H A Dftp.y51 extern int logging;
824 if (logging) {
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY88 logging of Ipv6 packets with extension headers fix - Miroslaw Luc
221 abort logging a packet if the mbuf pointer is null when ipflog is called
777 support toggling of logging per ipfilter 'device'
1314 fix "ipmon -a" to actually activate all logging devices.
1438 announce if logging is on or off when ip filter initializes.
1529 rewrote logging to remove solaris errors, introduced checking to see if the
1668 Add logging of new state entries and expiration of old state entries.
1671 Add logging of new NAT entries and expiration of old NAT entries.
1852 Solaris2 fixes to logging and pre-filtering packet processing - 3.1.1p2
1854 mbuf logging no
[all...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in195 Added logging of restricted commit attempts.
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java31 import java.util.logging.*;

Completed in 273 milliseconds

12