ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/auth.c
Revision 8880 - (view) (annotate) - [select for diffs]
Modified Sun Apr 14 16:02:11 2019 UTC (4 years, 11 months ago) by michael
File length: 15035 byte(s)
Diff to previous 8874 , to selected 3168
- Add address_compare() and make use of it in some places

Revision 8874 - (view) (annotate) - [select for diffs]
Modified Sat Feb 16 21:53:04 2019 UTC (5 years, 1 month ago) by michael
File length: 15707 byte(s)
Diff to previous 8818 , to selected 3168
- Cleanup server connecting related code even further
- Make comm_connect_tcp() take less arguments and remove unused dns resolving functionality

Revision 8818 - (view) (annotate) - [select for diffs]
Modified Fri Feb 1 18:37:39 2019 UTC (5 years, 1 month ago) by michael
File length: 15792 byte(s)
Diff to previous 8812 , to selected 3168
- s_auth.c:auth_read_reply(): use sizeof(buf)-1 instead of RFC1413_BUFSIZ for recv()

Revision 8812 - (view) (annotate) - [select for diffs]
Modified Sat Jan 26 21:48:22 2019 UTC (5 years, 2 months ago) by michael
File length: 15791 byte(s)
Diff to previous 8751 , to selected 3168
- auth.c: sprinkle some assert()

Revision 8751 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:50 2019 UTC (5 years, 2 months ago) by michael
File length: 15261 byte(s)
Diff to previous 8720 , to selected 3168
- Update copyright years

Revision 8720 - (view) (annotate) - [select for diffs]
Modified Tue Dec 11 20:53:56 2018 UTC (5 years, 3 months ago) by michael
File length: 15261 byte(s)
Diff to previous 8711 , to selected 3168
- auth: replace AM_DOING_AUTH and AM_DNS_PENDING with dedicated variables

Revision 8711 - (view) (annotate) - [select for diffs]
Modified Sun Dec 9 18:31:03 2018 UTC (5 years, 3 months ago) by michael
File length: 15141 byte(s)
Diff to previous 8657 , to selected 3168
- Get rid of Connection::allow_read and have parse_client_queued() determine max lines to be processed

Revision 8657 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 19:02:38 2018 UTC (5 years, 4 months ago) by michael
File length: 15187 byte(s)
Diff to previous 8655 , to selected 3168
- Make use of the bool data type in some more places

Revision 8655 - (view) (annotate) - [select for diffs]
Modified Sun Nov 11 20:18:54 2018 UTC (5 years, 4 months ago) by michael
File length: 15184 byte(s)
Diff to previous 8621 , to selected 3168
- Make use of the bool data type in some places

Revision 8621 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 17:46:51 2018 UTC (5 years, 4 months ago) by michael
File length: 15168 byte(s)
Diff to previous 8523 , to selected 3168
- Stylistic changes

Revision 8523 - (view) (annotate) - [select for diffs]
Modified Tue Apr 24 19:55:18 2018 UTC (5 years, 11 months ago) by michael
File length: 15164 byte(s)
Diff to previous 8495 , to selected 3168
- auth.c: style correction; add some assert() to auth_error()

Revision 8495 - (view) (annotate) - [select for diffs]
Modified Thu Apr 5 12:40:05 2018 UTC (5 years, 11 months ago) by michael
File length: 15123 byte(s)
Diff to previous 8469 , to selected 3168
- Killed userhost.c. Rewrote everything to use ipcache.c

Revision 8469 - (view) (annotate) - [select for diffs]
Modified Tue Apr 3 12:05:14 2018 UTC (5 years, 11 months ago) by michael
File length: 15195 byte(s)
Diff to previous 8430 , to selected 3168
- auth.c: deduplicate; minor cleanups

Revision 8430 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 18:48:40 2018 UTC (6 years ago) by michael
File length: 15031 byte(s)
Diff to previous 8384 , to selected 3168
- Stylistic changes

Revision 8384 - (view) (annotate) - [select for diffs]
Modified Fri Mar 16 20:06:38 2018 UTC (6 years ago) by michael
File length: 15032 byte(s)
Diff to previous 8360 , to selected 3168
- Rip out mempool

