summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2009-12-07Add free_reversepath_list().Michael Adam
2009-12-07Add a reversepath argument to reversepath_get().Michael Adam
2009-12-07Add reversepath_list parameter to reversepath_add.Michael Adam
2009-12-07upstream: add free_upstream_list ()Michael Adam
2009-12-07upstream: Add upstream list parameter to upstream_get()Michael Adam
2009-12-07upstream: add upstream list parameter to upstream_add()Michael Adam
2009-12-06move handling of upstream list to new module upstream.{c,h}Michael Adam
2009-12-06upstream: refactor assembly of upstream out of upstream_addMichael Adam
2009-12-06main/conf: add maxidletimeout to initialize_config_defaultsMichael Adam
2009-12-06main: fix tab -> spacesMichael Adam
2009-12-06conf: move setting of default stathost to initialize_config_defaults()Michael Adam
2009-12-06conf: fix tab->spacesMichael Adam
2009-12-06conf: allow set_string_arg to overwrite previous values (i.e. don't leak)Michael Adam
2009-12-06main: use safestrdup instead of strdup in process_cmdlineMichael Adam
2009-12-04Use capitalized name in error messagesMukund Sivaraman
2009-11-17acl: split initialization of the access_list out into a functionMichael Adam
2009-11-17Use NULL for pointersMukund Sivaraman
2009-11-16set_string_arg: Remove unneccesary check for determining the return code.Michael Adam
2009-11-17Remove excessive copyingMukund Sivaraman
2009-11-17Make position into an enumMukund Sivaraman
2009-11-17Use snprintf() with size of the portstr bufMukund Sivaraman
2009-11-16Fix format string warningsMathew Mrosko
2009-11-14Fix typo in log stringMukund Sivaraman
2009-11-14conf: refactor loading of config file out into load_config_file()Michael Adam
2009-11-14main: add a config struct argument to process_cmdline.Michael Adam
2009-11-14main: put initialization of config defaults into a function of its ownMichael Adam
2009-11-14extract setup of the logging subsystem into a function of its own.Michael Adam
2009-11-14main: move initialization of default config values closer togetherMichael Adam
2009-11-10daemon.c: fix #if NDEBUG --> #ifdef NDEBUGMichael Adam
2009-11-10intentation: convert a tab to spacesMichael Adam
2009-11-10conf: fix reverspath parsing: the string in the 2nd arg is actually the inner...Michael Adam
2009-11-10conf: make the WS optional too, before the optional 2nd argument to reversepathMichael Adam
2009-11-10conf: fix ipv6 regex patterns, take threeMichael Adam
2009-11-10Fix a segfault in insert_acl and checks against string-type aclsMichael Adam
2009-11-09conf: fix the IPV6 regex patterns, take twoMichael Adam
2009-11-09conf: fix the IPV6 regex patternsMichael Adam
2009-11-09Close listenfd upon errorsMukund Sivaraman
2009-11-09Fix validation of IPv6 addressesMukund Sivaraman
2009-11-09Add IPV6 support to listen_sock()Mukund Sivaraman
2009-10-25propagate reload of filter file to child procs by sending HUP signalsMichael Adam
2009-10-25Change child_kill_children() to take the signal as an argument.Michael Adam
2009-10-25child: handle SIGHUP in the child by reloading the filter fileMichael Adam
2009-10-25use new filter_reload() in child_main_loop()Michael Adam
2009-10-25filter: add function filter_reload()Michael Adam
2009-10-11Don't add "Via:" header when DisableViaHeader == Yes.Michael Adam
2009-10-11Add a boolean config option "DisableViaHeader".Michael Adam
2009-10-10acl: Fix "comparison between signed and unsigned" warning on 32bitMichael Adam
2009-10-10Use size_t not ssize_t for len argument. This is always >= 0.Michael Adam
2009-10-09Use ssize_t for len argumentMukund Sivaraman
2009-10-07add muks' and my (C) to the main.c boilerplate comment.Michael Adam