summaryrefslogtreecommitdiffstats
path: root/source/modules
Commit message (Expand)AuthorAgeFilesLines
* Revert "SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell...Karolin Seeger2008-11-171-352/+0
* Revert "Fix the new vfs_smb_traffic_analyzer build for static links"Karolin Seeger2008-11-171-2/+2
* Revert "Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat ...Karolin Seeger2008-11-171-97/+84
* Revert "Restructure the module so it connects to the remote data sink"Karolin Seeger2008-11-171-156/+150
* Revert "Convert to allocated strings. Use write_data(), not send as this does...Karolin Seeger2008-11-171-42/+58
* Revert "Turn the socket connections into a refcounted list - in the common ca...Karolin Seeger2008-11-171-94/+44
* Revert "Fixed build warning "passing arg from incompatible pointer type""Karolin Seeger2008-11-171-3/+1
* Revert "Make use of ZERO_STRUCT (the first memset was actually wrong)"Karolin Seeger2008-11-171-3/+3
* Revert "Enable optional anonymization of user names,"Karolin Seeger2008-11-171-20/+1
* Enable optional anonymization of user names,Holger Hetterich2008-10-151-1/+20
* Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke2008-10-151-3/+3
* Fixed build warning "passing arg from incompatible pointer type"Tim Prouty2008-10-151-1/+3
* Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison2008-10-061-44/+94
* Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison2008-10-061-58/+42
* Restructure the module so it connects to the remote data sinkJeremy Allison2008-10-061-150/+156
* Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (thisJeremy Allison2008-10-061-84/+97
* Fix the new vfs_smb_traffic_analyzer build for static linksJim McDonough2008-10-061-2/+2
* SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>Holger Hetterich2008-10-061-0/+352
* When setting an NFSv4 ACL, map generic bitsVolker Lendecke2008-09-091-0/+4
* fixed an errno handling bug that could lead to an infinite loopAndrew Tridgell2008-09-081-2/+2
* fixed tsmsm_sendfile(). The logic was totally broken.Andrew Tridgell2008-09-081-4/+7
* Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison2008-08-153-5/+4
* Fix the build of vfs_zfsacl.cVolker Lendecke2008-07-201-16/+1
* Change the directory parameter in streams_depot to become consistentVolker Lendecke2008-07-181-1/+1
* Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimesJeremy Allison2008-07-161-2/+6
* Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.hLars Müller2008-07-061-0/+1
* AIX build fixes from William Jojo -- thanksVolker Lendecke2008-06-121-2/+2
* Add STREAMINFO op to vfs_full_auditVolker Lendecke2008-06-091-0/+27
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-05-077-20/+19
* Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam2008-05-071-3/+2
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-05-071-4/+4
* vfs_cacheprime: fix C++ warning - make implicit cast explicitMichael Adam2008-05-051-1/+1
* Use size_t for strlen return, not int. Karolin pleaseJeremy Allison2008-04-091-1/+1
* Allow broader range of HSM systems in vfs_tsmsmAlexander Bokovoy2008-04-091-5/+31
* Fix Coverity ID 450Volker Lendecke2008-03-271-1/+5
* Fix Coverity warningsVolker Lendecke2008-03-272-2/+10
* Fix Coverity IDs 553, 552Volker Lendecke2008-03-221-0/+4
* Fix some warnings in the tsmsm moduleVolker Lendecke2008-03-221-4/+6
* Need to close the /dev/zero fdVolker Lendecke2008-03-181-0/+2
* Respect FAMChanged -- attempt to fix bug 5307Volker Lendecke2008-03-061-0/+3
* Add vfs_aio_forkVolker Lendecke2008-02-291-0/+728
* Fix the build on OpenBSD: ENOTSUP is not always defined.Michael Adam2008-02-251-0/+4
* Correctly check return of rename(2)Volker Lendecke2008-02-251-1/+1
* Change option name.Karolin Seeger2008-02-211-1/+1
* From: David Disseldorp <ddiss@sgi.com>Jeremy Allison2008-02-201-2/+1
* Fix typos and replace statvfs call with fs_capabilities()Alexander Bokovoy2008-01-291-12/+7
* Merge DMAPI fixes from TridgeAlexander Bokovoy2008-01-291-3/+22
* Merge branch 'ctdb-merge' into dmapi-integrationAlexander Bokovoy2008-01-291-41/+51
|\
| * Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ctdb-mergeAlexander Bokovoy2008-01-245-6/+1423
| |\
| * | Merge DMAPI fixes from CTDB SambaAlexander Bokovoy2008-01-181-41/+51