search for: thepass

Displaying 5 results from an estimated 5 matches for "thepass".

Did you mean: thepast
2003 Oct 21
2
PATCH to Samba 3.0.0 to allow interactive --set-auth-user for wbinfo
...-3.0.0beta3/source/nsswitch/wbinfo.c Wed Jul 16 06:24:00 2003 +++ samba-nuevo/source/nsswitch/wbinfo.c Fri Aug 29 13:50:06 2003 @@ -756,8 +756,13 @@ ~ if (password) { ~ *password = 0; ~ password++; - - } else - - password = ""; + } else { + char *thepass = getpass("Password: "); + if (thepass) { + password = thepass; + } else + password = ""; + } ~ /* Store or remove DOMAIN\username%password in secrets.tdb */ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-nr2 (Windows 2000) Comment...
2008 Dec 18
1
RODBC crashes connecting to Teradata
...achine (Red Hat Enterprise Linux 5). The ODBC driver is properly configured and queries sent via unixODBC's isql tool work properly. However, this is what happens when I try to connect via RODBC: > library(RODBC) > conn = odbcConnect("thedsn", uid="theuid", pwd="thepass") *** caught segfault *** address (nil), cause 'memory not mapped' Traceback: 1: .Call(C_RODBCGetInfo, attr(stat, "handle_ptr")) 2: odbcDriverConnect(st, ...) 3: odbcConnect("thedsn", uid = "theuid", pwd = "thepass") Possible actions: 1: a...
2007 Dec 04
0
[LLVMdev] Requiring dynamically loaded passes
...r host and use AddRequiredID instead of AddRequired: char LoadablePassID = 0; ... AU.addRequiredID(lookupPassInfo((intptr_t) &LoadablePassID)); then it should work if the loadable module references the same pass ID as an extern: extern char ExternalPassID; class ThePass : public ImmutablePass { public: ThePass : ImmutablePass(&ExternalPassID) {} }; An analysis group may also be a viable option. — Gordon
2007 Dec 04
3
[LLVMdev] Requiring dynamically loaded passes
Is it possible to AddRequired<...> a pass that is dynamically loaded? This would be very convenient for a course project but the documentation about pass interactions says nothing about dynamically loaded passes and vice versa. More specifically, to refer to the pass name in AddRequired, I need to declare it first but then I can't think of a way to load the module
2002 Jul 04
2
icecast2/darkice
...t;sources>2</sources> <threadpool>5</threadpool> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> </limits> <source-password>thepass</source-password> <!--directory> <touch-freq>5</touch-freq> <server> <host>yp.icecast.org</host> <touch-freq>15</touch-freq> </server> </directory--> <hostname&...