index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bugfix for leak in reference counted file struct.
Jeremy Allison
1998-09-05
1
-0
/
+2
*
got rid of interpret_security(). Thanks to Jean-Francois for pointing
Andrew Tridgell
1998-09-05
1
-1
/
+0
*
Modified dev_t and ino_t code to be 64 bit clean (including changes
Jeremy Allison
1998-09-04
2
-2
/
+18
*
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
1998-09-04
3
-16
/
+53
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
4
-19
/
+61
*
fixed a bug in the name mangling code. It implicitly assumed that
Andrew Tridgell
1998-09-03
1
-5
/
+3
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
2
-19
/
+30
*
configure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison
1998-08-31
4
-47
/
+69
*
fixed a comment
Andrew Tridgell
1998-08-31
1
-1
/
+1
*
set a maximum name refresh time of 20 minutes.
Andrew Tridgell
1998-08-31
1
-0
/
+4
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
1
-1
/
+1
*
added a dest_port parameter to send_mailslot() so we send replies to
Andrew Tridgell
1998-08-30
1
-1
/
+2
*
finished the asynchronous browse synchronisation code. It even seems
Andrew Tridgell
1998-08-30
1
-0
/
+8
*
changed the way that name query records are sorted in replies. They
Andrew Tridgell
1998-08-30
1
-0
/
+1
*
changed the format of the wins.dat file slightly.
Andrew Tridgell
1998-08-30
1
-0
/
+1
*
changed the size of a char array in the userdata_struct from 1 to 16
Andrew Tridgell
1998-08-30
3
-1
/
+11
*
This checking fixes the statcache bug that stopped NetBench from running
Jeremy Allison
1998-08-28
1
-2
/
+3
*
This is the stat cache code - seems to work fine (needs heavy
Jeremy Allison
1998-08-27
3
-1
/
+15
*
use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() for
Andrew Tridgell
1998-08-26
1
-0
/
+1
*
get includes right for systems that use getpwanam()
Andrew Tridgell
1998-08-26
1
-0
/
+6
*
took all the rpc includes back out until we can work out _why_ freebsd
Andrew Tridgell
1998-08-26
1
-24
/
+0
*
added loads of pointless rpcsvc/ and rpc/ include files, all because
Luke Leighton
1998-08-25
2
-0
/
+35
*
proto changes
Andrew Tridgell
1998-08-25
1
-1
/
+5
*
changed the default permissions code to do this:
Andrew Tridgell
1998-08-25
1
-0
/
+1
*
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
1998-08-24
1
-2
/
+2
*
resource.h on FreeBSD 2.1 requires sys/time.h to come first.
Luke Leighton
1998-08-24
1
-11
/
+11
*
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
1998-08-22
1
-0
/
+4
*
expanded MAX_LOOKUP_SIDS to 30 (I saw 21 in a packet)
Andrew Tridgell
1998-08-22
1
-1
/
+1
*
added new smb.conf option "panic action". see my samba-technical
Andrew Tridgell
1998-08-21
2
-5
/
+2
*
added a macro ZERO_STRUCT() which is useful for initialising
Andrew Tridgell
1998-08-21
1
-0
/
+3
*
Turning on blocking locking code. NB. Blocking lock requests that are not
Jeremy Allison
1998-08-20
1
-3
/
+3
*
added a test for a working setresuid
Andrew Tridgell
1998-08-19
1
-3
/
+1
*
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
1998-08-19
2
-2
/
+9
*
Fixed bug introduced by the recent changes where the chain_fnum
Jeremy Allison
1998-08-17
1
-1
/
+3
*
this completes the splitup of server.c.
Andrew Tridgell
1998-08-17
1
-26
/
+49
*
more splitting of server.c
Andrew Tridgell
1998-08-17
1
-6
/
+15
*
now that we have no global arrays we can start to split up the monster
Andrew Tridgell
1998-08-17
2
-8
/
+19
*
added some optimisation for the case where the number of open files is
Andrew Tridgell
1998-08-17
2
-0
/
+54
*
moved connection_struct handling code into smbd/conn.c and changed it
Andrew Tridgell
1998-08-17
3
-11
/
+14
*
converted the policy code to use a linked list and bitmap. This saves
Andrew Tridgell
1998-08-17
1
-1
/
+1
*
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1998-08-17
2
-8
/
+3
*
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
1998-08-17
3
-13
/
+12
*
I think it is pretty much decided that the next major version will be
Andrew Tridgell
1998-08-16
1
-1
/
+1
*
added include of sys/resource.h
Andrew Tridgell
1998-08-16
2
-0
/
+8
*
got rid of the Files[] array completely (previously I'd just made it
Andrew Tridgell
1998-08-16
2
-1
/
+9
*
server.c: fixed a bug in close_file() with the new files.c handling code
Andrew Tridgell
1998-08-16
2
-12
/
+19
*
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
1998-08-15
3
-42
/
+59
*
moved the printing related files to a separate printing/ directory.
Andrew Tridgell
1998-08-15
2
-27
/
+27
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
4
-3
/
+34
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
5
-189
/
+251
[next]