Revision 8360 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 14:22:26 2018 UTC (6 years ago) by michael
File length: 15158 byte(s)
Diff to previous 8348 , to selected 3168
- auth.c: added some assert()

Revision 8348 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 13:23:49 2018 UTC (6 years ago) by michael
File length: 15080 byte(s)
Diff to previous 8346 , to selected 3168
- Style corrections

Revision 8346 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 00:17:21 2018 UTC (6 years ago) by michael
File length: 15009 byte(s)
Diff to previous 8344 , to selected 3168
- auth.c:make_auth(): fixes to previous commit

Revision 8344 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 00:05:53 2018 UTC (6 years ago) by michael
File length: 15015 byte(s)
Diff to previous 8338 , to selected 3168
- auth.c:make_auth(): properly assign 'auth' to 'auth->client->connection->auth'

Revision 8338 - (view) (annotate) - [select for diffs]
Modified Sat Mar 3 22:26:59 2018 UTC (6 years ago) by michael
File length: 14974 byte(s)
Diff to previous 8305 , to selected 3168
- Restore fd_table. No longer allocate fde_t items from within any other structures like the AuthRequest, or Connection structure
- struct AuthRequest once again is no longer allocated from within the Connection structure

Revision 8305 - (view) (annotate) - [select for diffs]
Modified Tue Feb 27 21:17:58 2018 UTC (6 years, 1 month ago) by michael
File length: 14794 byte(s)
Diff to previous 8303 , to selected 3168
- auth.h, auth.c: reformating; rename some functions to comply with naming convention

Revision 8303 - (view) (annotate) - [select for diffs]
Modified Tue Feb 27 20:05:22 2018 UTC (6 years, 1 month ago) by michael
File length: 14646 byte(s)
Diff to previous 8299 , to selected 3168
- auth.h, auth.c: made release_auth_client() 'static'; removed declaration in auth.h 

Revision 8299 - (view) (annotate) - [select for diffs]
Modified Sun Feb 25 13:05:30 2018 UTC (6 years, 1 month ago) by michael
File length: 14639 byte(s)
Diff to previous 8297 , to selected 3168
- auth.c:auth_delete(): clear AM_DOING_AUTH, and AM_DNS_PENDING flags as appropriate

Revision 8297 - (view) (annotate) - [select for diffs]
Modified Sun Feb 25 11:15:28 2018 UTC (6 years, 1 month ago) by michael
File length: 14575 byte(s)
Diff to previous 8280 , to selected 3168
- auth.c:release_auth_client(): use the AddFlag macro

Revision 8280 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:33 2018 UTC (6 years, 1 month ago) by michael
File length: 14575 byte(s)
Diff to previous 8219 , to selected 3168
- Update copyright years

Revision 8219 - (view) (annotate) - [select for diffs]
Modified Sun Apr 16 12:31:33 2017 UTC (6 years, 11 months ago) by michael
File length: 14575 byte(s)
Diff to previous 8216 , to selected 3168
- auth.c: add documentation

Revision 8216 - (view) (annotate) - [select for diffs]
Modified Sun Apr 16 12:18:38 2017 UTC (6 years, 11 months ago) by michael
File length: 14415 byte(s)
Diff to previous 8213 , to selected 3168
- auth.c: have auth_dns_callback() to check for invalid hostnames rather than in user.c:register_local_user()

Revision 8213 - (view) (annotate) - [select for diffs]
Modified Sun Apr 16 11:42:51 2017 UTC (6 years, 11 months ago) by michael
File length: 13965 byte(s)
Diff to previous 7996 , to selected 3168
- Store real host information in Client.realhost and extend the UID message to send the actual host.
  This allows operators to see the real host of a client in /whois and /whowas.

Revision 7996 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 13:17:39 2017 UTC (7 years ago) by michael
File length: 13895 byte(s)
Diff to previous 7954 , to selected 3168
- Rename get_client_name() to client_get_name()

Revision 7954 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 19:37:07 2017 UTC (7 years ago) by michael
File length: 13895 byte(s)
Diff to previous 7925 , to selected 3168
- Rename some functions in auth.c to comply with naming convention

