about summary refs log tree commit diff
path: root/nixos/modules/services/networking/vsftpd.nix
AgeCommit message (Expand)AuthorFilesLines
2024-05-06nixos/vsftpd: fix invalid implication in assertionsMaximilian Kienitz1-1/+1
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-12/+12
2023-06-25treewide: use optional instead of 'then []'Felix Buehler1-1/+1
2022-12-17nixos: fix typosfigsoda1-1/+1
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-08-27nixos/vsftpd: convert option descriptions to MDpennae1-18/+19
2022-07-30treewide: automatically md-convert option descriptionspennae1-13/+13
2022-02-28nixos/treewide: Add last missing option typesSilvan Mosberger1-0/+1
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-1/+1
2021-09-14nixos/vsftpd: allocate group; fix fallout of #133166Guillaume Girol1-1/+3
2020-05-25vsftpd: listen on both address familiesMartin Weinelt1-1/+2
2020-03-11nixos/vsftpd: fix missing default pam_service_namenyanloutre1-1/+1
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj1-10/+11
2019-11-13modules/vsftpd: Add virtual users supportFélix Baylac-Jacqué1-20/+109
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger1-1/+1
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-1/+1
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-2/+2
2017-03-19vsftpd: Expose the no_anon_password flag.Michael Walker1-0/+3
2016-11-03vsftpd service: add extraConfig option, set anon_root (#20069)Peter J. Jones1-0/+11
2016-03-09vsftpd.nix: Add possibility to add RSA key fileMango Chutney1-0/+9
2016-01-17Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel1-0/+2
2015-02-18vsftpd.nix: add 'portPromiscuous' optionSergey Mironov1-0/+5
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra1-2/+2
2014-02-11Add an option to change vsftpd anonymos write umask.Michael Raskin1-0/+8
2013-11-07vsftpd: Disable seccomp filtering on 64-bitEelco Dolstra1-0/+3
2013-11-07vsftpd: Run in the background and log to syslog (i.e. journal)Eelco Dolstra1-1/+3
2013-11-07Clean up the vsftpd module a bitEelco Dolstra1-66/+51
2013-10-28Adding Quantum Minigolf gameMichael Raskin1-1/+1
2013-10-20Allow non-SSL connections to vsftpd by default to let tests not specify certi...Michael Raskin1-2/+2
2013-10-20Add apparently missing option to vsftpd configurationMichael Raskin1-0/+7
2013-10-12experimental/vsftpdMarc Weber1-57/+120
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+137