Historia zmian

Autor SHA1 Wiadomość Data
  Bryan Drewery be4d02bd49 * Removed gethostbyname() dependency. This fixes Linux binary compatibility issues / crashes on startup. 16 lat temu
  Bryan Drewery 089e28ab59 * Rename sun to sock_un as solaris seems to have 'sun' as a reserved constant 16 lat temu
  Bryan Drewery 4c276b97af * socklen should be socklen_t 16 lat temu
  Bryan Drewery 55f1cb6886 * Fix regression in opening a listen port 16 lat temu
  Bryan Drewery 4729cd467e * Fix sun addrlen 16 lat temu
  Bryan Drewery c4bf758e57 * Cleanup some socket kills 16 lat temu
  Bryan Drewery 77f50c0e0d * Cleanup bot linking over unix domain socket 16 lat temu
  Bryan Drewery 4dca23e75f * Localhub now listens on the unix domain socket 16 lat temu
  Bryan Drewery d779e9dec9 * Link over unix domain socket to localhub 16 lat temu
  Bryan Drewery 1fb2fa96c9 * Fix const char* issues 17 lat temu
  Bryan Drewery 6579251b2b * Don't use heap for the ghost_write return buffer 17 lat temu
  Bryan Drewery e407df1289 * Only use oident for server connects, not for bot linking. 16 lat temu
  Bryan Drewery 972fc66c75 * Ensure buffer exists to prevent buffer[-1] writing 17 lat temu
  Bryan Drewery f486983be1 Merge branch 'EncryptedStream' 17 lat temu
  Bryan Drewery be77e04e8a Merge branch 'debundle-ssl' 17 lat temu
  Bryan Drewery 38710702b9 Merge branch 'misc-warnings' 17 lat temu
  Bryan Drewery dbe8361a21 * Remove all of the old SSL code (never has been used) 17 lat temu
  Bryan Drewery 49b50e25ab * Garble strings 17 lat temu
  Bryan Drewery c3f8e9ebbf * Convert socksfile reading to new EncryptedStream/String format 17 lat temu
  Bryan Drewery cc681da0a7 * my_atoul should use a const char* 17 lat temu
  Bryan Drewery f3be69ae07 * Make socksfile writing use EncryptedStream 17 lat temu
  Bryan Drewery 6a2cd6a029 Merge branch 'remove-egg-prefix' 17 lat temu
  Bryan Drewery 4fcb2503a5 * Fix another overlap 17 lat temu
  Bryan Drewery 3fccf460bb * Remove unnecessary egg_ prefix from some function calls 17 lat temu
  Bryan Drewery 3c67f7c79e * Fix some overlapping strcpy() calls and replace with memmove() 17 lat temu
  Bryan Drewery 0d216b7aae * Ignore errors from bad write()/read()/fread() 17 lat temu
  Bryan Drewery 49f592a874 * Cleanup SALTS usage to try and prevent them from being saved in memory 17 lat temu
  Bryan Drewery 7af777c792 * Port [3899] to 1.2.16 from trunk 18 lat temu
  Bryan Drewery 5ce42e86f1 * Cleanup more bounds checking via: strlcat, strlcpy, snprintf 18 lat temu
  Bryan Drewery bc47d5d151 * Cleanup some of the time_t mess 18 lat temu