index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison
1998-08-31
16
-336
/
+455
*
I looked at the refresh issue a bit more and discovered that Samba
Andrew Tridgell
1998-08-31
1
-3
/
+4
*
minor fixes to the DMB<->DMB sync code. We now get the dmb name from
Andrew Tridgell
1998-08-31
1
-5
/
+10
*
if an address is ipzero in cli_connect() then do a name query
Andrew Tridgell
1998-08-31
1
-1
/
+2
*
I realised that my DMB<->DMB sync code has the property that the
Andrew Tridgell
1998-08-31
2
-2
/
+20
*
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
3
-3
/
+7
*
cast the qsort to prevent warnings
Andrew Tridgell
1998-08-31
1
-1
/
+1
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
21
-107
/
+128
*
added a dest_port parameter to send_mailslot() so we send replies to
Andrew Tridgell
1998-08-30
7
-22
/
+27
*
a couple of debug lines
Andrew Tridgell
1998-08-30
1
-0
/
+2
*
finished the asynchronous browse synchronisation code. It even seems
Andrew Tridgell
1998-08-30
5
-142
/
+346
*
This should fix the zombie problem that luke noticed.
Andrew Tridgell
1998-08-30
1
-1
/
+1
*
we we have successfully done a query on *<1b> from a wins server and
Andrew Tridgell
1998-08-30
1
-7
/
+25
*
changed the way that name query records are sorted in replies. They
Andrew Tridgell
1998-08-30
4
-36
/
+54
*
include our netbios names list and our workgroup in the wins.dat hash
Andrew Tridgell
1998-08-30
1
-2
/
+22
*
don't put two spaces at the start of lines if logging to stdout
Andrew Tridgell
1998-08-30
1
-1
/
+3
*
changed the format of the wins.dat file slightly.
Andrew Tridgell
1998-08-30
3
-0
/
+39
*
allow smbclient to connect to IPC$ as an IPC service
Andrew Tridgell
1998-08-30
1
-2
/
+0
*
- zero shared memory before freeing it
Andrew Tridgell
1998-08-30
2
-6
/
+8
*
added a function zero_free(void *, int size) that zeros an area of
Andrew Tridgell
1998-08-30
1
-0
/
+11
*
changed the size of a char array in the userdata_struct from 1 to 16
Andrew Tridgell
1998-08-30
3
-1
/
+11
*
added some defensive programming to nmbd. This mostly means zeroing
Andrew Tridgell
1998-08-30
9
-13
/
+29
*
got rid of calls to update_protected_database(). It was causing core
Andrew Tridgell
1998-08-29
2
-74
/
+0
*
don't exit on a SIGPIPE
Andrew Tridgell
1998-08-29
1
-2
/
+1
*
This checking fixes the statcache bug that stopped NetBench from running
Jeremy Allison
1998-08-28
10
-44
/
+91
*
nmbd would core dump if a large number of netbios aliases is set. The
Andrew Tridgell
1998-08-28
1
-2
/
+3
*
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
10
-51
/
+327
*
oops - added /usr/include/rpc includes.
Luke Leighton
1998-08-26
1
-1
/
+2
*
use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() for
Andrew Tridgell
1998-08-26
3
-2
/
+3
*
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 a warning when loading a parameter that is deprecated
Andrew Tridgell
1998-08-26
1
-0
/
+5
*
added loads of pointless rpcsvc/ and rpc/ include files, all because
Luke Leighton
1998-08-25
4
-6
/
+41
*
proto changes
Andrew Tridgell
1998-08-25
1
-1
/
+5
*
some smbtorture hacks (random IPC calls)
Andrew Tridgell
1998-08-25
2
-9
/
+65
*
changed the default permissions code to do this:
Andrew Tridgell
1998-08-25
3
-14
/
+3
*
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
13
-58
/
+58
*
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
11
-12
/
+106
*
expanded MAX_LOOKUP_SIDS to 30 (I saw 21 in a packet)
Andrew Tridgell
1998-08-22
1
-1
/
+1
*
Just tweaking.
Christopher R. Hertel
1998-08-21
1
-2
/
+20
*
nmbd and smbd had different behavior with respect to log files. nmbd would
Christopher R. Hertel
1998-08-21
2
-12
/
+22
*
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
6
-20
/
+17
*
use ZERO_STRUCT() to initialise lots of structures.
Andrew Tridgell
1998-08-21
2
-2
/
+60
*
added a macro ZERO_STRUCT() which is useful for initialising
Andrew Tridgell
1998-08-21
1
-0
/
+3
*
Submitting the smbtar changes to the main branch as well.
Richard Sharpe
1998-08-21
1
-1
/
+6
[next]