search for: 1325c1324

Displaying 1 result from an estimated 1 matches for "1325c1324".

2012 May 17
2
New Subsystem criteria for Match option block in OpenSSH server
...============================================================ diff -r /home/qnicmut/Projects/OpenSSH-Portable/openssh-6.0p1/sshd.c src/sshd.c =============================================================================== 1323d1322 < char *test_user = NULL, *test_host = NULL, *test_addr = NULL; 1325c1324 < char *line, *p, *cp; --- > char *line; 1330a1330 > ConnectionInfo connection_info; 1359a1360,1362 > connection_info.address = connection_info.host = > connection_info.subsystem = > connection_info.user = NULL; > 1452,1465c1455,1456 < cp = optarg; < while (...