index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_netatalk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-8
/
+8
2011-10-19
vfs_netatalk should be using strstr_m, not strstr to find .AppleDouble paths.
Jeremy Allison
1
-5
/
+5
2011-10-18
The last argument to atalk_build_paths() is always false, remove it.
Jeremy Allison
1
-12
/
+9
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-02-09
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
1
-0
/
+26
2010-03-10
vfs_netatalk: Segfault if hide files or veto files has no ".AppleDouble"
SATOH Fumiyasu
1
-1
/
+1
2009-11-29
s3: Pass up fake_dir_create_times from atalk_build_paths
Volker Lendecke
1
-15
/
+24
2009-11-29
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
1
-2
/
+2
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-19
/
+10
2009-07-06
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
1
-14
/
+19
2009-07-06
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
1
-11
/
+17
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-6
/
+6
2008-12-31
Fix all warnings in source3 with gcc4.3.
Jeremy Allison
1
-2
/
+6
2008-11-01
Move sys_lchown() to libreplace.
Jelmer Vernooij
1
-1
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-1
/
+1
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23105: Add lchown to the vfs layer. We need this in the POSIX code.
Jeremy Allison
1
-0
/
+33
2007-10-10
r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).
Jeremy Allison
1
-4
/
+4
2007-10-10
r20261: merge 20260 from samba_3_0_24
Herb Lewis
1
-1
/
+2
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-31
/
+31
2007-10-10
r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...
Jeremy Allison
1
-5
/
+5
2007-10-10
r7893: Add in the extra parameters to opendir() to fix the large directory/in...
Jeremy Allison
1
-3
/
+3
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-4
/
+4
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-4
/
+3
2007-10-10
r3987: Use sys_readdir() instead of readdir()
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3985: Fix bug with 64bit fs support
Jelmer Vernooij
1
-1
/
+1
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
1
-13
/
+13
2003-05-11
Fix VFS layer:
Alexander Bokovoy
1
-52
/
+26
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
1
-2
/
+2
2003-04-16
More merges from HEAD:
Jelmer Vernooij
1
-5
/
+3
2003-02-11
Merge from HEAD: Patch by Anthony Liguori <aliguor@us.ibm.com> to replace sca...
Andrew Bartlett
1
-16
/
+15
2002-12-22
talloc_init_named -> talloc_init.
Jeremy Allison
1
-5
/
+5
2002-11-13
Move working VFS modules to source/modules/
Jelmer Vernooij
1
-0
/
+430