Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-31 | Drop -lnslsmbfs/master | Samuel Thibault | |
We do not use it directly | |||
2024-11-16 | Fix 64b builds | Samuel Thibault | |
2023-10-03 | Fix build | Samuel Thibault | |
2020-08-03 | Fix accessing libsmbclient library | Samuel Thibault | |
2014-01-15 | Fix mutex initialization | Pino Toscano | |
Initialize smb_mutex when setting up, not when shutting down. * smbnetfs.c (smbfs_terminate): Move pthread_mutex_init call ... (smbfs_init): ... here. | |||
2013-02-11 | Fix build against libpthread | Samuel Thibault | |
* Makefile (LDFLAGS): Replace -lthreads with -lpthread. * smbnetfs.c: Use pthread mutex instead of cthreads mutex. | |||
2012-03-14 | Fix use of `smbc_lseek' in `netfs_attempt_write'. | Ludovic Courtès | |
2012-03-05 | Systematically initialize stat buffers. | Ludovic Courtès | |
2012-03-05 | Revamp node management to have per-directory search lists. | Ludovic Courtès | |
2012-03-04 | Fix `mode' argument to `smbc_open'; fix `netfs_attempt_set_size'. | Ludovic Courtès | |
2012-03-04 | Use `asprintf' in the `get_dirents' loop, too. | Ludovic Courtès | |
2012-03-04 | Use `asprintf' instead of `malloc' + `sprintf'. | Ludovic Courtès | |
2012-03-04 | Make local functions `static'. | Ludovic Courtès | |
2012-03-04 | Have `get_dirents' return entries even for unstat'able entries. | Ludovic Courtès | |
2012-03-04 | Add default argument values; improve error reports. | Ludovic Courtès | |
2012-03-04 | Call `task_get_bootstrap_port' after `argp_parse'. | Ludovic Courtès | |
This allows users to run `/hurd/smbfs --help'. | |||
2012-03-04 | Improve `README'. | Ludovic Courtès | |
2009-07-14 | Code cleaning | Giuseppe Scrivano | |
2007-06-29 | Changed license to GPLv3 | Giuseppe Scrivano | |
2006-04-13 | Updated email address | Giuseppe Scrivano | |
2004-12-15 | fixed headers | Giuseppe Scrivano | |
2004-12-11 | Initial revision | Giuseppe Scrivano | |