Home
last modified time | relevance | path

Searched refs:g_password (Results 1 – 25 of 58) sorted by relevance

123

/dports/databases/sqsh/sqsh-2.5/src/
H A Dvar_passwd.c89 if (g_password != NULL)
92 free( g_password );
93 g_password = NULL;
121 g_password = NULL ;
138 g_password = new_pass;
H A Dcmd_connect.c299 if (g_password_set == True && g_password != NULL)
300 strcpy( orig_password, g_password );
435 password = g_password;
533 password = g_password;
827 (CS_VOID*)g_password, /* Buffer */
828 (g_password == NULL) ? CS_UNUSED : CS_NULLTERM,
1179 password = g_password;
1181 ct_con_props( g_connection, CS_SET, CS_PASSWORD, (CS_VOID*)g_password,
1182 (g_password == NULL) ? CS_UNUSED : CS_NULLTERM, (CS_INT*)NULL );
H A Dsqsh_global.h153 extern char *g_password;
H A Dsqsh_global.c50 char *g_password = NULL; variable
H A Dcmd_do.c102 if (g_password != NULL)
103 strcpy ( orig_password, g_password);
/dports/security/fakebo/fakebo-0.4.2/
H A Dbo.h72 char g_password[ARGSIZE]; variable
H A Dfakebo.c627 y = strlen(g_password); in getkey()
633 z += g_password[x]; in getkey()
636 z -= g_password[x] * (y - x + 1); in getkey()
638 z += g_password[x] * (y - x + 1); in getkey()
/dports/net/rdesktop/rdesktop-1.9.0/
H A Drdesktop.c64 char g_password[64] = ""; variable
817 …g_seamless_spawn_cmd[0] = g_tls_version[0] = domain[0] = g_password[0] = shell[0] = directory[0] =… in main()
866 STRNCPY(g_password, optarg, sizeof(g_password)); in main()
1291 if (read_password(g_password, sizeof(g_password))) in main()
1375 (server, flags, domain, g_password, shell, directory, g_reconnect_loop)) in main()
/dports/games/tremulous/tremulous/base/
H A Dserver.cfg7 //set g_password password //server password
/dports/net/rdesktop/rdesktop-1.9.0/tests/
H A Drdp_test.c14 char g_password[64]; variable
/dports/comms/ebusd/ebusd-21.3/src/ebusd/
H A Dmqtthandler.cpp90 static const char* g_password = nullptr; //!< optional password for MQTT broker (no default) variable
173 g_password = replaceSecret(arg); in mqtt_parse_opt()
498 if (g_username || g_password) { in MqttHandler()
502 if (mosquitto_username_pw_set(m_mosquitto, g_username, g_password) != MOSQ_ERR_SUCCESS) { in MqttHandler()
/dports/games/ioquake3/ioquake3-1.36/code/game/
H A Dg_main.c47 vmCvar_t g_password; variable
132 { &g_password, "g_password", "", CVAR_USERINFO, 0, qfalse },
1684 if ( g_password.modificationCount != lastMod ) { in CheckCvars()
1685 lastMod = g_password.modificationCount; in CheckCvars()
1686 if ( *g_password.string && Q_stricmp( g_password.string, "none" ) ) { in CheckCvars()
H A Dg_client.c933 if ( g_password.string[0] && Q_stricmp( g_password.string, "none" ) && in ClientConnect()
934 strcmp( g_password.string, value) != 0) { in ClientConnect()
/dports/games/ioquake3-server/ioquake3-1.36/code/game/
H A Dg_main.c47 vmCvar_t g_password; variable
132 { &g_password, "g_password", "", CVAR_USERINFO, 0, qfalse },
1684 if ( g_password.modificationCount != lastMod ) { in CheckCvars()
1685 lastMod = g_password.modificationCount; in CheckCvars()
1686 if ( *g_password.string && Q_stricmp( g_password.string, "none" ) ) { in CheckCvars()
H A Dg_client.c933 if ( g_password.string[0] && Q_stricmp( g_password.string, "none" ) && in ClientConnect()
934 strcmp( g_password.string, value) != 0) { in ClientConnect()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/game/
H A Dg_main.c47 vmCvar_t g_password; variable
132 { &g_password, "g_password", "", CVAR_USERINFO, 0, qfalse },
1684 if ( g_password.modificationCount != lastMod ) { in CheckCvars()
1685 lastMod = g_password.modificationCount; in CheckCvars()
1686 if ( *g_password.string && Q_stricmp( g_password.string, "none" ) ) { in CheckCvars()
/dports/games/evq3/evq3/code/game/
H A Dg_main.c47 vmCvar_t g_password; variable
132 { &g_password, "g_password", "", CVAR_USERINFO, 0, qfalse },
1684 if ( g_password.modificationCount != lastMod ) { in CheckCvars()
1685 lastMod = g_password.modificationCount; in CheckCvars()
1686 if ( *g_password.string && Q_stricmp( g_password.string, "none" ) ) { in CheckCvars()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/game/
H A Dg_main.c47 vmCvar_t g_password; variable
141 { &g_password, "g_password", "", CVAR_USERINFO, 0, qfalse },
1900 if( g_password.modificationCount != lastMod ) in CheckCvars()
1902 lastMod = g_password.modificationCount; in CheckCvars()
1904 if( *g_password.string && Q_stricmp( g_password.string, "none" ) ) in CheckCvars()
/dports/games/quake3-wfa/quake3-wfa-3.5b/help/
H A Dwfa-client.cfg52 set g_password "" // SPECIFIED ONLY WHEN PASSWORDING A SERVER
53 set g_needpass "0" // This is set by server (filter) when g_password is set.
H A Dwfa-server.cfg52 set g_password "" // SPECIFIED ONLY WHEN PASSWORDING A SERVER
53 set g_needpass "0" // This is set by server (filter) when g_password is set.
/dports/games/quake3-wfa/quake3-wfa-3.5b/
H A Dwfa-server.cfg51 set g_password "" // SPECIFIED ONLY WHEN PASSWORDING A SERVER
52 set g_needpass "0" // This is set by server (filter) when g_password is set.
/dports/www/tokyopromenade/tokyopromenade-0.9.25/
H A Dpromenade.c46 const char *g_password; // path of the password file variable
146 if(tcstatfile(g_password, NULL, NULL, &mtime) && mtime >= g_starttime){ in realmain()
157 g_password = tctmplconf(g_tmpl, "password"); in realmain()
158 if(g_password){ in realmain()
268 if(!g_password) return; in readpasswd()
269 TCLIST *lines = tcreadfilelines(g_password); in readpasswd()
284 if(!g_password) return false; in writepasswd()
293 if(!tcwritefile(g_password, tcxstrptr(xstr), tcxstrsize(xstr))) err = true; in writepasswd()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/doom3-1.1.1/
H A Dinstall.sh113 seta g_password ""
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dg_main.c68 vmCvar_t g_password; variable
195 { &g_password, "g_password", "", CVAR_USERINFO, 0, qfalse },
2396 if ( g_password.modificationCount != lastMod ) { in CheckCvars()
2397 lastMod = g_password.modificationCount; in CheckCvars()
2398 if ( *g_password.string && Q_stricmp( g_password.string, "none" ) ) { in CheckCvars()
/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dg_main.c63 vmCvar_t g_password; variable
236 { &g_password, "g_password", "", CVAR_USERINFO, 0, qfalse },
2568 if ( g_password.modificationCount != lastMod ) { in CheckCvars()
2569 lastMod = g_password.modificationCount; in CheckCvars()
2570 if ( *g_password.string && Q_stricmp( g_password.string, "none" ) ) { in CheckCvars()

123