2009-01-11 |
Erez Zadok | * amd/ops_udf.c: don't define functions/variables which... master origin |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Christos Zoulas | mention today's fixes. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Christos Zoulas | Treat an empty sublink as an unset sublink. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Christos Zoulas | Add 2 more members on linux nfs_args, pseudoflavor... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Christos Zoulas | add documentation about cdf mounts. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Christos Zoulas | fix udf mounts for linux. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Christos Zoulas | Bring back our local ylwrap fix. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Christos Zoulas | add the rest of the udf glue. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Christos Zoulas | add udf glue. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Christos Zoulas | recognize new NetBSD nfs filehandle. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Christos Zoulas | mention new auto-stuff. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Christos Zoulas | Regen with newer versions of all the tools. |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Christos Zoulas | Since autoconf generates INSTALL now, so we move our... |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Christos Zoulas | new autoconf wants _cv_ in cached variables. |
commit | commitdiff | tree | snapshot |
2009-01-04 |
Christos Zoulas | comment out the message, because it breaks with gm4... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Christos Zoulas | add the cdfs options here. |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Christos Zoulas | enable more options for cd9660 filesystems (from NetBSD) |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Christos Zoulas | multiple server ldap patch. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Christos Zoulas | work done today. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Christos Zoulas | netbsd is int too. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Christos Zoulas | When using flex -P<prefix> instead of ylwrap all the... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Christos Zoulas | correct prototypes |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Christos Zoulas | Don't use __GNUC__ but the proper HAVE_ variables. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | fix reversed ifdef, thanks Ion! |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | fix linux tmpfs (make it compile only) |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | mention yylwrap lossage |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | deal with crap automake versions < 1.9 that do not... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | hook in tmpfs |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | today's changes |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | sort man pages by section and then alphabetically as... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | add missing field for NetBSD |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | add missing forward declarations |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | use sizeof var instead of constant |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | now that yy renaming works, fix the remaining callers |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | fix yyerror declaration and definition |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | use sizeof var instead of constant. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | Felt free to implement this |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | NetBSD calls its ufs ffs. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | typo, getpwd -> getcwd |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | newer NetBSD uses statvfs (perhaps handle this with... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | there is no section 8C |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | handle newer netbsd using statvfs |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | add missing forward declaration |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | avoid possible null pointer deref (coverity) |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | * more portable endian detection support |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | handle tmpfs and efs |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | strlen returns size_t not int |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | add options log, noatime, nocoredump, nodevmtime, softd... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | NetBSD efs and tmpfs support |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | new autoconf tools bitch about # serial in the middle... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | NetBSD's new mount system call needs the size of the... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | recvfrom takes socklen_t * on NetBSD |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | Most recent kernels have trouble with trying to parse... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | avoid possible null pointer deref (coverity) |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | NetBSD's new mount system call needs the size of the... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | handle tools lossage in fsinfo |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Christos Zoulas | - NetBSD port additions |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Erez Zadok | * amd/sun_map.c (sun_append_str): When translating... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Christos Zoulas | Don't call xstrlcpy() to truncate a string. It causes... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Erez Zadok | * updated copyright year to 2007 on all files. |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Erez Zadok | * minor new port: ia64-hp-hpux11.23 |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Erez Zadok | minor fix |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Erez Zadok | * doc/Makefile.am: properly publish html files using... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Erez Zadok | obfuscate changelog before publishing on www |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Erez Zadok | * obfuscate many more emails in the distro, esp. of... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Erez Zadok | * minor new port: i386-apple-darwin8.8.1. |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Erez Zadok | * doc/am-utils.texi (Password maps): minor typo reported by |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Erez Zadok | * minor new port: i386-pc-linux-fc6. |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Erez Zadok | * minor new port: i386-pc-solaris2.11-nexentaos (GNU... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Erez Zadok | start next release version |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Erez Zadok | note on aix's malloc am-utils-6_2a2 |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Erez Zadok | * Minor new ports: i386-unknown-freebsd6.1 (RELEASE), |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Erez Zadok | * configure.in: check if libc already includes dbm... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Erez Zadok | * configure.in: detect G/DBM support via gdbm_compat... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Erez Zadok | * scripts/amd.conf-sample, scripts/amd.conf.5, doc... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Erez Zadok | minor refomatting (emacs) |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Christos Zoulas | Mention netgrp/netgrpd changes. |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Christos Zoulas | Make netgrp and netgrpd take an optional ",host" argume... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Christos Zoulas | Document the new 2 argument netgrp and netgrpd. |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Erez Zadok | * libamu/mtab.c (hasmntval): fix inverted meaning of... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Erez Zadok | better fix |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Erez Zadok | * libamu/mount_fs.c (compute_nfs_attrcache_flags):... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Erez Zadok | * amd/amfs_generic.c (amfs_lookup_mntfs): fix use-after... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Christos Zoulas | Fix use after free. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Erez Zadok | * doc/am-utils.texi, scripts/{amd.conf.5,amd.conf-sample}: |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Erez Zadok | * minor new port: i386-pc-linux-suse10.1 (beta 8). |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Erez Zadok | * amd/am_ops.c (merge_opts): Remove useless check found by |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Christos Zoulas | Remove useless check found by Coverity; xmalloc never... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Erez Zadok | * minor new ports: i386-pc-linux-fc5. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Erez Zadok | * libamu/wire.c: avoid potential dereferencing of a... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Ion Badulescu | * amd/nfs_subr.c (mp_to_fh): fixed old-style filehandl... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Erez Zadok | * configure.in: properly test for either <gdbm/ndbm... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Daniel Ottavio | * amd/sum_map_tok.l: Fixed a bug in a regular expressio... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Erez Zadok | * doc/am-utils.texi (auto_attrcache Parameter): revise... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Erez Zadok | * updated copyright year to 2006 on all files. |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Erez Zadok | i386-unknown-netbsdelf3.0 (RELEASE), and i386-unknown... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Erez Zadok | * include/am_utils.h, conf/transp/transp_tli.c (amu_svc... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Erez Zadok | ignore |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Erez Zadok | * minor new ports: i386-unknown-netbsdelf2.1, |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Erez Zadok | * minor new port: i386-unknown-freebsd6.0 (RELEASE) |
commit | commitdiff | tree | snapshot |
next |