summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* resolved: do not free() sd_dhcp_lease_get_dns() resultsKay Sievers2014-07-16
|
* resolved: properly pass canonical name information to resolving clientLennart Poettering2014-07-16
| | | | Also, hook up nss-resolve to make use of this information
* resolved: add CNAME lookup supportLennart Poettering2014-07-16
|
* missing.h: add IFLA_MACVLAN_FLAGSZbigniew Jędrzejewski-Szmek2014-07-16
| | | | | | Now we are getting into kernel < 3.4 territory... https://bugs.freedesktop.org/show_bug.cgi?id=80095
* resolved: support for TCP DNS queriesLennart Poettering2014-07-16
|
* dns-packet: allow dynamic resizing of DNS packetsLennart Poettering2014-07-16
|
* dns-domain: introduce macros for accessing all DNS header fieldsLennart Poettering2014-07-16
|
* journal-remote: remove obsolete variableZbigniew Jędrzejewski-Szmek2014-07-16
|
* journal-remote: fix double typedef and add missing headerZbigniew Jędrzejewski-Szmek2014-07-16
|
* shared: include stdbool.h in mkdir.hSjoerd Simons2014-07-16
|
* test-compress-benchmark: add missing % before PRIu64 formatThomas Hindoe Paaboel Andersen2014-07-16
|
* test-socket-util: silence warningsThomas Hindoe Paaboel Andersen2014-07-16
|
* resolve: avoid use of uninitalized variableZbigniew Jędrzejewski-Szmek2014-07-15
|
* test-compress-benchmark: silence warningsMarc-Antoine Perennou2014-07-15
| | | | and btw make it pass for 32bits where size_t != uint64_t
* journal-remote: avoid copying input dataZbigniew Jędrzejewski-Szmek2014-07-15
| | | | | | 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.
* Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAXZbigniew Jędrzejewski-Szmek2014-07-15
| | | | | | | | | 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.
* µhttp-util: fix compilation without gnutlsZbigniew Jędrzejewski-Szmek2014-07-15
|
* journal-upload: add config fileZbigniew Jędrzejewski-Szmek2014-07-15
|
* journal-remote: let user specify just the main part of the urlZbigniew Jędrzejewski-Szmek2014-07-15
| | | | We can append /upload ourselves.
* journal-remote: rework fd and writer reference handlingZbigniew Jędrzejewski-Szmek2014-07-15
|
* journal-remote: improve some messagesZbigniew Jędrzejewski-Szmek2014-07-15
|
* Fix problem with allocating large buffers and log leftoversZbigniew Jędrzejewski-Szmek2014-07-15
|
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-15
|
* journal-remote: allow splitting incoming logs by source hostZbigniew Jędrzejewski-Szmek2014-07-15
| | | | | | | | | | 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.
* Allow addresses to be specified for --listen-... argsZbigniew Jędrzejewski-Szmek2014-07-15
| | | | Hostnames still aren't accepted.
* Add simple generator of fake journal export streamZbigniew Jędrzejewski-Szmek2014-07-15
|
* shared/socket-label: fix error messageZbigniew Jędrzejewski-Szmek2014-07-15
| | | | Was: Failed to listen on [::]:2000: Success
* shared/socket-util: add function to query remote addressZbigniew Jędrzejewski-Szmek2014-07-15
|
* journal-remote: add units and read certs from default locationsZbigniew Jędrzejewski-Szmek2014-07-15
|
* journal-upload: add watchdog supportZbigniew Jędrzejewski-Szmek2014-07-15
|
* journal-upload: make state persistentZbigniew Jędrzejewski-Szmek2014-07-15
|
* journal-upload: use journal as the sourceZbigniew Jędrzejewski-Szmek2014-07-15
|
* journal-upload: HTTPS supportZbigniew Jędrzejewski-Szmek2014-07-15
|
* journal-upload: a tool to push messages to systemd-journal-remoteZbigniew Jędrzejewski-Szmek2014-07-15
|
* journal-remote: reject fields above maximum sizeZbigniew Jędrzejewski-Szmek2014-07-15
| | | | | | | Also fix an infinite loop on E2BIG. Remember what range we already scanned for '\n', to avoid quadratic behaviour on long "text" fields.
* journal-remote: small fixesZbigniew Jędrzejewski-Szmek2014-07-15
|
* Move network-related journal programs to src/journal-remote/Zbigniew Jędrzejewski-Szmek2014-07-15
| | | | | | | 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.
* microhttp-util: rework gnutls loggingZbigniew Jędrzejewski-Szmek2014-07-15
|
* journal: allow files with no data whatsoeverZbigniew Jędrzejewski-Szmek2014-07-15
| | | | | | | 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.
* resolved: add legacy dbus service and policy filesKay Sievers2014-07-16
|
* resolved: add small NSS module that uses resolved to resolve DNS namesLennart Poettering2014-07-16
|
* nss: various minor fixes to nss-myhostname + nss-mymachinesLennart Poettering2014-07-16
|
* dns-domain: never allow labels that are larger than 63 charsLennart Poettering2014-07-16
|
* dns-domain: fix generation of reverse IP address lookup nameLennart Poettering2014-07-16
|
* resolve: add distinct bus error code for hosts that exist but lack A or AAAA ↵Lennart Poettering2014-07-16
| | | | records
* resolved: add a DNS client stub resolverLennart Poettering2014-07-16
| | | | | | | 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)
* networkd: remove unused variableThomas Hindoe Paaboel Andersen2014-07-15
|
* networkd: netdev - set mac for bond/bridge devicseTom Gundersen2014-07-15
| | | | Suggested by poma.
* sd-dhcp-client: make request broadcasts opt-inTom Gundersen2014-07-15
| | | | | | | | | | 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.
* rules: uaccess - add ID_SOFTWARE_RADIOKay Sievers2014-07-15
| | | | | | | | | | | | | | | | | | | | | | | | 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