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
Age
Commit message (
Expand
)
Author
Files
Lines
1998-09-03
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
33
-447
/
+632
1998-09-03
changed the SMBtrans reply code to align at the same alignment as
Andrew Tridgell
1
-13
/
+8
1998-09-03
we were setting the strings 1 too long in make_srv_share_info1_str()
Andrew Tridgell
1
-2
/
+2
1998-09-03
fixed a bug in the name mangling code. It implicitly assumed that
Andrew Tridgell
3
-45
/
+43
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
3
-44
/
+5
1998-09-02
use /swat/ prefix in both inetd and cgi modes, to enable a static header.html
Andrew Tridgell
2
-19
/
+8
1998-09-01
Missed one struct stat.
Jeremy Allison
1
-2
/
+2
1998-09-01
More abstraction of file system data types, to move to a 64
Jeremy Allison
32
-185
/
+196
1998-09-01
need to istall new files
Andrew Tridgell
1
-1
/
+8
1998-09-01
spruced up SWAT a bit - it now uses the new Samba logo at the top and
Andrew Tridgell
1
-21
/
+27
1998-09-01
fixed a bug in the base64 hanlding that led to auth failures for some
Andrew Tridgell
1
-2
/
+6
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
16
-336
/
+455
1998-08-31
I looked at the refresh issue a bit more and discovered that Samba
Andrew Tridgell
1
-3
/
+4
1998-08-31
minor fixes to the DMB<->DMB sync code. We now get the dmb name from
Andrew Tridgell
1
-5
/
+10
1998-08-31
if an address is ipzero in cli_connect() then do a name query
Andrew Tridgell
1
-1
/
+2
1998-08-31
I realised that my DMB<->DMB sync code has the property that the
Andrew Tridgell
2
-2
/
+20
1998-08-31
fixed a comment
Andrew Tridgell
1
-1
/
+1
1998-08-31
set a maximum name refresh time of 20 minutes.
Andrew Tridgell
3
-3
/
+7
1998-08-31
cast the qsort to prevent warnings
Andrew Tridgell
1
-1
/
+1
1998-08-31
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
21
-107
/
+128
1998-08-30
added a dest_port parameter to send_mailslot() so we send replies to
Andrew Tridgell
7
-22
/
+27
1998-08-30
a couple of debug lines
Andrew Tridgell
1
-0
/
+2
1998-08-30
finished the asynchronous browse synchronisation code. It even seems
Andrew Tridgell
5
-142
/
+346
1998-08-30
This should fix the zombie problem that luke noticed.
Andrew Tridgell
1
-1
/
+1
1998-08-30
we we have successfully done a query on *<1b> from a wins server and
Andrew Tridgell
1
-7
/
+25
1998-08-30
changed the way that name query records are sorted in replies. They
Andrew Tridgell
4
-36
/
+54
1998-08-30
include our netbios names list and our workgroup in the wins.dat hash
Andrew Tridgell
1
-2
/
+22
1998-08-30
don't put two spaces at the start of lines if logging to stdout
Andrew Tridgell
1
-1
/
+3
1998-08-30
changed the format of the wins.dat file slightly.
Andrew Tridgell
3
-0
/
+39
1998-08-30
allow smbclient to connect to IPC$ as an IPC service
Andrew Tridgell
1
-2
/
+0
1998-08-30
- zero shared memory before freeing it
Andrew Tridgell
2
-6
/
+8
1998-08-30
added a function zero_free(void *, int size) that zeros an area of
Andrew Tridgell
1
-0
/
+11
1998-08-30
changed the size of a char array in the userdata_struct from 1 to 16
Andrew Tridgell
3
-1
/
+11
1998-08-30
added some defensive programming to nmbd. This mostly means zeroing
Andrew Tridgell
9
-13
/
+29
1998-08-29
got rid of calls to update_protected_database(). It was causing core
Andrew Tridgell
2
-74
/
+0
1998-08-29
don't exit on a SIGPIPE
Andrew Tridgell
1
-2
/
+1
1998-08-28
This checking fixes the statcache bug that stopped NetBench from running
Jeremy Allison
10
-44
/
+91
1998-08-28
nmbd would core dump if a large number of netbios aliases is set. The
Andrew Tridgell
1
-2
/
+3
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
10
-51
/
+327
1998-08-26
oops - added /usr/include/rpc includes.
Luke Leighton
1
-1
/
+2
1998-08-26
use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() for
Andrew Tridgell
3
-2
/
+3
1998-08-26
get includes right for systems that use getpwanam()
Andrew Tridgell
1
-0
/
+6
1998-08-26
took all the rpc includes back out until we can work out _why_ freebsd
Andrew Tridgell
1
-24
/
+0
1998-08-26
added a warning when loading a parameter that is deprecated
Andrew Tridgell
1
-0
/
+5
1998-08-25
added loads of pointless rpcsvc/ and rpc/ include files, all because
Luke Leighton
4
-6
/
+41
1998-08-25
proto changes
Andrew Tridgell
1
-1
/
+5
1998-08-25
some smbtorture hacks (random IPC calls)
Andrew Tridgell
2
-9
/
+65
[next]