VFS: Modify rmdir to take a const struct smb_filename * instead of const char *
[sfrench/samba-autobuild/.git] / source3 / modules / vfs_netatalk.c
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-09-12 Jeremy AllisonIn vfs modules, don't use 'conn->origpath' when we...
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-04-05 Andrew Bartlettbuild: Remove sys_closedir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_readdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_opendir wrapper
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-10-18 Jeremy Allisonvfs_netatalk should be using strstr_m, not strstr to...
2011-10-18 Jeremy AllisonThe last argument to atalk_build_paths() is always...
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-08 Jeremy AllisonAdd fdopendir to the VFS. We will use this to reuse...
2010-03-11 SATOH Fumiyasuvfs_netatalk: Segfault if hide files or veto files...
2009-11-29 Volker Lendeckes3: Pass up fake_dir_create_times from atalk_build_paths
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_UNLINK
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_RENAME
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-01-01 Jeremy AllisonFix all warnings in source3 with gcc4.3.
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-01 Jelmer VernooijMerge branch 'master' of /home/jelmer/samba3
2008-11-01 Jelmer VernooijMove sys_lchown() to libreplace.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23105: Add lchown to the vfs layer. We need this in...
2007-10-10 Jeremy Allisonr21609: Fix memory leaks in error code paths (and one...
2007-10-10 Herb Lewisr20261: merge 20260 from samba_3_0_24
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr9483: Changed DIR to SMB_STRUCT_DIR because of the...
2007-10-10 Jeremy Allisonr7893: Add in the extra parameters to opendir() to...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jelmer Vernooijr3987: Use sys_readdir() instead of readdir()
2007-10-10 Jelmer Vernooijr3985: Fix bug with 64bit fs support
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-11 Alexander BokovoyFix VFS layer:
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-16 Jelmer VernooijMore merges from HEAD:
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 Jelmer VernooijUse the new modules system in VFS. If a module can...
2003-02-11 Andrew BartlettMerge from HEAD: Patch by Anthony Liguori <aliguor...
2003-02-11 Andrew BartlettPatch from Anthony Liguori <aliguor@us.ibm.com> to...
2002-12-22 Jeremy Allisontalloc_init_named -> talloc_init.
2002-12-22 Jeremy Allisontalloc_init_named -> talloc_init.
2002-11-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-13 Jelmer VernooijMove working VFS modules to source/modules/