ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/tools/mkpasswd.c
Revision 10208 - (view) (annotate) - [select for diffs]
Modified Mon Jul 18 05:42:11 2022 UTC (20 months, 1 week ago) by michael
File length: 8361 byte(s)
Diff to previous 9957 , to selected 6572
- mkpasswd.c: make sure plaintext isn't NULL when passing it to crypt()

Revision 9957 - (view) (annotate) - [select for diffs]
Modified Sun May 23 15:13:15 2021 UTC (2 years, 10 months ago) by michael
File length: 8240 byte(s)
Diff to previous 8946 , to selected 6572
- mkpasswd.c: define _XOPEN_SOURCE for glibc 2.27 and below

Revision 8946 - (view) (annotate) - [select for diffs]
Modified Tue Apr 30 15:39:25 2019 UTC (4 years, 10 months ago) by michael
File length: 8218 byte(s)
Diff to previous 8436 , to selected 6572
- mkpasswd.c: remove crypt() redeclaration

Revision 8436 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:04:53 2018 UTC (6 years ago) by michael
File length: 8242 byte(s)
Diff to previous 7667 , to selected 6572
- Stylistic changes

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: 8275 byte(s)
Diff to previous 7329 , to selected 6572
- Fixed svn properties

Revision 7329 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 21:07:50 2016 UTC (8 years, 1 month ago) by michael
File length: 8275 byte(s)
Diff to previous 6589 , to selected 6572
- 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 6589 - (view) (annotate) - [select for diffs]
Modified Wed Oct 21 18:44:03 2015 UTC (8 years, 5 months ago) by michael
File length: 8266 byte(s)
Diff to previous 6588 , to selected 6572
- mkpasswd.c: remove MD5 support as well; reformatting
- Update README.mkpasswd

Revision 6588 - (view) (annotate) - [select for diffs]
Modified Wed Oct 21 18:03:47 2015 UTC (8 years, 5 months ago) by michael
File length: 9447 byte(s)
Diff to previous 6583 , to selected 6572
- mkpasswd.c: use EXIT_SUCCESS/EXIT_FAILURE

Revision 6583 - (view) (annotate) - [select for diffs]
Modified Tue Oct 20 18:56:14 2015 UTC (8 years, 5 months ago) by michael
File length: 9337 byte(s)
Diff to previous 6572
- mkpasswd.c: removed (Extended)DES support

Revision 6572 - (view) (annotate) - [selected]
Modified Sun Oct 18 16:58:57 2015 UTC (8 years, 5 months ago) by michael
File length: 11599 byte(s)
Diff to previous 6244
- Fixed broken bcrypt on (Open)BSD in conjunction with the -s and -l switches

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

Revision 6243 - (view) (annotate) - [select for diffs]
Modified Thu Jul 9 11:18:55 2015 UTC (8 years, 8 months ago) by michael
File length: 11321 byte(s)
Diff to previous 6241 , to selected 6572
- mkpasswd.c: don't allow 'length' and 'rounds' to become -ve

Revision 6241 - (view) (annotate) - [select for diffs]
Modified Wed Jul 8 14:41:26 2015 UTC (8 years, 8 months ago) by michael
File length: 11257 byte(s)
Diff to previous 5874 , to selected 6572
- mkpasswd.c: properly deal with crypt() returning NULL. Fixes core as reported by falsovsky.

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

Revision 5009 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 14:37:06 2014 UTC (9 years, 3 months ago) by michael
File length: 11140 byte(s)
Diff to previous 3377 , to selected 6572
- mkpasswd.c: removed extraneous parentheses

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: 11144 byte(s)
Diff to previous 3126 , to selected 6572
- Create 8.2.x branch

Revision 3126 - (view) (annotate) - [select for diffs]
Modified Sun Mar 9 20:10:33 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/tools/mkpasswd.c
File length: 11144 byte(s)
Diff to previous 3125 , to selected 6572
- 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 (10 years ago) by michael
Original Path: ircd-hybrid/trunk/tools/mkpasswd.c
File length: 11172 byte(s)
Diff to previous 3073 , to selected 6572
- mkpasswd.c: cosmetical fixes

Revision 3073 - (view) (annotate) - [select for diffs]
Modified Thu Feb 27 20:05:26 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/tools/mkpasswd.c
File length: 11170 byte(s)
Diff to previous 2265 , to selected 6572
- mkpasswd.c:main(): constification

Revision 2265 - (view) (annotate) - [select for diffs]
Modified Mon Jun 17 19:22:23 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/tools/mkpasswd.c
File length: 11151 byte(s)
Diff to previous 2222 , to selected 6572
- tools/mkpasswd.c: replace another sprintf() with snprintf()

Revision 2222 - (view) (annotate) - [select for diffs]
Modified Mon Jun 10 19:34:04 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/tools/mkpasswd.c
File length: 11135 byte(s)
Diff to previous 1592 , to selected 6572
- mkpasswd.c: replace all sprintf() with snprintf()

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/tools/mkpasswd.c
File length: 11615 byte(s)
Diff to previous 1578 , to selected 6572
- 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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/tools/mkpasswd.c
File length: 11615 byte(s)
Diff to previous 1272 , to selected 6572
- mkpasswd.c: constifications

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

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/tools/mkpasswd.c
File length: 11479 byte(s)
Diff to previous 1155 , to selected 6572
- 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/tools/mkpasswd.c
File length: 11479 byte(s)
Diff to previous 1029 , to selected 6572
- recreate "trunk"

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/tools/mkpasswd.c
File length: 11479 byte(s)
Diff to previous 1028 , to selected 6572
- 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/tools/mkpasswd.c
File length: 11479 byte(s)
Diff to previous 952 , to selected 6572
- move ircd-hybrid-7.2 to trunk

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

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/tools/mkpasswd.c
File length: 8894 byte(s)
Diff to previous 33 , to selected 6572
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/tools/mkpasswd.c
File length: 8894 byte(s)
Diff to previous 32 , to selected 6572
- 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/tools/mkpasswd.c
File length: 8894 byte(s)
Diff to previous 31 , to selected 6572
- 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/tools/mkpasswd.c
File length: 8894 byte(s)
Diff to previous 30 , to selected 6572
- 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/tools/mkpasswd.c
File length: 8946 byte(s)
Diff to selected 6572
- 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