summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-12-31Drop -lnslsmbfs/masterSamuel Thibault
We do not use it directly
2024-11-16Fix 64b buildsSamuel Thibault
2023-10-03Fix buildSamuel Thibault
2020-08-03Fix accessing libsmbclient librarySamuel Thibault
2014-01-15Fix mutex initializationPino 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-11Fix build against libpthreadSamuel Thibault
* Makefile (LDFLAGS): Replace -lthreads with -lpthread. * smbnetfs.c: Use pthread mutex instead of cthreads mutex.
2012-03-14Fix use of `smbc_lseek' in `netfs_attempt_write'.Ludovic Courtès
2012-03-05Systematically initialize stat buffers.Ludovic Courtès
2012-03-05Revamp node management to have per-directory search lists.Ludovic Courtès
2012-03-04Fix `mode' argument to `smbc_open'; fix `netfs_attempt_set_size'.Ludovic Courtès
2012-03-04Use `asprintf' in the `get_dirents' loop, too.Ludovic Courtès
2012-03-04Use `asprintf' instead of `malloc' + `sprintf'.Ludovic Courtès
2012-03-04Make local functions `static'.Ludovic Courtès
2012-03-04Have `get_dirents' return entries even for unstat'able entries.Ludovic Courtès
2012-03-04Add default argument values; improve error reports.Ludovic Courtès
2012-03-04Call `task_get_bootstrap_port' after `argp_parse'.Ludovic Courtès
This allows users to run `/hurd/smbfs --help'.
2012-03-04Improve `README'.Ludovic Courtès
2009-07-14Code cleaningGiuseppe Scrivano
2007-06-29Changed license to GPLv3Giuseppe Scrivano
2006-04-13Updated email addressGiuseppe Scrivano
2004-12-15fixed headersGiuseppe Scrivano
2004-12-11Initial revisionGiuseppe Scrivano