ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/auth.h
Revision 7955 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 19:38:05 2017 UTC (8 years, 5 months ago) by michael
File length: 2442 byte(s)
Diff to previous 7924
- Rename some functions in auth.c to comply with naming convention

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (8 years, 7 months ago) by michael
File length: 2442 byte(s)
Diff to previous 7668
- Update copyright years

Revision 7668 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:49 2016 UTC (9 years, 1 month ago) by michael
File length: 2442 byte(s)
Diff to previous 7330
- Fixed svn properties

Revision 7330 - (view) (annotate) - [select for diffs]
Modified Fri Feb 19 17:50:13 2016 UTC (9 years, 6 months ago) by michael
File length: 2442 byte(s)
Diff to previous 7006
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
  we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
  doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
  forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
  associated with it.

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (9 years, 7 months ago) by michael
File length: 2442 byte(s)
Diff to previous 6347
- Update copyright years

Revision 6347 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 17:44:39 2015 UTC (10 years ago) by michael
File length: 2442 byte(s)
Diff to previous 6345
- Make use of enum in more places

Revision 6345 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 17:23:26 2015 UTC (10 years ago) by michael
File length: 2436 byte(s)
Diff to previous 6315
- Cleanup/fix names of several #ifndef INCLUDED_*

Revision 6315 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 14:50:08 2015 UTC (10 years ago) by michael
File length: 2440 byte(s)
Diff to previous 5347
- Make use of enums some more

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (10 years, 7 months ago) by michael
File length: 2443 byte(s)
Diff to previous 4565
- Update copyright years

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 2443 byte(s)
Diff to previous 4445
- Update GPL 2 license headers

Revision 4445 - (view) (annotate) - [select for diffs]
Modified Sat Aug 9 19:07:40 2014 UTC (11 years ago) by michael
File length: 2439 byte(s)
Diff to previous 4309
- auth.h: update documentation

Revision 4309 - (view) (annotate) - [select for diffs]
Modified Tue Jul 29 17:24:25 2014 UTC (11 years ago) by michael
File length: 2395 byte(s)
Diff to previous 4245
- Backported auth code related cleanups from newio branch

Revision 4245 - (view) (annotate) - [select for diffs]
Modified Thu Jul 17 19:15:05 2014 UTC (11 years, 1 month ago) by michael
File length: 2142 byte(s)
Diff to previous 3324
- auth.h, s_bsd.h: removed unused function declarations

Revision 3324 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:18:07 2014 UTC (11 years, 4 months ago) by michael
File length: 2248 byte(s)
Copied from: ircd-hybrid/trunk/include/s_auth.h revision 3318
Diff to previous 3092
- Moved s_auth.c to auth.c

Revision 3092 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 19:17:39 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_auth.h
File length: 2250 byte(s)
Diff to previous 2929
- s_auth.h: made 'flags' an unsigned int type

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

Revision 2865 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 14:35:22 2014 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_auth.h
File length: 2139 byte(s)
Diff to previous 2181
- 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 (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_auth.h
File length: 2131 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 (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_auth.h
File length: 2143 byte(s)
Diff to previous 1592
- Cleanup/reorganize header file layout
- Fixed naming convention in some places

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_auth.h
File length: 2165 byte(s)
Diff to previous 1156
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/include/s_auth.h
File length: 2165 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 (14 years ago) by michael
Original Path: ircd-hybrid/include/s_auth.h
File length: 2165 byte(s)
Diff to previous 1029
- recreate "trunk"

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_auth.h
File length: 2165 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 (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/include/s_auth.h
File length: 2165 byte(s)
Diff to previous 998
- move ircd-hybrid-7.2 to trunk

Revision 998 - (view) (annotate) - [select for diffs]
Modified Sun Aug 23 12:43:17 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2/include/s_auth.h
File length: 2165 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 (16 years ago) by michael
Original Path: ircd-hybrid-7.2/include/s_auth.h
File length: 2382 byte(s)
Diff to previous 34
- fix possible auth/dns related memleaks

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/include/s_auth.h
File length: 2699 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 (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/s_auth.h
File length: 2699 byte(s)
Diff to previous 32
- svn:keywords

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

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/s_auth.h
File length: 2699 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 (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/include/s_auth.h
File length: 2749 byte(s)
- 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