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
/
source3
/
smbd
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
1998-10-04
added support for printing via smbwrapper
Andrew Tridgell
1
-7
/
+7
1998-09-28
Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.
Jeremy Allison
1
-0
/
+4
1998-09-23
First cut at kernel oplocks. This should have no effect unless runnin
Jeremy Allison
1
-3
/
+1
1998-09-23
look at the CAP_NT_SMBS bit in the client capabilities to determine if
Andrew Tridgell
1
-15
/
+20
1998-09-20
3 changes:
Andrew Tridgell
1
-9
/
+12
1998-09-18
gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a
Andrew Tridgell
1
-34
/
+11
1998-09-17
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1
-7
/
+16
1998-09-17
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1
-5
/
+2
1998-09-11
Ok - this is the 'expose 64 bit to the clients' checkin.
Jeremy Allison
1
-20
/
+70
1998-09-05
ahh, the joy of deleting large chunks of code that someone else has
Andrew Tridgell
1
-4
/
+0
1998-09-05
tridge the destroyer returns!
Andrew Tridgell
1
-1
/
+1
1998-09-03
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1
-97
/
+104
1998-09-01
More abstraction of file system data types, to move to a 64
Jeremy Allison
1
-12
/
+12
1998-08-31
configure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison
1
-1
/
+4
1998-08-27
This is the stat cache code - seems to work fine (needs heavy
Jeremy Allison
1
-7
/
+7
1998-08-25
Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...
Jeremy Allison
1
-1
/
+3
1998-08-21
don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -
Andrew Tridgell
1
-0
/
+4
1998-08-21
fixed a bug in trans2_qfilepathinfo() where we used the length of the
Andrew Tridgell
1
-0
/
+4
1998-08-17
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1
-3
/
+2
1998-08-16
changed find_free_file() to file_new().
Andrew Tridgell
1
-1
/
+1
1998-08-15
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
1
-24
/
+21
1998-08-15
configure: Changes for extra headers.
Jeremy Allison
1
-4
/
+6
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1
-287
/
+322
1998-08-11
include/smb.h: Removed dir_ptr. Not needed.
Jeremy Allison
1
-4
/
+4
1998-08-10
Makefile.in: Fixed make clean bug with CVS directory in bin/.
Jeremy Allison
1
-0
/
+19
1998-07-31
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1
-14
/
+13
1998-07-30
Makefile.in: Moved UBIQX stuff into UTILOBJ.
Jeremy Allison
1
-9
/
+11
1998-07-29
locking.c: Print messages when we downgrade a lock.
Jeremy Allison
1
-19
/
+29
1998-07-17
nttrans.c: Added FILE_EXECUTE to required permissions checked.
Jeremy Allison
1
-11
/
+11
1998-07-09
NT SMB trans reply code.
Jeremy Allison
1
-73
/
+77
1998-07-01
includes.h: AIX fix.
Jeremy Allison
1
-0
/
+4
1998-05-26
smb.h: More NT SMB stuff (just defines).
Jeremy Allison
1
-2
/
+10
1998-05-20
Fixed incorrect last arg to safe_strcpy in new wildcard code.
Jeremy Allison
1
-1
/
+1
1998-05-20
Minor tweak for wcard compatibility paranoia.
Jeremy Allison
1
-1
/
+1
1998-05-20
Fixed Samba's wildcard algorithm to be *exactly* the same
Jeremy Allison
1
-1
/
+10
1998-05-12
This is a security audit change of the main source.
Jeremy Allison
1
-19
/
+19
1998-05-11
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1
-2
/
+2
1998-05-08
smb.h: Supporting defines for NT trans calls.
Jeremy Allison
1
-4
/
+8
1998-03-31
includes.h: Added semaphore fix for HPUX10.x
Jeremy Allison
1
-0
/
+14
1998-03-16
Adding the same change as was added to 1.9.18 branch to add the
Jeremy Allison
1
-6
/
+6
1998-03-03
Change the multibyte character set support so that
Jeremy Allison
1
-0
/
+5
1998-02-26
Fix for NT redirector bug where deltree fails if the resume key
Jeremy Allison
1
-9
/
+69
1998-02-20
nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...
Jeremy Allison
1
-2
/
+2
1998-02-13
Ding-dong the witch is dead, the witch is dead......
Jeremy Allison
1
-18
/
+8
1998-02-11
Makefile: Added AIX 3.2.5.
Jeremy Allison
1
-5
/
+25
1998-02-07
A small raft of changes, I will sync up with 1.9.18 also.
Jeremy Allison
1
-6
/
+7
1998-01-28
Fix from Charles Hoch (hoch@hpl.hp.com). Whne there is no data
Jeremy Allison
1
-2
/
+4
1998-01-25
always align both the parameter and data bytes on a 4 byte boundary in
Andrew Tridgell
1
-8
/
+20
1998-01-24
Added get_create_time() function to time.c.
Jeremy Allison
1
-6
/
+9
1998-01-22
This is *not* a big change (although it looks like one).
Jeremy Allison
1
-1
/
+1
[next]