Bryan Drewery
|
541098d21b
* Remove invalid and unneeded compatibility code
|
16 年之前 |
Bryan Drewery
|
140058387e
* Remove unneded int idx from stream_writeuserfile() stack
|
16 年之前 |
Bryan Drewery
|
398a82c36a
Merge branch 'fix-constness'
|
16 年之前 |
Bryan Drewery
|
bd8b84f985
* Fix crash when using too long hub nicks
|
16 年之前 |
Bryan Drewery
|
1fb2fa96c9
* Fix const char* issues
|
17 年之前 |
Bryan Drewery
|
75252f86c7
* Use salted_sha1cmp() for passowrd and cmdpass comparing
|
16 年之前 |
Bryan Drewery
|
4696a7652c
* Don't pass fileno(f) around to Stream, use the fd or filename only
|
17 年之前 |
Bryan Drewery
|
33182c59ae
* Delete failed temp userfiles
|
17 年之前 |
Bryan Drewery
|
e661530e61
* Fix userfile saving not using correct compat encryption
|
17 年之前 |
Bryan Drewery
|
6816bbf7e3
* If transfering a userfile, write out an old format
|
17 年之前 |
Bryan Drewery
|
f2b1897097
* Update for String::chomp() and Stream::writeFile()
|
17 年之前 |
Bryan Drewery
|
6a2cd6a029
Merge branch 'remove-egg-prefix'
|
17 年之前 |
Bryan Drewery
|
90da1207ef
* Update bdlib and change stream.printf calls to use String.printf instead
|
17 年之前 |
Bryan Drewery
|
ab7322e41f
* Cleanup use of bd::Stream for bd::String passing, and move all userfile writing to 1 function.
|
17 年之前 |
Bryan Drewery
|
54bc353106
* Misc compile errors
|
17 年之前 |
Bryan Drewery
|
e44719ee4f
* Use bd::Stream
|
17 年之前 |
Bryan Drewery
|
3bcb4da46f
* Now using EncryptedStream to write/save userfiles
|
20 年之前 |
Bryan Drewery
|
3fccf460bb
* Remove unnecessary egg_ prefix from some function calls
|
17 年之前 |
Bryan Drewery
|
fdddab0350
* Add salted_sha1() and remove obsoleted encrypt_pass()
|
17 年之前 |
Bryan Drewery
|
8c36aa4f84
* Fix conversion algorithm for password
|
17 年之前 |
Bryan Drewery
|
7473b413b6
* Cleanse the buffer used for the temporary salted pass
|
17 年之前 |
Bryan Drewery
|
aeda064846
* Set the first character of the salted pass to +
|
17 年之前 |
Bryan Drewery
|
5bf70d45e0
* Misc cleanup of pass_match code
|
17 年之前 |
Bryan Drewery
|
dda5009201
* Use the salt from their current password when comparing the given password
|
17 年之前 |
Bryan Drewery
|
5cdc6eee6d
* New userfile pass algorithm
|
17 年之前 |
Bryan Drewery
|
262e8d9f1e
* Rename TMPPASS to PASS1 and USERENTRY_PASS to PASS2
|
17 年之前 |
Bryan Drewery
|
0bf8d30382
* Add some more OPENSSL_cleanse() calls
|
17 年之前 |
Bryan Drewery
|
563b1dae1b
* Port [3961] to 1.2.16 from trunk
|
17 年之前 |
Bryan Drewery
|
e1c3bfb711
* Port [3938] to 1.2.16 from trunk
|
18 年之前 |
Bryan Drewery
|
805bbe81d2
* Port [3919] to 1.2.16 from trunk
|
18 年之前 |