summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Add the number of common data blocks to the protocol.Holger Hetterich2010-03-162-10/+33
* Put all the protocol stuff into a separate header file.Holger Hetterich2010-03-162-114/+152
* Add smbta-util to manage the encryption key.Holger Hetterich2010-03-161-0/+1
* Implement AES encryption of the data block.Holger Hetterich2010-03-161-13/+33
* Implement anonymization for protocol v2.Holger Hetterich2010-03-161-14/+53
* Make all remarks compatible to the linux kernel coding styleguide.Holger Hetterich2010-03-161-27/+33
* Added an exact description of the V2 protocol.Holger Hetterich2010-03-161-0/+62
* Move the creation of the header.Holger Hetterich2010-03-161-11/+37
* Fetch the SID of the user we are running as and send with the commonHolger Hetterich2010-03-161-2/+5
* Additionally send the vfs function id with the protocol.Holger Hetterich2010-03-161-7/+11
* According to the linux kernel coding styleguide, it's better toHolger Hetterich2010-03-161-46/+46
* Don't use typedefs on the VFS function data structures asHolger Hetterich2010-03-161-27/+27
* Add read,pread,write,pwrite support to the V2 protocol.Holger Hetterich2010-03-161-3/+14
* Enable AES encryption of the data if a key was found in secrets.tdb.Holger Hetterich2010-03-161-3/+22
* Add rmdir, chdir, and rename as supported VFS functionsHolger Hetterich2010-03-161-9/+87
* The format of data we are sending over the network will be flexible when send...Holger Hetterich2010-03-161-4/+74
* Create structs carrying the data of individual VFS functions, and hand those ...Holger Hetterich2010-03-161-33/+47
* Introduce smb_traffic_analyzer protocol v2.Holger Hetterich2010-03-161-7/+62
* Remove the bool admin_user from conn struct. We no longer look at this to mak...Jeremy Allison2010-03-151-1/+0
* Pass "connection_struct *conn" into functions that currently use "current_use...Jeremy Allison2010-03-151-1/+1
* Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...Jeremy Allison2010-03-151-1/+1
* Missed a couple more uses of conn->server_info->ptok that need to be get_curr...Jeremy Allison2010-03-121-7/+9
* Remove more uses of "extern struct current_user current_user;".Jeremy Allison2010-03-121-1/+1
* vfs_netatalk: Segfault if hide files or veto files has no ".AppleDouble"SATOH Fumiyasu2010-03-101-1/+1
* s3: add vfs_crossrenameBjörn Jacke2010-03-081-0/+200
* s3: remove cross-device rename support from vfs_defaultBjörn Jacke2010-03-081-116/+0
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-055-10/+24
* s3:vfs_aixacl2: add missing semicolonBjörn Jacke2010-03-021-1/+1
* s3: vfs_full_audit.c: implement negated vfs_ops in the success/failure listHolger Hetterich2010-02-281-24/+31
* s3-modules: fix get_acl_blob in the acl_tdb VFS module.Günther Deschner2010-02-181-1/+1
* s3-vfs: use TYPESAFE_QSORT() in s3 VFS modulesAndrew Tridgell2010-02-142-8/+6
* Fix bad use when freeing linked list. Todd Stecher (Original author) please c...Jeremy Allison2010-02-101-6/+8
* s3-perfcount: update to use new DLIST macrosAndrew Tridgell2010-02-102-3/+2
* vfs_catia: fix return type warningsBjörn Jacke2010-02-091-2/+2
* Fix bug #6876 for acl_tdb module.Jeremy Allison2010-02-081-2/+1
* s3: fix build issue on Tru64Björn Jacke2010-02-071-7/+7
* Fix bug 7075 - bug in vfs_scannedonly rmdir implementation.Jeremy Allison2010-02-041-1/+5
* s3:vfs_scannedonly: fix build on HP-UXBjörn Jacke2010-02-041-0/+6
* s3: Simplify the code a bit: Catch (len==0) earlyVolker Lendecke2010-02-031-7/+4
* Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified)Jeremy Allison2010-02-021-3/+16
* AIX doesn't have MSG_DONTWAITolivier2010-01-291-1/+1
* Add localtime parameter to shadow_copy2.Ed Plese2010-01-211-0/+22
* Add format parameter to shadow_copy2.Ed Plese2010-01-211-11/+73
* Add sort parameter to shadow_copy2.Ed Plese2010-01-211-0/+62
* Modification of fix for bug 6876 - Delete of an object whose parent folder do...Jeremy Allison2010-01-161-8/+5
* Part 4 of bug #7028 - include scannedonly VFS moduleOlivier Sessink2010-01-141-13/+8
* Fix bug #7034 - vfs_cap causes signal 11 (SIGSEGV)SASAJIMA Toshihiro2010-01-121-1/+2
* Fix two uses of strncat -> strlcat. Ensure proper use of strncpy when setting...Jeremy Allison2010-01-121-3/+3
* Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2010-01-123-1/+131
* s3: Lift the version of the scannedonly VFS moduleVolker Lendecke2010-01-121-1/+1