index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed a bug in the name mangling code. It implicitly assumed that
Andrew Tridgell
1998-09-03
2
-40
/
+40
*
Fix for PR#9497 - not waiting for child.
Jeremy Allison
1998-09-02
1
-2
/
+4
*
we are never interested in SIGPIPE so just ignore (block) it
Andrew Tridgell
1998-09-02
1
-23
/
+3
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
13
-99
/
+99
*
check that a valid pipe is passed before doing a pipe close.
Andrew Tridgell
1998-09-01
1
-0
/
+4
*
configure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison
1998-08-31
6
-29
/
+42
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
4
-19
/
+19
*
This checking fixes the statcache bug that stopped NetBench from running
Jeremy Allison
1998-08-28
2
-7
/
+15
*
Fixed stat cache statistics calculation. Oops.
Jeremy Allison
1998-08-27
1
-1
/
+1
*
This is the stat cache code - seems to work fine (needs heavy
Jeremy Allison
1998-08-27
7
-50
/
+312
*
changed the default permissions code to do this:
Andrew Tridgell
1998-08-25
1
-12
/
+1
*
Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...
Jeremy Allison
1998-08-25
2
-2
/
+4
*
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
1998-08-24
2
-3
/
+3
*
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
1998-08-22
1
-7
/
+1
*
nmbd and smbd had different behavior with respect to log files. nmbd would
Christopher R. Hertel
1998-08-21
1
-7
/
+11
*
don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -
Andrew Tridgell
1998-08-21
1
-0
/
+4
*
added new smb.conf option "panic action". see my samba-technical
Andrew Tridgell
1998-08-21
1
-3
/
+1
*
fixed a bug in trans2_qfilepathinfo() where we used the length of the
Andrew Tridgell
1998-08-21
1
-0
/
+4
*
Fixes for the problem in blocking locks with file_fsp returning the
Jeremy Allison
1998-08-21
3
-32
/
+51
*
Turning on blocking locking code. NB. Blocking lock requests that are not
Jeremy Allison
1998-08-20
6
-86
/
+316
*
Blocking lock code split out...
Jeremy Allison
1998-08-19
1
-0
/
+375
*
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
1998-08-19
4
-117
/
+176
*
smbd/nttrans.c: Fixed bug in split off pipe code.
Jeremy Allison
1998-08-17
1
-0
/
+4
*
Fixed bug introduced by the recent changes where the chain_fnum
Jeremy Allison
1998-08-17
3
-171
/
+193
*
removed some of the rough edges from the splitup
Andrew Tridgell
1998-08-17
2
-435
/
+456
*
move soem variables from server.c that don't belong there.
Andrew Tridgell
1998-08-17
4
-51
/
+30
*
this completes the splitup of server.c.
Andrew Tridgell
1998-08-17
8
-3322
/
+3523
*
more splitting of server.c
Andrew Tridgell
1998-08-17
4
-557
/
+610
*
now that we have no global arrays we can start to split up the monster
Andrew Tridgell
1998-08-17
3
-485
/
+532
*
added some optimisation for the case where the number of open files is
Andrew Tridgell
1998-08-17
2
-50
/
+24
*
moved connection_struct handling code into smbd/conn.c and changed it
Andrew Tridgell
1998-08-17
4
-128
/
+227
*
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1998-08-17
6
-60
/
+67
*
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
1998-08-17
5
-134
/
+114
*
- some tidying up in files.c
Andrew Tridgell
1998-08-16
3
-11
/
+10
*
got rid of the Files[] array completely (previously I'd just made it
Andrew Tridgell
1998-08-16
4
-151
/
+212
*
server.c: fixed a bug in close_file() with the new files.c handling code
Andrew Tridgell
1998-08-16
1
-15
/
+14
*
changed find_free_file() to file_new().
Andrew Tridgell
1998-08-16
4
-11
/
+11
*
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
1998-08-15
7
-806
/
+820
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
8
-28
/
+28
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
13
-2946
/
+2648
*
Debug output formatting change. I'm trying to combine log lines that
Christopher R. Hertel
1998-08-13
1
-4
/
+4
*
include/smb.h: Removed dir_ptr. Not needed.
Jeremy Allison
1998-08-11
4
-93
/
+95
*
Makefile.in: Added CHECK target back in (at Herb's request). Added
Jeremy Allison
1998-08-11
1
-1
/
+13
*
Makefile.in: Fixed make clean bug with CVS directory in bin/.
Jeremy Allison
1998-08-10
1
-0
/
+19
*
moved access.c into lib/ from smbd/ as it is needed by testparm. I
Andrew Tridgell
1998-08-10
1
-3
/
+9
*
split the system password checking routines out of smbd/password.c and
Andrew Tridgell
1998-08-10
2
-1042
/
+143
*
this gets smbd compiling and linking correctly with the new layout.
Andrew Tridgell
1998-08-09
4
-599
/
+18
*
added ignore rules for the dummy files
Andrew Tridgell
1998-08-09
1
-0
/
+1
*
these dummy files are needed for autoconf processing
Andrew Tridgell
1998-08-09
1
-0
/
+0
*
Fixed memory leak when freeing ChangeNotify structures.
Jeremy Allison
1998-08-05
1
-6
/
+6
[next]