Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-16 | Be more careful when checking for empty files | Zbigniew Jędrzejewski-Szmek | |
If we want to avoid reading a totally empty file, it seems better to check after we have opened the file, not before. | |||
2014-07-16 | Let config_parse open file where applicable | Zbigniew Jędrzejewski-Szmek | |
Special care is needed so that we get an error message if the file failed to parse, but not when it is missing. To avoid duplicating the same error check in every caller, add an additional 'warn' boolean to tell config_parse whether a message should be issued. This makes things both shorter and more robust wrt. to error reporting. | |||
2014-07-16 | resolved: do not free() sd_dhcp_lease_get_dns() results | Kay Sievers | |
2014-07-16 | resolved: properly pass canonical name information to resolving client | Lennart Poettering | |
Also, hook up nss-resolve to make use of this information | |||
2014-07-16 | resolved: add CNAME lookup support | Lennart Poettering | |
2014-07-16 | missing.h: add IFLA_MACVLAN_FLAGS | Zbigniew Jędrzejewski-Szmek | |
Now we are getting into kernel < 3.4 territory... https://bugs.freedesktop.org/show_bug.cgi?id=80095 | |||
2014-07-16 | resolved: support for TCP DNS queries | Lennart Poettering | |
2014-07-16 | dns-packet: allow dynamic resizing of DNS packets | Lennart Poettering | |
2014-07-16 | dns-domain: introduce macros for accessing all DNS header fields | Lennart Poettering | |
2014-07-16 | journal-remote: remove obsolete variable | Zbigniew Jędrzejewski-Szmek | |
2014-07-16 | journal-remote: fix double typedef and add missing header | Zbigniew Jędrzejewski-Szmek | |
2014-07-16 | shared: include stdbool.h in mkdir.h | Sjoerd Simons | |
2014-07-16 | test-compress-benchmark: add missing % before PRIu64 format | Thomas Hindoe Paaboel Andersen | |
2014-07-16 | test-socket-util: silence warnings | Thomas Hindoe Paaboel Andersen | |
2014-07-15 | resolve: avoid use of uninitalized variable | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | test-compress-benchmark: silence warnings | Marc-Antoine Perennou | |
and btw make it pass for 32bits where size_t != uint64_t | |||
2014-07-15 | journal-remote: avoid copying input data | Zbigniew Jędrzejewski-Szmek | |
Instead of copying fields into new memory allocations, simply keep pointers into the receive buffer. Data in this buffer is only copied when there is not enough space for new data and a large chunk of the buffer contains old data. | |||
2014-07-15 | Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAX | Zbigniew Jędrzejewski-Szmek | |
Define DATA_SIZE_MAX to mean the maximum size of a single field, and ENTRY_SIZE_MAX to mean the size of the whole entry, with some rough calculation of overhead over the payload. Check if entries are not too big when processing native journal messages. | |||
2014-07-15 | µhttp-util: fix compilation without gnutls | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: add config file | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: let user specify just the main part of the url | Zbigniew Jędrzejewski-Szmek | |
We can append /upload ourselves. | |||
2014-07-15 | journal-remote: rework fd and writer reference handling | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: improve some messages | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | Fix problem with allocating large buffers and log leftovers | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: allow splitting incoming logs by source host | Zbigniew Jędrzejewski-Szmek | |
Previously existing scheme where the file name would be based on the source was just too ugly and unpredicatable. Now there are only two options: 1. just one file (until rotation), 2. one file per source host, using the hostname as filename part. For the cases where the source is specified by the user, only option one is allowed, and the full of the file must be specified. | |||
2014-07-15 | Allow addresses to be specified for --listen-... args | Zbigniew Jędrzejewski-Szmek | |
Hostnames still aren't accepted. | |||
2014-07-15 | Add simple generator of fake journal export stream | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | shared/socket-label: fix error message | Zbigniew Jędrzejewski-Szmek | |
Was: Failed to listen on [::]:2000: Success | |||
2014-07-15 | shared/socket-util: add function to query remote address | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: add units and read certs from default locations | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: add watchdog support | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: make state persistent | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: use journal as the source | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: HTTPS support | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: a tool to push messages to systemd-journal-remote | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: reject fields above maximum size | Zbigniew Jędrzejewski-Szmek | |
Also fix an infinite loop on E2BIG. Remember what range we already scanned for '\n', to avoid quadratic behaviour on long "text" fields. | |||
2014-07-15 | journal-remote: small fixes | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | Move network-related journal programs to src/journal-remote/ | Zbigniew Jędrzejewski-Szmek | |
Directory src/journal has become one of the largest directories, and since systemd-journal-gatewayd, systemd-journal-remote, and forthcoming systemd-journal-upload are all closely related, create a separate directory for them. | |||
2014-07-15 | microhttp-util: rework gnutls logging | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal: allow files with no data whatsoever | Zbigniew Jędrzejewski-Szmek | |
If a file was opened for writing, and then closed immediately without actually writing any entries, on subsequent opening, it would be considered "corrupted". This should be totally fine, and even in read mode, an empty file can become non-empty later on. | |||
2014-07-16 | resolved: add legacy dbus service and policy files | Kay Sievers | |
2014-07-16 | resolved: add small NSS module that uses resolved to resolve DNS names | Lennart Poettering | |
2014-07-16 | nss: various minor fixes to nss-myhostname + nss-mymachines | Lennart Poettering | |
2014-07-16 | dns-domain: never allow labels that are larger than 63 chars | Lennart Poettering | |
2014-07-16 | dns-domain: fix generation of reverse IP address lookup name | Lennart Poettering | |
2014-07-16 | resolve: add distinct bus error code for hosts that exist but lack A or AAAA ↵ | Lennart Poettering | |
records | |||
2014-07-16 | resolved: add a DNS client stub resolver | Lennart Poettering | |
Let's turn resolved into a something truly useful: a fully asynchronous DNS stub resolver that subscribes to network changes. (More to come: caching, LLMNR, mDNS/DNS-SD, DNSSEC, IDN, NSS module) | |||
2014-07-15 | networkd: remove unused variable | Thomas Hindoe Paaboel Andersen | |
2014-07-15 | networkd: netdev - set mac for bond/bridge devicse | Tom Gundersen | |
Suggested by poma. |