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
/
source4
/
ntvfs
/
posix
/
pvfs_search.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-06-03
pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-9
/
+9
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23067: use 'const union smb_search_data *file' also in the server code to ge...
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r22842: fix directory listing of SMB2 and include directories and hidden files
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18319: fixed the directory search resume code on IRIX
Andrew Tridgell
1
-15
/
+24
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17752: using -1 in a uint16_t value causes compiler warnings,
Stefan Metzmacher
1
-4
/
+6
2007-10-10
r16876: implement SMB2 Find in the posix ntvfs backend
Stefan Metzmacher
1
-0
/
+160
2007-10-10
r16834: split the level's of smb_search_first/smb_search_next and the levels
Stefan Metzmacher
1
-38
/
+78
2007-10-10
r15855: more talloc_set_destructor() typesafe fixes. nearly done ...
Andrew Tridgell
1
-2
/
+1
2007-10-10
r14540: fix a talloc hierachie problem,
Stefan Metzmacher
1
-25
/
+14
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14456: don't access the smbsrv_tcon inside the ntvfs modules
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r8535: no longer rely on seekdir working after a closedir. Instead, keep
Andrew Tridgell
1
-11
/
+28
2007-10-10
r6229: Back out these changes ...
Richard Sharpe
1
-1
/
+1
2007-10-10
r6219: This change allows us to fall back to authenticating without
Richard Sharpe
1
-1
/
+1
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-1
/
+0
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-3
/
+3
2007-10-10
r4615: added acl checking on directory search in pvfs
Andrew Tridgell
1
-0
/
+11
2007-10-10
r4263: added support for the trans2 RAW_SEARCH_EA_LIST information
Andrew Tridgell
1
-0
/
+21
2007-10-10
r4165: added a 100 element name cache to cope with some amount of seeking
Andrew Tridgell
1
-5
/
+5
2007-10-10
r4162: this should fix the delete/findnext problem from OS/2 clients. Thanks
Andrew Tridgell
1
-0
/
+4
2007-10-10
r4067: no matches in findnext is not an error
Andrew Tridgell
1
-5
/
+0
2007-10-10
r3747: - added some of the infrastructure needed for streams support in pvfs
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3544: fixed some #include lines to make them more consistent
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3455: some more portability fixes. We nearly compile on solaris again now.
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3276: - allow for more than 256 open old style searches (limit currently set...
Andrew Tridgell
1
-4
/
+50
2007-10-10
r3262: - new pvfs_dirlist code that reopens the directory between search
Andrew Tridgell
1
-19
/
+21
2007-10-10
r3260: redid the pvfs_dirlist() interface in preparation for a "keep
Andrew Tridgell
1
-39
/
+30
2007-10-10
r3248: don't stop searches on failed fill_search_info()
Andrew Tridgell
1
-7
/
+1
2007-10-10
r3240: - update the rules for what error codes should be given on the
Andrew Tridgell
1
-2
/
+3
2007-10-10
r3207: - reformat error msgs in BASE-DIR* tests
Andrew Tridgell
1
-2
/
+4
2007-10-10
r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3056: added a id -> pointer data structure (a type of radix tree). This is
Andrew Tridgell
1
-58
/
+35
2007-10-10
r2904: - fixed the old style SMBsearch to return the pvfs shortname, not a tr...
Andrew Tridgell
1
-2
/
+5
2007-10-10
r2788: prevent a memory leak in the pvfs search backend
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2751: this is a new ntvfs design which tries to solve:
Stefan Metzmacher
1
-12
/
+17
2007-10-10
r2561: completely redid the ntvfs module chaining code, You can now do someth...
Andrew Tridgell
1
-5
/
+5
2007-10-10
r2520: - finished implementing the server side of the old style search requests
Andrew Tridgell
1
-81
/
+200
2007-10-10
r2503: the RAW-SEARCH test now mostly passes against the posix backend
Andrew Tridgell
1
-100
/
+242
2007-10-10
r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and
Andrew Tridgell
1
-20
/
+90
2007-10-10
r2436: the second big lump of posix vfs code.
Andrew Tridgell
1
-29
/
+22
2007-10-10
r2404: the first large lump of posix vfs stuff.
Andrew Tridgell
1
-0
/
+250