r25554: Convert last instances of BOOL, True and False to the standard types.
[amitay/samba.git] / source4 / ntvfs / posix / pvfs_dirlist.c
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr18342: a bit more explanation of these strange values
2007-10-10 Andrew Tridgellr18341: ooh this gets subtle - this needed for xfs...
2007-10-10 Andrew Tridgellr18319: fixed the directory search resume code on IRIX
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 James Peachr15189: Add parentheses to force ISDOt and ISDOTDOT...
2007-10-10 James Peachr15186: Introduce ISDOT and ISDOTDOT macros for testing...
2007-10-10 Stefan Metzmacherr14456: don't access the smbsrv_tcon inside the ntvfs...
2007-10-10 Jelmer Vernooijr9792: Rename StrCaseCmp -> strcasecmp_m. All these...
2007-10-10 Andrew Tridgellr9007: fixed error code for setting delete on close...
2007-10-10 Andrew Tridgellr8753: fixed directory handling on systems that do...
2007-10-10 Andrew Tridgellr8535: no longer rely on seekdir working after a closed...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4165: added a 100 element name cache to cope with...
2007-10-10 Andrew Tridgellr4163: 2nd attempt at fixing the OS/2 "del *" problem
2007-10-10 Andrew Tridgellr4162: this should fix the delete/findnext problem...
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3268: - fixed wildcard handling in new dirlist code
2007-10-10 Andrew Tridgellr3262: - new pvfs_dirlist code that reopens the directo...
2007-10-10 Andrew Tridgellr3260: redid the pvfs_dirlist() interface in preparatio...
2007-10-10 Andrew Tridgellr2927: imported the hash2 name mangling code from Samba...
2007-10-10 Andrew Tridgellr2786: - match on both long and short name for search...
2007-10-10 Andrew Tridgellr2679: fixed an uninitialised variable found with valgrind
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2503: the RAW-SEARCH test now mostly passes against...
2007-10-10 Andrew Tridgellr2404: the first large lump of posix vfs stuff.