Revision 7925 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:24 2016 UTC (7 years, 2 months ago) by michael
File length: 13895 byte(s)
Diff to previous 7913 , to selected 3168
- Update copyright years

Revision 7913 - (view) (annotate) - [select for diffs]
Modified Sun Nov 27 18:54:38 2016 UTC (7 years, 4 months ago) by michael
File length: 13895 byte(s)
Diff to previous 7667 , to selected 3168
- Style corrections

Revision 7667 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:36 2016 UTC (7 years, 8 months ago) by michael
File length: 13909 byte(s)
Diff to previous 7583 , to selected 3168
- Fixed svn properties

Revision 7583 - (view) (annotate) - [select for diffs]
Modified Wed Jun 1 19:01:33 2016 UTC (7 years, 9 months ago) by michael
File length: 13909 byte(s)
Diff to previous 7007 , to selected 3168
- token_vector(): use unsigned where appropriate

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (8 years, 2 months ago) by michael
File length: 13900 byte(s)
Diff to previous 6978 , to selected 3168
- Update copyright years

Revision 6978 - (view) (annotate) - [select for diffs]
Modified Tue Dec 22 17:54:47 2015 UTC (8 years, 3 months ago) by michael
File length: 13900 byte(s)
Diff to previous 6977 , to selected 3168
- auth.c: change start_auth_query() to void

Revision 6977 - (view) (annotate) - [select for diffs]
Modified Mon Dec 21 17:07:58 2015 UTC (8 years, 3 months ago) by michael
File length: 13942 byte(s)
Diff to previous 6914 , to selected 3168
- auth.c: fixed core on ident lookup if comm_open() fails

Revision 6914 - (view) (annotate) - [select for diffs]
Modified Tue Dec 8 16:48:19 2015 UTC (8 years, 3 months ago) by michael
File length: 13952 byte(s)
Diff to previous 6689 , to selected 3168
- auth.c:auth_connect_callback(): remove two pointless remove_ipv6_mapping() calls

Revision 6689 - (view) (annotate) - [select for diffs]
Modified Thu Oct 29 12:04:01 2015 UTC (8 years, 5 months ago) by michael
File length: 14010 byte(s)
Diff to previous 6477 , to selected 3168
- Rename variables for consistency

Revision 6477 - (view) (annotate) - [select for diffs]
Modified Thu Sep 3 14:02:36 2015 UTC (8 years, 6 months ago) by michael
File length: 14029 byte(s)
Diff to previous 6314 , to selected 3168
- auth.c: rename auth_pending_list to auth_list

Revision 6314 - (view) (annotate) - [select for diffs]
Modified Sat Aug 1 18:06:37 2015 UTC (8 years, 7 months ago) by michael
File length: 14069 byte(s)
Diff to previous 5901 , to selected 3168
- Make use of the *Flag() macros in some more places

Revision 5901 - (view) (annotate) - [select for diffs]
Modified Mon May 4 11:56:31 2015 UTC (8 years, 10 months ago) by michael
File length: 14057 byte(s)
Diff to previous 5889 , to selected 3168
- Style corrections

Revision 5889 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:32:43 2015 UTC (8 years, 10 months ago) by michael
File length: 14062 byte(s)
Diff to previous 5721 , to selected 3168
- auth.c: use C99-style array initialization

Revision 5721 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 11:50:46 2015 UTC (9 years ago) by michael
File length: 13904 byte(s)
Diff to previous 5496 , to selected 3168
- auth.c:auth_connect_callback(): saved a strlen(); hardened test of send()'s return value to
  ensure all bytes were sent

Revision 5496 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 18:07:48 2015 UTC (9 years, 1 month ago) by michael
File length: 13890 byte(s)
Diff to previous 5346 , to selected 3168
- auth.c:sendheader(): fixed compile warnings with -Wformat-security

Revision 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (9 years, 2 months ago) by michael
File length: 13884 byte(s)
Diff to previous 4866 , to selected 3168
- Update copyright years

