/gnu/packages/aux-files/emacs/

'main'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/samba.scm
< , guile-gnunet)[arguments]: Likewise. * gnu/packages/gtk.scm (guile-rsvg, graphene)[arguments]: Likewise. * gnu/packages/guile.scm (guildhall, guile-ics, guile-sqlite3)[arguments]: Likewise. * gnu/packages/ibus.scm (ibus-libpinyin)[arguments]: Likewise. * gnu/packages/irc.scm (weechat)[arguments]: Likewise. * gnu/packages/java.scm (classpath-devel)[arguments]: Likewise. * gnu/packages/libreoffice.scm (libetonyek)[arguments]: Likewise. * gnu/packages/libusb.scm (hidapi)[arguments]: Likewise. * gnu/packages/linux.scm (gpm)[arguments]: Likewise. * gnu/packages/logging.scm (glog)[arguments]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[arguments]: Likewise. * gnu/packages/mail.scm (dovecot-trees, dovecot-libsodium-plugin, esmtp) [arguments]: Likewise. * gnu/packages/messaging.scm (freetalk, libmesode, libstrophe)[arguments]: Likewise. * gnu/packages/microcom.scm (microcom)[arguments]: Likewise. * gnu/packages/ocaml.scm (ocaml-ssl)[arguments]: Likewise. * gnu/packages/parallel.scm (slurm)[arguments]: Likewise. * gnu/packages/pdf.scm (libharu)[arguments]: Likewise. * gnu/packages/samba.scm (cifs-utils)[arguments]: Likewise. * gnu/packages/serialization.scm (msgpack)[arguments]: Likewise. * gnu/packages/shells.scm (scsh)[arguments]: Likewise. * gnu/packages/telephony.scm (libiax2)[arguments]: Likewise. * gnu/packages/textutils.scm (dotconf)[arguments]: Likewise. * gnu/packages/version-control.scm (findnewest)[arguments]: Likewise. * gnu/packages/video.scm (libmediainfo, mediainfo)[arguments]: Likewise.
AgeCommit message (Expand)Author
2018-04-18gnu: samba: Update to 4.7.7....* gnu/packages/samba.scm (samba): Update to 4.7.7. Marius Bakke
2018-04-06gnu: talloc: Update to 2.1.13....* gnu/packages/samba.scm (talloc): Update to 2.1.13. Marius Bakke
2018-03-22gnu: talloc: Update to 2.1.12....* gnu/packages/samba.scm (talloc): Update to 2.1.12. Marius Bakke
2018-03-15gnu: cifs-utils: Update to 6.8....* gnu/packages/samba.scm (cifs-utils): Update to 6.8. Tobias Geerinckx-Rice
2018-03-14gnu: samba: Update to 4.7.6 [fixes CVE-2018-1050 and CVE-2018-1057]....* gnu/packages/samba.scm (samba): Update to 4.7.6. Marius Bakke
2018-02-28gnu: ldb: Update to 1.3.2....* gnu/packages/samba.scm (ldb): Update to 1.3.2. Marius Bakke
2018-02-23gnu: tevent: Update to 0.9.36....* gnu/packages/samba.scm (tevent): Update to 0.9.36. Marius Bakke
2018-02-09gnu: samba: Update to 4.7.5....* gnu/packages/samba.scm (samba): Update to 4.7.5. Marius Bakke
2018-02-01gnu: tevent: Update to 0.9.35....* gnu/packages/samba.scm (tevent): Update to 0.9.35. Marius Bakke
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....The old 'target' field is deprecated; adjust the sources to use the new 'targets' one instead. * doc/guix-cookbook.texi<target>: Replace by 'targets'. * gnu/bootloader/grub.scm: Likewise. * gnu/installer/parted.scm: Likewise. * gnu/machine/digital-ocean.scm: Likewise. * gnu/system/examples/asus-c201.tmpl: Likewise * gnu/system/examples/bare-bones.tmpl: Likewise * gnu/system/examples/bare-hurd.tmpl: Likewise * gnu/system/examples/beaglebone-black.tmpl: Likewise * gnu/system/examples/desktop.tmpl: Likewise * gnu/system/examples/docker-image.tmpl: Likewise * gnu/system/examples/lightweight-desktop.tmpl: Likewise * gnu/system/examples/vm-image.tmpl: Likewise * gnu/system/examples/yggdrasil.tmpl: Likewise * gnu/system/hurd.scm: Likewise * gnu/system/images/hurd.scm: Likewise * gnu/system/images/novena.scm: Likewise * gnu/system/images/pine64.scm: Likewise * gnu/system/images/pinebook-pro.scm: Likewise * gnu/system/images/rock64.scm: Likewise * gnu/system/install.scm: Likewise * gnu/system/vm.scm: Likewise * gnu/tests.scm: Likewise * gnu/tests/ganeti.scm: Likewise * gnu/tests/install.scm: Likewise * gnu/tests/nfs.scm: Likewise * gnu/tests/telephony.scm: Likewise * tests/boot-parameters.scm: Likewise * tests/system.scm: Likewise Maxim Cournoyer
2021-06-20services: openssh: Replace 'without-password' by 'prohibit-password'....For some time, OpenSSH's option 'PermitRootLogin' has deprecated the ambiguous argument 'without-password' with 'prohibit-password'. * doc/guix.texi (Network Services): Replace 'without-password by 'prohibit-password. * gnu/machine/digital-ocean.scm (guix-infect): Change system configuration to use 'prohibit-password. * gnu/services/ssh.scm (openssh-configuration): Change comment to use 'prohibit-password. (openssh-config-file): Add support for 'prohibit-password to 'permit-root-login'. Warn about deprecated 'without-password usage. * gnu/tests/ganeti.scm (%ganeti-os): Replace 'without-password by 'prohibit-password. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Brice Waegeneire
2021-06-03machine: ssh: Respect calling convention for monadic procedures....Fixes a regression introduced in 2885c3568edec35086f8feeae5b60259cbea407c. Reported by Mathieu Othacehe. * gnu/machine/ssh.scm (deploy-managed-host)[eval/error-handling]: Return two values in the standard case. Ludovic Courtès
2021-06-01
2017-11-19gnu: samba: Update to 4.7.2....* gnu/packages/samba.scm (samba): Update to 4.7.2. Marius Bakke
2017-11-192021-02-25machine: ssh: Use 'formatted-message'....* gnu/machine/ssh.scm (machine-check-initrd-modules): Use 'formatted-message' instead of 'format' + '&message'. Ludovic Courtès
2021-01-04machine: ssh: Do not import the host (guix config), really....This is a followup to 70ffa8af1e93ab8a92c4622745e9cb4a2782f3c8, which did not really solve the problem. * gnu/machine/ssh.scm (not-config?): New procedure. (machine-boot-parameters): Use it as an argument to 'source-module-closure'. Ludovic Courtès
2020-12-21system: Allow separated /boot and encrypted root....* gnu/bootloader/grub.scm (grub-configuration-file): New parameter store-crypto-devices. [crypto-devices]: New helper function. [builder]: Use crypto-devices. * gnu/machine/ssh.scm (roll-back-managed-host): Use boot-parameters-store-crypto-devices to provide its contents to the bootloader configuration generation process. * gnu/tests/install.scm (%encrypted-root-not-boot-os, %encrypted-root-not-boot-os): New os declaration. (%encrypted-root-not-boot-installation-script): New script, whose contents were initially taken from %encrypted-root-installation-script. (%test-encrypted-root-not-boot-os): New test. * gnu/system.scm (define-module): Export operating-system-bootoader-crypto-devices and boot-parameters-store-crypto-devices. (<boot-parameters>): Add field store-crypto-devices. (read-boot-parameters): Parse store-crypto-devices field. [uuid-sexp->uuid]: New helper function extracted from device-sexp->device. (operating-system-bootloader-crypto-devices): New function. (operating-system-bootcfg): Use operating-system-bootloader-crypto-devices to provide its contents to the bootloader configuration generation process. (operating-system-boot-parameters): Add store-crypto-devices to the generated boot-parameters. (operating-system-boot-parameters-file): Likewise to the file with the serialized structure. * guix/scripts/system.scm (reinstall-bootloader): Use boot-parameters-store-crypto-devices to provide its contents to the bootloader configuration generation process. * tests/boot-parameters.scm (%default-store-crypto-devices): New variable. (%grub-boot-parameters, test-read-boot-parameters): Use %default-store-crypto-devices. (tests store-crypto-devices): New tests. Miguel Ángel Arruga Vivas
Kei Kebreau
2017-08-10gnu: samba: Update to 4.6.7....* gnu/packages/samba.scm (samba): Update to 4.6.7. Marius Bakke
2017-07-23gnu: tevent: Update to 0.9.33....* gnu/packages/samba.scm (tevent): Update to 0.9.33. Marius Bakke
2017-07-23gnu: talloc: Update to 2.1.10....* gnu/packages/samba.scm (talloc): Update to 2.1.10. Marius Bakke
2017-07-23gnu: ldb: Update to 1.1.31....* gnu/packages/samba.scm (ldb): Update to 1.1.31. [native-inputs]: Add CMOCKA. Marius Bakke
2017-07-14gnu: samba: Update to 4.6.6 [fixes CVE-2017-11103]....* gnu/packages/samba.scm (samba): Update to 4.6.6. Leo Famulari
2017-05-24gnu: samba: Update to 4.6.4 [security fixes]....Fixes CVE-2017-7494. * gnu/packages/samba.scm (samba): Update to 4.6.4. Ricardo Wurmus
2017-05-12gnu: talloc: Add static variant....* gnu/packages/samba.scm (talloc/static): New variable. Ludovic Courtès
2017-04-14gnu: samba: Update to 4.5.8....This fixes a regression introduced by the security fixes for CVE-2017-2619. * gnu/packages/samba.scm (samba): Update to 4.5.8. Leo Famulari
2017-04-03gnu: Add cifs-utils....* gnu/packages/samba.scm (cifs-utils): New variable. Thomas Danckaert
2017-03-24gnu: talloc: Update to 2.1.9....* gnu/packages/samba (talloc): Update to 2.1.9. [home-page]: Use https. Efraim Flashner
2017-03-24gnu: samba: Update to 4.5.7 [fixes CVE-2017-2619]....* gnu/packages/samba.scm (samba): Update to 4.5.7. Efraim Flashner