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
/
smb_server
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r8527: found an uninitialised variable in 'make valgrindtest'
Andrew Tridgell
1
-10
/
+11
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-7
/
+7
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-2
/
+3
2007-10-10
r4383: in order to cope with overfilled buffers on trans2 findfirst we need t...
Andrew Tridgell
1
-5
/
+6
2007-10-10
r4284: fixed a problem with very large EA lists and OS/2 clients. These
Andrew Tridgell
1
-17
/
+28
2007-10-10
r4263: added support for the trans2 RAW_SEARCH_EA_LIST information
Andrew Tridgell
1
-0
/
+42
2007-10-10
r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfo
Andrew Tridgell
1
-0
/
+27
2007-10-10
r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...
Andrew Tridgell
1
-15
/
+3
2007-10-10
r4232: added server support for multi-part SMBtrans requests, while
Andrew Tridgell
1
-86
/
+248
2007-10-10
r4214: possibly fix the "no-EAs" bug from OS/2
Andrew Tridgell
1
-7
/
+2
2007-10-10
r4182: fixed trans2 mkdir, allowing mkdir with an initial EA list
Andrew Tridgell
1
-0
/
+43
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3971: fix compiler warnings
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r3830: unified the query/set security descriptor code with the rest of the
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3593: fixed the trans2 t2open reply to initialise all bytes (bug found by va...
Andrew Tridgell
1
-4
/
+6
2007-10-10
r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...
Andrew Tridgell
1
-0
/
+61
2007-10-10
r3466: split out request.h, signing.h, and smb_server.h
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3425: got rid of a bunch of cruft from rewrite.h
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3350: fixed a bug with sending multiple replies for the one request, as
Andrew Tridgell
1
-29
/
+34
2007-10-10
r3054: use talloc_zero_array_p() in a couple of places
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2784: - fixed alignment of ascii directory listings
Andrew Tridgell
1
-1
/
+14
2007-10-10
r2751: this is a new ntvfs design which tries to solve:
Stefan Metzmacher
1
-32
/
+22
2007-10-10
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2618: before we had refererence counts in talloc I added a hack in the
Andrew Tridgell
1
-5
/
+3
2007-10-10
r2552: Character set conversion and string handling updates.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r2503: the RAW-SEARCH test now mostly passes against the posix backend
Andrew Tridgell
1
-1
/
+2
2007-10-10
r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and
Andrew Tridgell
1
-0
/
+4
2007-10-10
r2249: got rid of some more mem_ctx elements in structures
Andrew Tridgell
1
-6
/
+6
2007-10-10
r2046: fixed two server packet format errors found with the RAW-* tests
Andrew Tridgell
1
-4
/
+3
2007-10-10
r2044: fixed two unin
Andrew Tridgell
1
-0
/
+2
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1741: fixed padding of setpathinfo in server
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r1470: Get the smb_trans2 structure out of the rap_cli_call struct.
Volker Lendecke
1
-1
/
+1
2007-10-10
r1291: rename struct smbsrv_context to smbsrv_connection
Stefan Metzmacher
1
-15
/
+15
2007-10-10
r1280: rename struct request_context to smbsrv_request
Stefan Metzmacher
1
-24
/
+24
2007-10-10
r1279: rename struct tcon_context to smbsrv_tcon
Stefan Metzmacher
1
-19
/
+19
2007-10-10
r1277: rename struct server_context to smbsrv_ontext
Stefan Metzmacher
1
-15
/
+15
2007-10-10
r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...
Andrew Tridgell
1
-1
/
+5
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
1
-27
/
+27
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
1
-33
/
+33
2007-10-10
r612: fixed a timezone call typo noticed by abartlet
Andrew Tridgell
1
-3
/
+3
2007-10-10
r152: a quick airport commit ....
Andrew Tridgell
1
-15
/
+15
2004-03-26
copy with a null volume name in a trans2 QFSINFO call
Andrew Tridgell
1
-1
/
+1
2004-02-03
- move all SMB server stuff to smb_server/*
Stefan Metzmacher
1
-0
/
+1411