Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-15 | man: describe new filename rules for journal-remote | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | man: document systemd-journal-upload | 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 | build-sys: add check for libcurl | 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 busname unit file | Kay Sievers | |
2014-07-16 | resolved: add legacy dbus service and policy files | Kay Sievers | |
2014-07-16 | update TODO | Lennart Poettering | |
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 | update TODO | Lennart Poettering | |
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. | |||
2014-07-15 | sd-dhcp-client: make request broadcasts opt-in | Tom Gundersen | |
It appears there is no good way to decide whether or not broadcasts should be enabled, there is hardware that must have broadcast, and there are networks that only allow unicast. So we give up and make this configurable. By default, unicast is used, but if the kernel were to inform us abotu certain interfaces requiring broadcast, we could change this to opt-in by default in those cases. | |||
2014-07-15 | rules: uaccess - add ID_SOFTWARE_RADIO | Kay Sievers | |
On Tue, Jul 15, 2014 at 1:52 PM, Alick Zhao <alick9188@gmail.com> wrote: >>> >>> So maybe ID_SOFTWARE_RADIO ? >> >> Hmm, SDR is more a term for a generic technology than for a device >> class. To me it does not really sound like an administrator would know >> what this is. >> >> What exactly is the device or subsystem you want to make accessible to >> locally logged-in users only? > > Initially it is bladeRF, but many more are of interest: USRP, rtl-sdr, > HackRF, ... [1] > > I agree an administrator might not know what SDR is, since it is > currently still not widely known, and makes sense only for amateurs > and researchers. But as a SDR fan, I see many new SDR peripherals > are created recently, and expect to see more. So a generic ID seems > reasonable to me. > > [1] http://en.wikipedia.org/wiki/List_of_software-defined_radios | |||
2014-07-15 | core: fix oneshot service resource control | Umut Tezduyar Lindskog | |
Oneshot services's cgroup is removed when the service exits. An assert is hit otherwise. | |||
2014-07-15 | shell-completion: restore completion for -p | Zbigniew Jędrzejewski-Szmek | |
It was broken since systemd was moved out of /bin. For zsh it was never there. | |||
2014-07-15 | timesyncd: add sockaddr_pretty wrapper | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | timesyncd: only listen to clock changes when connected | Zbigniew Jędrzejewski-Szmek | |
This reverts previous commit and applies a different fix. manager_clock_watch() callback calls manager_send_request() to kick off a resync. We can only do that when we're actually connected to something. It is not useful to setup the callback from manager_new(). Now the callback will be dropped in manager_connect() and requested in manager_begin(). https://bugs.freedesktop.org/show_bug.cgi?id=80932 | |||
2014-07-15 | timesyncd: suppress resync at system time change when not connected | Kay Sievers | |
Jul 04 17:46:03 orchid systemd[1]: Starting Network Time Synchronization... Jul 04 17:46:03 orchid systemd[1]: Started Network Time Synchronization. Jul 04 17:46:22 orchid systemd-timesyncd[301]: System time changed. Resyncing. Jul 04 17:46:22 orchid systemd-timesyncd[301]: Assertion 'm->current_server_name' https://bugs.freedesktop.org/show_bug.cgi?id=80932 | |||
2014-07-15 | rules: consistently use "?*" instead of "*?" | Kay Sievers | |
2014-07-14 | TODO | Tom Gundersen | |
2014-07-14 | networkd: link - fix memory leak | Tom Gundersen | |
Make link_initialized() idempotent to avoid taking refs on several udev_device objects. | |||
2014-07-14 | test: network - skip if we don't have permissions to create netdevs | Tom Gundersen | |
2014-07-14 | sd-dhcp-server: make gcc happy | Tom Gundersen | |
It complains about optoffset possibly being uninitialized. It is wrong, but let's just initialize it. | |||
2014-07-14 | sd-dhcp6-client: make gcc happy | Tom Gundersen | |
It complains about {max,init}_retransmit_time possibly being uninitialized. It is wrong, but let's just initialize it. |