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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a "stat cache" boolean smb.conf option. (defaults to on)
Andrew Tridgell
1998-09-06
3
-2
/
+15
*
fixed a stat cache bug (the one found by Matthew Geier).
Andrew Tridgell
1998-09-05
1
-1
/
+5
*
added a configuration summary at the end of ./configure. It also
Andrew Tridgell
1998-09-05
3
-0
/
+55
*
expand the sysv shmem test to look for semaphores as well as shared
Andrew Tridgell
1998-09-05
1
-1
/
+21
*
some cleanups to use ZERO_STRUCT() and friends
Andrew Tridgell
1998-09-05
13
-21
/
+23
*
some people are foolishly running ./configure from other than the
Andrew Tridgell
1998-09-05
6
-75
/
+118
*
ahh, the joy of deleting large chunks of code that someone else has
Andrew Tridgell
1998-09-05
5
-77
/
+0
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
53
-2783
/
+463
*
Fixed one more Debug problem with inode in non-64 bit case.
Jeremy Allison
1998-09-05
1
-1
/
+1
*
Bugfix for leak in reference counted file struct.
Jeremy Allison
1998-09-05
6
-15
/
+19
*
got rid of interpret_security(). Thanks to Jean-Francois for pointing
Andrew Tridgell
1998-09-05
2
-18
/
+0
*
Modified dev_t and ino_t code to be 64 bit clean (including changes
Jeremy Allison
1998-09-04
10
-134
/
+443
*
Fixed uppercasing of share name (pointed out by Jean-Francois).
Jeremy Allison
1998-09-04
1
-1
/
+0
*
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
1998-09-04
13
-173
/
+298
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
33
-447
/
+632
*
changed the SMBtrans reply code to align at the same alignment as
Andrew Tridgell
1998-09-03
1
-13
/
+8
*
we were setting the strings 1 too long in make_srv_share_info1_str()
Andrew Tridgell
1998-09-03
1
-2
/
+2
*
fixed a bug in the name mangling code. It implicitly assumed that
Andrew Tridgell
1998-09-03
3
-45
/
+43
*
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
3
-44
/
+5
*
use /swat/ prefix in both inetd and cgi modes, to enable a static header.html
Andrew Tridgell
1998-09-02
2
-19
/
+8
*
Missed one struct stat.
Jeremy Allison
1998-09-01
1
-2
/
+2
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
32
-185
/
+196
*
need to istall new files
Andrew Tridgell
1998-09-01
1
-1
/
+8
*
spruced up SWAT a bit - it now uses the new Samba logo at the top and
Andrew Tridgell
1998-09-01
1
-21
/
+27
*
fixed a bug in the base64 hanlding that led to auth failures for some
Andrew Tridgell
1998-09-01
1
-2
/
+6
*
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
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
[next]