Home
last modified time | relevance | path

Searched refs:login_log (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/tkabber/tkabber-1.1.2/
H A Dlogin.tcl352 login_log $lc(jid) abort $msg
358 login_log $lc(jid) $status $msg
762 login_log [connection_jid $xlib] ok "Logout"
881 login_log [connection_jid $xlib] error $message
964 global login_log
966 if {![info exists login_log]} {
967 set login_log {}
1035 proc login_log {jid status message} { procedure
1036 global login_log
1038 if {![info exists login_log]} {
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/server/
H A Dserver.hpp91 struct login_log { struct in wesnothd::server
92 login_log(std::string _ip, int _attempts, time_t _first_attempt) : in login_log() argument
98 bool operator==(const login_log& l) const in operator ==() argument
105 std::deque<login_log> failed_logins_;
159 std::deque<login_log>::size_type failed_login_buffer_size_;
H A Dserver.cpp918 login_log login_ip = login_log(client_address(socket), 0, now); in authenticate()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/performance/
H A Dgetresult18 …d=fossy" --cookie "cookies.txt" --cookie-jar "cookies.txt" --location --verbose > "login_log.html"
29 rm -rf cookies.txt login_log.html
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/CLI/user/
H A Ddetail.py52 login_log = mgr.get_logins(user_id)
53 env.fout(print_logins(login_log))
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/managers/
H A Duser.py215 login_log = self.user_service.getLoginAttempts(id=user_id, filter=date_filter)
216 return login_log