Displaying 3 results from an estimated 3 matches for "checkfor".
Did you mean:
checkfoo
2005 Jun 23
0
WinXP - Not So Roaming profile
...igura??es locais;Cookies;Dados de
aplicativos;Favoritos;Menu Iniciar;Meus documentos;Modelos;Recent;SendTo
------------
This is an almost complete list of directories in a user profile, lacking of
course the "Desktop" folder that shall be roamed
3. Using gpedit.msc I enabled "Do not checkfor user ownership of Roaming Profile
Folders" under "Computer Configuration->Admnistrative Templates->System->User
Profiles"
________________________________________________________________
Fabricio Bianco Abreu
N?cleo de Inform?tica e Proce...
2001 Oct 07
3
socks and misc patch to 2.9.9p2
...d not get "
"IP address for hostname %s.", hostname);
diff -u openssh-2.9.9p2.old/configure.in openssh-2.9.9p2/configure.in
--- openssh-2.9.9p2.old/configure.in Tue Sep 25 15:39:38 2001
+++ openssh-2.9.9p2/configure.in Sat Oct 6 17:41:54 2001
@@ -480,6 +480,141 @@
]
)
+dnl checkfor SOCKS support
+AC_MSG_CHECKING(whether to support SOCKS)
+AC_ARG_WITH(socks,
+ [ --with-socks Build with SOCKS firewall support.],
+ [ case "$withval" in
+ no)
+ AC_MSG_RESULT(no)
+ ;;
+ yes)
+ AC_MSG_RESULT(yes)
+ AC_CHECK_LIB(socks5, SOCKS...
2002 May 11
4
socks5 support
...d not get "
"IP address for hostname %s.", hostname);
diff -u openssh-2.9.9p2.old/configure.in openssh-2.9.9p2/configure.in
--- openssh-2.9.9p2.old/configure.in Tue Sep 25 15:39:38 2001
+++ openssh-2.9.9p2/configure.in Sat Oct 6 17:41:54 2001
@@ -480,6 +480,141 @@
]
)
+dnl checkfor SOCKS support
+AC_MSG_CHECKING(whether to support SOCKS)
+AC_ARG_WITH(socks,
+ [ --with-socks Build with SOCKS firewall support.],
+ [ case "$withval" in
+ no)
+ AC_MSG_RESULT(no)
+ ;;
+ yes)
+ AC_MSG_RESULT(yes)
+ AC_CHECK_LIB(socks5, SOCKS...