ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/src/s_auth.c
Revision 2424 - (view) (annotate) - [select for diffs]
Modified Sun Jul 28 17:18:24 2013 UTC (10 years, 8 months ago) by michael
File length: 16666 byte(s)
Diff to previous 2415
- ioengine changes as of 28JUL13

Revision 2415 - (view) (annotate) - [select for diffs]
Modified Sun Jul 21 14:33:22 2013 UTC (10 years, 8 months ago) by michael
File length: 16886 byte(s)
Diff to previous 2408
- ioengine changes as of 21JUL13

Revision 2408 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 19:57:58 2013 UTC (10 years, 9 months ago) by michael
File length: 16879 byte(s)
Diff to previous 2407
- ioengine changes as of 18JUL13

Revision 2407 - (view) (annotate) - [select for diffs]
Modified Wed Jul 17 20:29:02 2013 UTC (10 years, 9 months ago) by michael
File length: 16948 byte(s)
Diff to previous 2406
- ioengine changes as of 17JUL13

Revision 2406 - (view) (annotate) - [select for diffs]
Modified Tue Jul 16 21:44:45 2013 UTC (10 years, 9 months ago) by michael
File length: 17409 byte(s)
Diff to previous 2396
- ioengine changes as of 16JUL13

Revision 2396 - (view) (annotate) - [select for diffs]
Modified Mon Jul 15 19:51:03 2013 UTC (10 years, 9 months ago) by michael
File length: 16672 byte(s)
Diff to previous 2392
- ioengine changes as of 15JUL13

Revision 2392 - (view) (annotate) - [select for diffs]
Modified Sat Jul 13 22:13:28 2013 UTC (10 years, 9 months ago) by michael
File length: 16702 byte(s)
Diff to previous 2390
- ioengine changes as of 14JUL13

Revision 2390 - (view) (annotate) - [select for diffs]
Modified Wed Jul 10 19:55:23 2013 UTC (10 years, 9 months ago) by michael
File length: 17094 byte(s)
Diff to previous 2381
- ioengine changes

Revision 2381 - (view) (annotate) - [select for diffs]
Modified Sat Jul 6 16:22:05 2013 UTC (10 years, 9 months ago) by michael
File length: 15207 byte(s)
Diff to previous 2181
- Add NEWIO branch

Revision 2181 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 11:03:41 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15207 byte(s)
Diff to previous 1798
- 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 (11 years ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15559 byte(s)
Diff to previous 1654
- 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, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_auth.c
File length: 15561 byte(s)
Diff to previous 1592
- 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
- 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
- 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, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/s_auth.c
File length: 15552 byte(s)
Diff to previous 1243
- 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
- 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
- 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, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/s_auth.c
File length: 15479 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

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

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

Revision 1032 - (view) (annotate) - [select for diffs]
Modified Thu Dec 3 18:45:37 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_auth.c
File length: 15511 byte(s)
Diff to previous 1029
- 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, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/src/s_auth.c
File length: 15512 byte(s)
Diff to previous 1028
- 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, 5 months ago) by michael
Original Path: ircd-hybrid/src/s_auth.c
File length: 15512 byte(s)
Diff to previous 1013
- 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, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 15512 byte(s)
Diff to previous 1011
- 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, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 15542 byte(s)
Diff to previous 1001
- 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
- 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
- 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
- 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, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 15448 byte(s)
Diff to previous 896
- fix possible auth/dns related memleaks

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

Revision 696 - (view) (annotate) - [select for diffs]
Modified Wed Jun 21 07:52:16 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 17845 byte(s)
Diff to previous 664
- 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, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 17744 byte(s)
Diff to previous 650
- 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, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 17752 byte(s)
Diff to previous 397
- 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, 2 months ago) by nenolod
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 17632 byte(s)
Diff to previous 34
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, 6 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/s_auth.c
File length: 17147 byte(s)
Diff to previous 33
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, 6 months ago) by knight
Original Path: ircd-hybrid/src/s_auth.c
File length: 17147 byte(s)
Diff to previous 32
- svn:keywords

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

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

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

(Current path doesn't exist after revision 9091)

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