ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/tools/mkpasswd.c
Revision 9958 - (view) (annotate) - [select for diffs]
Modified Sun May 23 15:13:42 2021 UTC (5 years, 1 month ago) by michael
File length: 8240 byte(s)
Diff to previous 8947
- mkpasswd.c: define _XOPEN_SOURCE for glibc 2.27 and below

Revision 8947 - (view) (annotate) - [select for diffs]
Modified Tue Apr 30 15:39:46 2019 UTC (7 years, 2 months ago) by michael
File length: 8218 byte(s)
Diff to previous 8437
- mkpasswd.c: remove crypt() redeclaration

Revision 8437 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:05:34 2018 UTC (8 years, 3 months ago) by michael
File length: 8242 byte(s)
Diff to previous 7668
- Stylistic changes

Revision 7668 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:49 2016 UTC (10 years ago) by michael
File length: 8275 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 (10 years, 5 months ago) by michael
File length: 8275 byte(s)
Diff to previous 6590
- 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 6590 - (view) (annotate) - [select for diffs]
Modified Wed Oct 21 18:44:32 2015 UTC (10 years, 9 months ago) by michael
File length: 8266 byte(s)
Diff to previous 6587
- mkpasswd.c: remove MD5 support as well; reformatting
- Update README.mkpasswd

Revision 6587 - (view) (annotate) - [select for diffs]
Modified Wed Oct 21 18:03:01 2015 UTC (10 years, 9 months ago) by michael
File length: 9447 byte(s)
Diff to previous 6582
- mkpasswd.c: use EXIT_SUCCESS/EXIT_FAILURE

Revision 6582 - (view) (annotate) - [select for diffs]
Modified Tue Oct 20 18:55:49 2015 UTC (10 years, 9 months ago) by michael
File length: 9337 byte(s)
Diff to previous 6571
- mkpasswd.c: removed (Extended)DES support

Revision 6571 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 16:58:34 2015 UTC (10 years, 9 months ago) by michael
File length: 11599 byte(s)
Diff to previous 6245
- Fixed broken bcrypt on (Open)BSD in conjunction with the -s and -l switches

Revision 6245 - (view) (annotate) - [select for diffs]
Modified Thu Jul 9 11:42:51 2015 UTC (11 years ago) by michael
File length: 11595 byte(s)
Diff to previous 6242
- README.mkpasswd, mkpasswd.c: spelling fixes; use 'unsigned' and 'const' where possible; style corrections

Revision 6242 - (view) (annotate) - [select for diffs]
Modified Thu Jul 9 11:18:42 2015 UTC (11 years ago) by michael
File length: 11321 byte(s)
Diff to previous 6240
- mkpasswd.c: don't allow 'length' and 'rounds' to become -ve

Revision 6240 - (view) (annotate) - [select for diffs]
Modified Wed Jul 8 14:40:58 2015 UTC (11 years ago) by michael
File length: 11257 byte(s)
Diff to previous 5875
- mkpasswd.c: properly deal with crypt() returning NULL. Fixes core as reported by falsovsky.

Revision 5875 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 11:09:28 2015 UTC (11 years, 2 months ago) by michael
File length: 11138 byte(s)
Diff to previous 5008
- Style corrections; removed trailing whitespaces

Revision 5008 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 14:36:44 2014 UTC (11 years, 7 months ago) by michael
File length: 11140 byte(s)
Diff to previous 3126
- mkpasswd.c: removed extraneous parentheses

Revision 3126 - (view) (annotate) - [select for diffs]
Modified Sun Mar 9 20:10:33 2014 UTC (12 years, 4 months ago) by michael
File length: 11144 byte(s)
Diff to previous 3125
- mkpasswd.c: mkpasswd now defaults to MD5 instead of DES

Revision 3125 - (view) (annotate) - [select for diffs]
Modified Sun Mar 9 20:06:46 2014 UTC (12 years, 4 months ago) by michael
File length: 11172 byte(s)
Diff to previous 3073
- mkpasswd.c: cosmetical fixes

Revision 3073 - (view) (annotate) - [select for diffs]
Modified Thu Feb 27 20:05:26 2014 UTC (12 years, 4 months ago) by michael
File length: 11170 byte(s)
Diff to previous 2265
- mkpasswd.c:main(): constification

Revision 2265 - (view) (annotate) - [select for diffs]
Modified Mon Jun 17 19:22:23 2013 UTC (13 years, 1 month ago) by michael
File length: 11151 byte(s)
Diff to previous 2222
- tools/mkpasswd.c: replace another sprintf() with snprintf()

Revision 2222 - (view) (annotate) - [select for diffs]
Modified Mon Jun 10 19:34:04 2013 UTC (13 years, 1 month ago) by michael
File length: 11135 byte(s)
Diff to previous 1592
- mkpasswd.c: replace all sprintf() with snprintf()

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (13 years, 8 months ago) by michael
File length: 11615 byte(s)
Diff to previous 1578
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1578 - (view) (annotate) - [select for diffs]
Modified Thu Oct 18 16:34:52 2012 UTC (13 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/tools/mkpasswd.c
File length: 11615 byte(s)
Diff to previous 1272
- mkpasswd.c: constifications

Revision 1272 - (view) (annotate) - [select for diffs]
Modified Sun Jan 29 13:29:59 2012 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/tools/mkpasswd.c
File length: 11481 byte(s)
Diff to previous 1156
- Update mkpasswd documentation

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

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

Revision 952 - (view) (annotate) - [select for diffs]
Modified Sun Jul 26 18:43:01 2009 UTC (16 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/tools/mkpasswd.c
File length: 11479 byte(s)
Diff to previous 34
- added support for sha256/sha512 to mkpasswd

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

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

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/tools/mkpasswd.c
File length: 8894 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 (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/tools/mkpasswd.c
File length: 8946 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