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-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
1998-08-25
changed the default permissions code to do this:
Andrew Tridgell
3
-14
/
+3
1998-08-25
Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...
Jeremy Allison
2
-2
/
+4
1998-08-24
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
13
-58
/
+58
1998-08-24
resource.h on FreeBSD 2.1 requires sys/time.h to come first.
Luke Leighton
1
-11
/
+11
1998-08-22
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
11
-12
/
+106
1998-08-22
expanded MAX_LOOKUP_SIDS to 30 (I saw 21 in a packet)
Andrew Tridgell
1
-1
/
+1
1998-08-21
Just tweaking.
Christopher R. Hertel
1
-2
/
+20
1998-08-21
nmbd and smbd had different behavior with respect to log files. nmbd would
Christopher R. Hertel
2
-12
/
+22
1998-08-21
don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -
Andrew Tridgell
1
-0
/
+4
1998-08-21
added new smb.conf option "panic action". see my samba-technical
Andrew Tridgell
6
-20
/
+17
1998-08-21
use ZERO_STRUCT() to initialise lots of structures.
Andrew Tridgell
2
-2
/
+60
1998-08-21
added a macro ZERO_STRUCT() which is useful for initialising
Andrew Tridgell
1
-0
/
+3
1998-08-21
Submitting the smbtar changes to the main branch as well.
Richard Sharpe
1
-1
/
+6
1998-08-21
Fix "make clean" to also delete SPROGS.
John Terpstra
1
-1
/
+1
1998-08-21
and get the message right ...
Andrew Tridgell
1
-1
/
+1
1998-08-21
silly me.
Andrew Tridgell
1
-1
/
+1
1998-08-21
fixed a bug in trans2_qfilepathinfo() where we used the length of the
Andrew Tridgell
1
-0
/
+4
1998-08-21
Fixes for the problem in blocking locks with file_fsp returning the
Jeremy Allison
3
-32
/
+51
1998-08-20
Turning on blocking locking code. NB. Blocking lock requests that are not
Jeremy Allison
8
-89
/
+325
1998-08-20
testparm now prints a warning if the lock directory doesn't have 0644
Andrew Tridgell
1
-4
/
+15
1998-08-19
added a test for a working setresuid
Andrew Tridgell
4
-139
/
+176
1998-08-19
Blocking lock code split out...
Jeremy Allison
1
-0
/
+375
1998-08-19
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
8
-410
/
+186
1998-08-17
smbd/nttrans.c: Fixed bug in split off pipe code.
Jeremy Allison
2
-4
/
+16
1998-08-17
Fixed bug introduced by the recent changes where the chain_fnum
Jeremy Allison
4
-172
/
+196
1998-08-17
removed some of the rough edges from the splitup
Andrew Tridgell
2
-435
/
+456
[next]