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
Age
Commit message (
Expand
)
Author
Files
Lines
1998-09-05
fixed a stat cache bug (the one found by Matthew Geier).
Andrew Tridgell
1
-1
/
+5
1998-09-05
some cleanups to use ZERO_STRUCT() and friends
Andrew Tridgell
4
-9
/
+11
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
11
-266
/
+247
1998-09-05
Fixed one more Debug problem with inode in non-64 bit case.
Jeremy Allison
1
-1
/
+1
1998-09-05
Bugfix for leak in reference counted file struct.
Jeremy Allison
4
-15
/
+13
1998-09-04
Modified dev_t and ino_t code to be 64 bit clean (including changes
Jeremy Allison
4
-32
/
+170
1998-09-04
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
2
-9
/
+13
1998-09-03
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
10
-162
/
+172
1998-09-03
changed the SMBtrans reply code to align at the same alignment as
Andrew Tridgell
1
-13
/
+8
1998-09-03
fixed a bug in the name mangling code. It implicitly assumed that
Andrew Tridgell
2
-40
/
+40
1998-09-02
Fix for PR#9497 - not waiting for child.
Jeremy Allison
1
-2
/
+4
1998-09-02
we are never interested in SIGPIPE so just ignore (block) it
Andrew Tridgell
1
-23
/
+3
1998-09-01
More abstraction of file system data types, to move to a 64
Jeremy Allison
13
-99
/
+99
1998-09-01
check that a valid pipe is passed before doing a pipe close.
Andrew Tridgell
1
-0
/
+4
1998-08-31
configure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison
6
-29
/
+42
1998-08-31
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
4
-19
/
+19
1998-08-28
This checking fixes the statcache bug that stopped NetBench from running
Jeremy Allison
2
-7
/
+15
1998-08-27
Fixed stat cache statistics calculation. Oops.
Jeremy Allison
1
-1
/
+1
1998-08-27
This is the stat cache code - seems to work fine (needs heavy
Jeremy Allison
7
-50
/
+312
1998-08-25
changed the default permissions code to do this:
Andrew Tridgell
1
-12
/
+1
1998-08-25
Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...
Jeremy Allison
2
-2
/
+4
1998-08-24
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
2
-3
/
+3
1998-08-22
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
1
-7
/
+1
1998-08-21
nmbd and smbd had different behavior with respect to log files. nmbd would
Christopher R. Hertel
1
-7
/
+11
1998-08-21
don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -
Andrew Tridgell
1
-0
/
+4
1998-08-21
added new smb.conf option "panic action". see my samba-technical
Andrew Tridgell
1
-3
/
+1
1998-08-21
fixed a bug in trans2_qfilepathinfo() where we used the length of the
Andrew Tridgell
1
-0
/
+4
1998-08-21
Fixes for the problem in blocking locks with file_fsp returning the
Jeremy Allison
3
-32
/
+51
1998-08-20
Turning on blocking locking code. NB. Blocking lock requests that are not
Jeremy Allison
6
-86
/
+316
1998-08-19
Blocking lock code split out...
Jeremy Allison
1
-0
/
+375
1998-08-19
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
4
-117
/
+176
1998-08-17
smbd/nttrans.c: Fixed bug in split off pipe code.
Jeremy Allison
1
-0
/
+4
1998-08-17
Fixed bug introduced by the recent changes where the chain_fnum
Jeremy Allison
3
-171
/
+193
1998-08-17
removed some of the rough edges from the splitup
Andrew Tridgell
2
-435
/
+456
1998-08-17
move soem variables from server.c that don't belong there.
Andrew Tridgell
4
-51
/
+30
1998-08-17
this completes the splitup of server.c.
Andrew Tridgell
8
-3322
/
+3523
1998-08-17
more splitting of server.c
Andrew Tridgell
4
-557
/
+610
1998-08-17
now that we have no global arrays we can start to split up the monster
Andrew Tridgell
3
-485
/
+532
1998-08-17
added some optimisation for the case where the number of open files is
Andrew Tridgell
2
-50
/
+24
1998-08-17
moved connection_struct handling code into smbd/conn.c and changed it
Andrew Tridgell
4
-128
/
+227
1998-08-17
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
6
-60
/
+67
1998-08-17
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
5
-134
/
+114
1998-08-16
- some tidying up in files.c
Andrew Tridgell
3
-11
/
+10
1998-08-16
got rid of the Files[] array completely (previously I'd just made it
Andrew Tridgell
4
-151
/
+212
1998-08-16
server.c: fixed a bug in close_file() with the new files.c handling code
Andrew Tridgell
1
-15
/
+14
1998-08-16
changed find_free_file() to file_new().
Andrew Tridgell
4
-11
/
+11
1998-08-15
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
7
-806
/
+820
1998-08-15
configure: Changes for extra headers.
Jeremy Allison
8
-28
/
+28
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
13
-2946
/
+2648
[prev]
[next]