Revision 4866 - (view) (annotate) - [select for diffs]
Modified Fri Nov 7 20:04:13 2014 UTC (9 years, 4 months ago) by michael
File length: 13884 byte(s)
Diff to previous 4863 , to selected 3168
- auth.c:start_auth_query(): removed archaic comment

Revision 4863 - (view) (annotate) - [select for diffs]
Modified Fri Nov 7 19:55:28 2014 UTC (9 years, 4 months ago) by michael
File length: 14106 byte(s)
Diff to previous 4861 , to selected 3168
- auth.c:auth_connect_callback(): use report_error() for reporting failed
  getsockname() or getpeername() calls

Revision 4861 - (view) (annotate) - [select for diffs]
Modified Fri Nov 7 19:50:33 2014 UTC (9 years, 4 months ago) by michael
File length: 14092 byte(s)
Diff to previous 4860 , to selected 3168
- auth.c: constifications

Revision 4860 - (view) (annotate) - [select for diffs]
Modified Fri Nov 7 17:19:50 2014 UTC (9 years, 4 months ago) by michael
File length: 14074 byte(s)
Diff to previous 4857 , to selected 3168
- auth.c:auth_connect_callback(): decreased size of 'authbuf'

Revision 4857 - (view) (annotate) - [select for diffs]
Modified Fri Nov 7 17:18:03 2014 UTC (9 years, 4 months ago) by michael
File length: 14074 byte(s)
Diff to previous 4853 , to selected 3168
- auth.c: constifications

Revision 4853 - (view) (annotate) - [select for diffs]
Modified Thu Nov 6 17:39:08 2014 UTC (9 years, 4 months ago) by michael
File length: 14030 byte(s)
Diff to previous 4816 , to selected 3168
- auth.c: constification

Revision 4816 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:29:49 2014 UTC (9 years, 4 months ago) by michael
File length: 14036 byte(s)
Diff to previous 4698 , to selected 3168
- Renamed variables

Revision 4698 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 15:28:13 2014 UTC (9 years, 5 months ago) by michael
File length: 14031 byte(s)
Diff to previous 4697 , to selected 3168
- auth.c:start_auth_query(): removed extraneous ilog(). report_error() already does the logging

Revision 4697 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 15:23:34 2014 UTC (9 years, 5 months ago) by michael
File length: 14143 byte(s)
Diff to previous 4589 , to selected 3168
- auth.c:timeout_auth_queries_event(): removed logging

Revision 4589 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:21 2014 UTC (9 years, 7 months ago) by michael
File length: 14240 byte(s)
Diff to previous 4564 , to selected 3168
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (9 years, 7 months ago) by michael
File length: 14256 byte(s)
Diff to previous 4463 , to selected 3168
- Update GPL 2 license headers

Revision 4463 - (view) (annotate) - [select for diffs]
Modified Wed Aug 13 17:26:13 2014 UTC (9 years, 7 months ago) by michael
File length: 14252 byte(s)
Diff to previous 4462 , to selected 3168
- Removed CNCB typedef

Revision 4462 - (view) (annotate) - [select for diffs]
Modified Wed Aug 13 17:08:22 2014 UTC (9 years, 7 months ago) by michael
File length: 14230 byte(s)
Diff to previous 4414 , to selected 3168
- Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out
  a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really
  has to be a 'fde_t' pointer.
- Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.

Revision 4414 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 14:06:08 2014 UTC (9 years, 7 months ago) by michael
File length: 14211 byte(s)
Diff to previous 4409 , to selected 3168
- Removed ipv6 detection. We now assume all systems that run hybrid have
  ipv6 availability and sockaddr_storage.

Revision 4409 - (view) (annotate) - [select for diffs]
Modified Wed Aug 6 21:20:45 2014 UTC (9 years, 7 months ago) by michael
File length: 14655 byte(s)
Diff to previous 4341 , to selected 3168
- Fixed resolver/auth issues with too long hostnames

Revision 4341 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:48 2014 UTC (9 years, 7 months ago) by michael
File length: 14646 byte(s)
Diff to previous 4310 , to selected 3168
- Renamed structures to meet code conventions

