Bryan Drewery
|
d6ff6e63f2
* Only add SIZE_[PACK|CONF] to skip_bytes if we are writing them
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
a1548a04fa
* Need to actually copy data from 'f' to 'newbin->f' if we aren't writing PACK|CONF
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
e24e9c25b0
* Added code to check if an update binary is initialized or not
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
2b711800b9
* Binary writing is now a bit faster as the hash is calculated on the fly now.
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
2488b74c5b
* Fixed binary getting an excess of 1-15 bytes during write.
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
9ebcdaed6b
* Fixed bots not updating/restarting correctly (being killed before finishing process of restart/update)
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
7a5c32eb81
* Removed strncpyz and am now using OpenBSD's strlcpy()
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
7a80c85bf4
* No longer enforcing $binpath/$binname when using -C.
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
5130efa1de
* Added compat functions to read in a config file if a new binary's struct size if
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
f61c4f54a0
* Fixed ipv6 ips being wiped from the config binaries
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
df79d72a21
* Moved host/ip buffers in conf_bot to conf_bot.conf_net
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
8371239952
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
386b447ca2
* Removed the hacks for 1.1.9->1.2 which include:
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
dc75f1e092
* Using custom calloc/realloc functions now to check for failed allocations
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
d99cf4f414
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
20b1258be5
* Don't use -march=486
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
b4190813a8
* The -2/-0 doesn't work right, will fix later
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
e7b7cbdb45
* Some hacks so updating from 1.1.9->1.2.0 will read in the conf file
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
52289087b8
* After changing conf with -C, binary is now moved to binpath/binname.
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
5fecc94dd5
* Huge commit that introduces countless bugs I'm sure.
|
%!s(int64=21) %!d(string=hai) anos |
Bryan Drewery
|
bfebdcb803
* Fixed another c++ error
|
%!s(int64=22) %!d(string=hai) anos |
Bryan Drewery
|
7301217361
* Changed some more mkstemp()s to Tempfile
|
%!s(int64=22) %!d(string=hai) anos |
Bryan Drewery
|
012b1fb047
|
%!s(int64=22) %!d(string=hai) anos |
Bryan Drewery
|
03d098da24
* C++ compile warning fixes (Still compat with C)
|
%!s(int64=22) %!d(string=hai) anos |
Bryan Drewery
|
3164cd2ac8
* Casted memory allocations, c++ requires it
|
%!s(int64=22) %!d(string=hai) anos |
Bryan Drewery
|
21c030d791
* Fixed some bugs with the new conf/binary loading
|
%!s(int64=22) %!d(string=hai) anos |
Bryan Drewery
|
8830f7402c
* Changed the update code around to write_settings() now
|
%!s(int64=22) %!d(string=hai) anos |
Bryan Drewery
|
e1e4cbe0d8
* More work on storing conf settings in binary
|
%!s(int64=22) %!d(string=hai) anos |
Bryan Drewery
|
8e55bb000d
* Added struct fields for conf
|
%!s(int64=22) %!d(string=hai) anos |
Bryan Drewery
|
ffde807dc6
* Some ISO C fixes
|
%!s(int64=22) %!d(string=hai) anos |