summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_netatalk.c
Commit message (Expand)AuthorAgeFilesLines
* In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison2012-09-121-7/+7
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-5/+5
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-051-1/+1
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-8/+8
* vfs_netatalk should be using strstr_m, not strstr to find .AppleDouble paths.Jeremy Allison2011-10-191-5/+5
* The last argument to atalk_build_paths() is always false, remove it.Jeremy Allison2011-10-181-12/+9
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-091-0/+26
* vfs_netatalk: Segfault if hide files or veto files has no ".AppleDouble"SATOH Fumiyasu2010-03-101-1/+1
* s3: Pass up fake_dir_create_times from atalk_build_pathsVolker Lendecke2009-11-291-15/+24
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-2/+2
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-19/+10
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-14/+19
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-11/+17
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-6/+6
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-2/+6
* Move sys_lchown() to libreplace.Jelmer Vernooij2008-11-011-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison2007-10-101-0/+33
* r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2007-10-101-4/+4
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-1/+2
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-31/+31
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison2007-10-101-5/+5
* r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2007-10-101-3/+3
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-4/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+3
* r3987: Use sys_readdir() instead of readdir()Jelmer Vernooij2007-10-101-1/+1
* r3985: Fix bug with 64bit fs supportJelmer Vernooij2007-10-101-1/+1
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-13/+13
* Fix VFS layer:Alexander Bokovoy2003-05-111-52/+26
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-2/+2
* More merges from HEAD:Jelmer Vernooij2003-04-161-5/+3
* Merge from HEAD: Patch by Anthony Liguori <aliguor@us.ibm.com> to replace sca...Andrew Bartlett2003-02-111-16/+15
* talloc_init_named -> talloc_init.Jeremy Allison2002-12-221-5/+5
* Move working VFS modules to source/modules/Jelmer Vernooij2002-11-131-0/+430