search for: cmdnum

Displaying 7 results from an estimated 7 matches for "cmdnum".

Did you mean: cidnum
2010 Dec 03
1
[PATCH] upsd tcp_wrappers parsing and logging
.... This patch adds logging for tcp_wrapper denials. --- server/upsd.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/server/upsd.c b/server/upsd.c index 0e46595..eef5638 100644 --- a/server/upsd.c +++ b/server/upsd.c @@ -410,11 +410,13 @@ static void check_command(int cmdnum, ctype_t *client, int numarg, } #ifdef HAVE_WRAP - request_init(&req, RQ_DAEMON, progname, RQ_CLIENT_ADDR, client->addr, RQ_USER, client->username, 0); + request_init(&req, RQ_DAEMON, progname, RQ_FILE, client->sock_fd, 0); + fromhost(&req); if (!hosts_access(&amp...
2008 Nov 24
5
[Bug 1541] New: sftp: the do_stat() failure is ignored for chown, chgrp ops. in parse_dispatch_command()
...} + else { + err = 0; continue; + } } aa->flags &= SSH2_FILEXFER_ATTR_UIDGID; if (cmdnum == I_CHOWN) { -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
2003 Nov 06
2
ISDN PBX + IVR + Voicemail Configuration - Sanity Check ...
Hi All, First of all, please no flames about the footer of this message. It's being inserted into all outgoing email by the server here without asking me personally first once I send out email. Since I've been very interested in setting up an Asterisk PBX + IVR + Voicemail system to support a small business and a foundation for quite some time now, in order to replace their current ISDN
2003 Oct 01
1
3.7.1p2 sftp recurse patch
...("Progress meter disabled\n"); break; + case I_RECURSE: + recursion = !recursion; + if (recursion) + printf("Recursive operations enabled\n"); + else + printf("Recursive operations disabled\n"); + break; default: fatal("%d is not implemented", cmdnum); } diff -ru openssh-3.7.1p2/sftp.1 openssh-3.7.1p2-patched/sftp.1 --- openssh-3.7.1p2/sftp.1 Tue Sep 2 22:13:30 2003 +++ openssh-3.7.1p2-patched/sftp.1 Thu Sep 25 17:00:30 2003 @@ -256,6 +256,8 @@ .Ar path . .It Ic progress Toggle display of progress meter. +.It Ic recurse +Toggle recursive...
2003 Oct 30
2
sftp client reget reput
...absolute(tmp, pwd); printf("Uploading %s to %s\n", g.gl_pathv[i], abs_dst); +#ifdef REGET + if (do_upload(conn, g.gl_pathv[i], abs_dst, pflag, rflag) == -1) +#else if (do_upload(conn, g.gl_pathv[i], abs_dst, pflag) == -1) +#endif err = -1; } @@ -789,6 +820,10 @@ switch (cmdnum) { case I_GET: case I_PUT: +#ifdef REGET + case I_REGET: + case I_REPUT: +#endif if (parse_getput_flags(&cp, pflag)) return(-1); /* Get first pathname (mandatory) */ @@ -921,10 +956,24 @@ err = -1; break; case I_GET: +#ifdef REGET + err = process_get(conn, path1, path2, *...
2008 Jul 21
2
sftp needs a long time for sending a filelist
Hello all Im using sftp 1:4.7p1-8ubuntu1.2 in a batchjob Ive noticed that sftp needs a long time for sending a filelist. The timespan increases exponential if many files are on the remoteserver. for example "ls -la *.txt" needs 10 seconds for 2000 files but needs 50 seconds for 4000 files. For 150.000 Files i have to wait 15 minutes for example but the
2006 Aug 30
30
Testing for the 4.4p1 release
Hi, The 4.4p1 release is approaching now, so we are now asking people to actively test snapshots or CVS and report back to the mailing list. Snapshots are available from http://www.mindrot.org/openssh_snap or from any of the mirrors listed on http://www.openssh.org/portable.html The latter page also includes instructions for checking out portable OpenSSH via anonymous CVS. This release