Revision 4310 - (view) (annotate) - [select for diffs]
Modified Tue Jul 29 17:25:16 2014 UTC (9 years, 8 months ago) by michael
File length: 14648 byte(s)
Diff to previous 4188 , to selected 3168
- Backported auth code related cleanups from newio branch

Revision 4188 - (view) (annotate) - [select for diffs]
Modified Mon Jul 7 18:29:35 2014 UTC (9 years, 8 months ago) by michael
File length: 15151 byte(s)
Diff to previous 4109 , to selected 3168
- Don't add/remove unregistered connections to/from global_client_list

Revision 4109 - (view) (annotate) - [select for diffs]
Modified Mon Jun 30 21:02:18 2014 UTC (9 years, 8 months ago) by michael
File length: 15208 byte(s)
Diff to previous 4095 , to selected 3168
- Allow [ in usernames

Revision 4095 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 11:51:22 2014 UTC (9 years, 9 months ago) by michael
File length: 15221 byte(s)
Diff to previous 3564 , to selected 3168
- Merged Adam's event system rewrite

Revision 3564 - (view) (annotate) - [select for diffs]
Modified Fri May 16 14:01:06 2014 UTC (9 years, 10 months ago) by michael
File length: 15098 byte(s)
Diff to previous 3377 , to selected 3168
- auth.c: constification

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (9 years, 11 months ago) by michael
File length: 15092 byte(s)
Copied from: ircd-hybrid/trunk/src/s_auth.c revision 3322
Diff to previous 3324 , to selected 3168
- Create 8.2.x branch

Revision 3324 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:18:07 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/auth.c
File length: 15092 byte(s)
Copied from: ircd-hybrid/trunk/src/s_auth.c revision 3322
Diff to previous 3322 , to selected 3168
- Moved s_auth.c to auth.c

Revision 3322 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:11:11 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15096 byte(s)
Diff to previous 3274 , to selected 3168
- Moved irc_res.c to res.c
- Moved irc_reslib.c to reslib.c

Revision 3274 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 12:22:23 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15100 byte(s)
Diff to previous 3250 , to selected 3168
- Clean up redundant/unused header includes

Revision 3250 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 20:47:30 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15118 byte(s)
Diff to previous 3168
- Fixed inconsistent style in several places

Revision 3168 - (view) (annotate) - [selected]
Modified Sat Mar 15 23:46:08 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15131 byte(s)
Diff to previous 2929
- s_auth.c: made sendheader macro use sendto_one_notice()

Revision 2929 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 23:14:08 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15256 byte(s)
Diff to previous 2916 , to selected 3168
- s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_list
  traversals. Patch provided by Adam.

Revision 2916 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:09:18 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15212 byte(s)
Diff to previous 2181 , to selected 3168
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2181 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 11:03:41 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15207 byte(s)
Diff to previous 1798 , to selected 3168
- Fixed debug assertion being triggered on ident lookup
  as reported by Stuart Walsh

Revision 1798 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 17:09:50 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15559 byte(s)
Diff to previous 1654 , to selected 3168
- Cleanup/reorganize header file layout
- Fixed naming convention in some places

Revision 1654 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 19:39:37 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15561 byte(s)
Diff to previous 1592 , to selected 3168
- Implemented memory pool allocator which basically is taken from Tor's
  mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15549 byte(s)
Diff to previous 1309 , to selected 3168
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/s_auth.c
File length: 15549 byte(s)
Diff to previous 1247 , to selected 3168
- renaming files:

  ircd_parser.y -> conf_parser.y
  ircd_lexer.l  -> conf_lexer.l
  s_conf.c      -> conf.c
  s_conf.h      -> conf.h
  s_log.c       -> log.c
  s_log.h       -> log.h

Revision 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (12 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/s_auth.c
File length: 15552 byte(s)
Diff to previous 1243 , to selected 3168
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/s_auth.c
File length: 15532 byte(s)
Diff to previous 1241 , to selected 3168
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
  remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there

Revision 1241 - (view) (annotate) - [select for diffs]
Modified Thu Sep 29 20:26:09 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/s_auth.c
File length: 15552 byte(s)
Diff to previous 1156 , to selected 3168
- move firsttime, since, and lasttime Client struct members to LocalUser struct
- m_watch.c: show_watch() now properly reports signon times. This also fixes
  an invalid signon time of zero for remote clients.

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/s_auth.c
File length: 15479 byte(s)
Diff to previous 1155 , to selected 3168
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/src/s_auth.c
File length: 15479 byte(s)
Diff to previous 1124 , to selected 3168
- recreate "trunk"

Revision 1124 - (view) (annotate) - [select for diffs]
Modified Mon Feb 7 11:45:27 2011 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/src/s_auth.c
File length: 15479 byte(s)
Diff to previous 1032 , to selected 3168
- replace several ircsprintf with snprintf

Revision 1032 - (view) (annotate) - [select for diffs]
Modified Thu Dec 3 18:45:37 2009 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_auth.c
File length: 15511 byte(s)
Diff to previous 1029 , to selected 3168
- fixed compile errors as reported by Peter Evans

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_auth.c
File length: 15512 byte(s)
Diff to previous 1028 , to selected 3168
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid/src/s_auth.c
File length: 15512 byte(s)
Diff to previous 1013 , to selected 3168
- move ircd-hybrid-7.2 to trunk

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 15512 byte(s)
Diff to previous 1011 , to selected 3168
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 15542 byte(s)
Diff to previous 1001 , to selected 3168
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1001 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 22:44:44 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 15587 byte(s)
Diff to previous 1000 , to selected 3168
- remove half done and broken win32 support

Revision 1000 - (view) (annotate) - [select for diffs]
Modified Mon Aug 24 13:37:39 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 15712 byte(s)
Diff to previous 998 , to selected 3168
- timeout_auth_queries_event(): don't try to close auth->fd twice

Revision 998 - (view) (annotate) - [select for diffs]
Modified Sun Aug 23 12:43:17 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 15684 byte(s)
Diff to previous 992 , to selected 3168
- change resolver/auth to use balloc memory pool
- ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise
  recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks
  with a host that needs to be resolved on the very first configuration read.

Revision 992 - (view) (annotate) - [select for diffs]
Modified Mon Aug 17 19:19:16 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 15448 byte(s)
Diff to previous 896 , to selected 3168
- fix possible auth/dns related memleaks

Revision 896 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 08:54:09 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 17819 byte(s)
Diff to previous 696 , to selected 3168
- Killed s_stats.c

Revision 696 - (view) (annotate) - [select for diffs]
Modified Wed Jun 21 07:52:16 2006 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 17845 byte(s)
Diff to previous 664 , to selected 3168
- Fixed small memory leak in delete_auth()

Revision 664 - (view) (annotate) - [select for diffs]
Modified Sat Jun 10 14:34:01 2006 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 17744 byte(s)
Diff to previous 650 , to selected 3168
- Fixed compile error in s_auth.c

Revision 650 - (view) (annotate) - [select for diffs]
Modified Thu Jun 8 07:00:17 2006 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 17752 byte(s)
Diff to previous 397 , to selected 3168
- Fixed bug that would exit unknown clients in check_unknowns_list() that are
  still processing auth/dns queries.
  Basically check_unknowns_list() should only exit clients that have finished
  auth/dns and didn't send a NICK/USER combination since they have been
  released from auth.

  Reported by ThaPrince.

Revision 397 - (view) (annotate) - [select for diffs]
Modified Fri Feb 3 22:08:10 2006 UTC (18 years, 1 month ago) by nenolod
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 17632 byte(s)
Diff to previous 34 , to selected 3168
MFC r396 from ircd-hybrid 7.3 (s_auth.c reliability fixes)

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 17147 byte(s)
Diff to previous 33 , to selected 3168
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/s_auth.c
File length: 17147 byte(s)
Diff to previous 32 , to selected 3168
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/s_auth.c
File length: 17147 byte(s)
Diff to previous 31 , to selected 3168
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/s_auth.c
File length: 17147 byte(s)
Diff to previous 30 , to selected 3168
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid/src/s_auth.c
File length: 17198 byte(s)
Diff to selected 3168
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a