Add open_dir_with_privilege() to ensure we're opening the correct directory when...
[kai/samba-autobuild/.git] / source3 / smbd / dir.c
2012-03-01 Jeremy AllisonAdd open_dir_with_privilege() to ensure we're opening...
2012-03-01 Jeremy AllisonAdd accessor functions to set a bool "priv" on a direct...
2012-02-25 Jeremy AllisonMove dptr code over to TALLOC.
2012-02-25 Jeremy AllisonMake dptr_path() and dptr_wcard() const.
2011-12-20 Volker Lendeckes3: Fix some False/NULL hickups
2011-12-13 Volker Lendeckes3: Move can_delete_directory to smbd/, remove shim
2011-11-10 Stefan Metzmachers3:smbd: don't limit the number of open dptrs for smb2...
2011-11-10 Stefan Metzmachers3:smbd: fully construct the dptr before allocating...
2011-11-10 Stefan Metzmachers3:smbd: avoid string_set() in dir.c
2011-11-07 Jeremy AllisonAdd the SEC_DIR_LIST check to dptr_create().
2011-11-05 Jeremy AllisonMove the SEC_DIR_LIST check into dptr_create for SMB2...
2011-11-04 Jeremy AllisonRemove can_access_file_acl(). We no longer need this...
2011-11-04 Jeremy AllisonRevert "Call check_parent_access() on readdir."
2011-11-01 Jeremy AllisonCall check_parent_access() on readdir.
2011-08-25 Michael Adams3:smbd: remove an unused variable in dptr_create()
2011-08-03 Jeremy AllisonWe don't need check_name() here. All possible paths...
2011-07-08 Andrew Bartlettlib/util Move bitmap.c to lib/util
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-21 Andrew Bartletts3-build: Provide a run-time shim to work around duplic...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-18 Jeremy AllisonThe searches struct is still being used and idled in...
2011-03-17 Jeremy AllisonFix crash bug on smbd shutdown when using FOPENDIR...
2011-02-26 Jeremy Allisondirfd doesn't exist in some platforms.
2011-02-10 Jeremy AllisonPut OpenDir() back the way it was - don't overload...
2011-02-09 Jeremy AllisonAllow SMB2_FIND to actually use the open fd handle...
2011-02-08 Jeremy AllisonPass fsp to dptr_CloseDir(). Cope with setting the...
2011-01-25 Jeremy AllisonAdd uint32_t name_hash argument (currently unused)...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-04-24 Volker Lendeckes3: Simplify (bool != True) to !bool
2010-04-23 Ira CooperFix bug #7384 - dptr_Close has a bitmap leak.
2010-03-28 Volker Lendeckes3: Use bitmap_talloc in init_dptrs
2010-03-15 Jeremy AllisonRemove reference to conn->admin_user in preparation...
2010-03-15 Jeremy AllisonRever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove...
2010-03-12 Jeremy AllisonRemove more uses of "extern struct current_user current...
2010-02-10 Andrew Tridgells3-smbd: update to use new DLIST macros
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-07 Volker Lendeckes3: Remove some code that has become unnecessary
2009-11-23 Volker LendeckeRevert "s3: Make the implicit reference to Protocol...
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in is_in_pa...
2009-11-18 Volker Lendeckes3: Replace some create_synthetic_smb_fname() calls
2009-11-18 Volker Lendeckes3: Do not talloc in readdir
2009-08-28 Aravind Srinivasans3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Stefan Metzmachers3:smbd: move dptr globals into struct smbd_server_conn...
2009-08-07 Stefan Metzmachers3:smbd: remove dirptr and dirpath from connection_struct
2009-08-07 Stefan Metzmachers3:smbd: let get_dir_entry() use smbd_dirptr_get_entry()
2009-08-07 Stefan Metzmachers3:smbd: add generic smbd_dirptr_get_entry()
2009-08-07 Stefan Metzmachers3:smbd: don't ignore check_descend in get_dir_entry()
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-06-26 Tim Proutys3 file_access: Convert some more functions over to...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-25 Tim Proutys3: Convert is_visible_file to use talloc_asprintf...
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-05-19 Aravind Srinivasans3: Always allocate memory in dptr_ReadDirName
2009-05-05 tproutys3: Fix trans2 path to use case-insensitive stat optimi...
2009-02-14 Volker LendeckeAttempt to fix the build on Solaris 8
2009-02-10 Steven Dannemans3: Added SMB_VFS_INIT_SEARCH_OP to initialize data...
2009-02-10 Steven DannemanPass stat buffer down through all levels of VFS_READDIR...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-12 Michael AdamMake sure to always set errno on error path in OpenDir...
2008-06-17 Michael Adamsmbd/dir.c: remove unneeded stat buf parameter from...
2008-06-17 Michael Adamfile_access: remove unneeded stat buf parameter from...
2008-06-15 Volker LendeckeRemove unused "extern struct current_user" from dir.c
2008-05-03 Jeremy AllisonRemove the "stat_open()" function, flag, and all associ...
2008-04-07 Stefan Metzmachersmbd: make it possible to disable get_file_infos()...
2008-04-07 Stefan Metzmacherlocking: combine get_delete_on_close_flag() and get_wri...
2008-04-07 Stefan Metzmachersmbd: implement the strange write time update logic
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Volker LendeckeConvert OpenDir to talloc, use talloc_tos()
2008-01-08 Volker LendeckeAllocate dirp->name_cache on demand only
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-06 Michael AdamRemove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
2007-12-22 James PeachUse filesystem capabilities to support case-insensitive...
2007-11-13 Volker LendeckeMake [f]get_nt_acl return NTSTATUS
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Jeremy Allisonr25111: Move to talloced pathnames on most code paths.
2007-10-10 Jeremy Allisonr25102: Rewrite msdfs code to use talloced filenames...
2007-10-10 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
2007-10-10 Jeremy Allisonr24639: Add parameter "directory name cache size" ...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Jeremy Allisonr21800: Check-in the DFS rewrite. I am still testing...
next