Skip to main content

Timeline for My first random password generator

Current License: CC BY-SA 4.0

21 events
when toggle format what by license comment
Aug 23, 2024 at 11:39 history edited Reinderien
edited tags
Oct 3, 2019 at 20:28 comment added Mooing Duck @PeterCordes: I swear I checked it three times before posting. But it doesn't seem to have been edited, so I must have lost my mind
Oct 3, 2019 at 11:25 comment added Peter Cordes @MooingDuck: I see a double-backslash \\ inside the double quoted string, so there's a backslash in the character literal. Or were you typing a space as special char?
Oct 3, 2019 at 8:54 comment added Mołot I know you're doing it only for excercise, but see Why shouldn't we roll our own? on security stack.
Oct 2, 2019 at 14:49 comment added Peter Cordes @Mast: this version does have some of the bug fixes pointed out in SO comments. (e.g. to_be_used is now initialized before the first strcat reads it. I would have used strcpy instead of zeroing that local on the stack and then using strcat. Or really I would have done what @Baldrickk suggests and not done any copying). But anyway, this is a repost with some of the bugs fixed. I guess still a crosspost but I was wondering why nobody was mentioning the things from the SO comments)
S Oct 2, 2019 at 14:14 history edited Toby Speight CC BY-SA 4.0
Minor typo
S Oct 2, 2019 at 14:14 history suggested ggorlen CC BY-SA 4.0
improve grammar/fix minor typos
Oct 2, 2019 at 14:04 review Suggested edits
S Oct 2, 2019 at 14:14
Oct 2, 2019 at 10:29 answer added Baldrickk timeline score: 6
Oct 1, 2019 at 22:23 answer added Roland Illig timeline score: 7
Oct 1, 2019 at 4:12 history became hot network question
Oct 1, 2019 at 3:00 history tweeted twitter.com/StackCodeReview/status/1178867308359507969
Oct 1, 2019 at 2:06 history edited Reinderien CC BY-SA 4.0
Don't highlight output
Oct 1, 2019 at 1:01 answer added Peter Jennings timeline score: 11
Sep 30, 2019 at 20:46 history edited user210517 CC BY-SA 4.0
added 102 characters in body
Sep 30, 2019 at 20:37 vote accept CommunityBot
Sep 30, 2019 at 20:33 answer added Reinderien timeline score: 29
Sep 30, 2019 at 20:26 comment added Zeta Welcome to CodeReview, maverick. Your code is currently not platform independent due to the use of srandom and random. If this is intended, please edit your post to include your target and host programming platform, as reviewers can add platform dependent notes. You might also add relevant tags. If you intended to create platform independent code, feel free to also edit your post to indicate this.
Sep 30, 2019 at 20:18 history edited Zeta CC BY-SA 4.0
edited tags; edited title
Sep 30, 2019 at 20:15 review First posts
Oct 1, 2019 at 1:16
Sep 30, 2019 at 20:11 history asked user210517 CC BY-SA 4.0