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
*
split socket util functions into util_sock.c. util.c NOT committed
Luke Leighton
1998-11-09
4
-0
/
+2069
*
I talked to Dave Miller and he thinks that we should have TCP_NODELAY
Andrew Tridgell
1998-11-09
2
-0
/
+10
*
converted smbclient to use clientgen.c rather than clientutil.c
Andrew Tridgell
1998-11-09
10
-4653
/
+1773
*
codepages/codepage_def.936: Updated comment.
Jeremy Allison
1998-11-07
5
-109
/
+80
*
grumble, grumble off-by-one unicode string fixes, gonna stuff my other
Luke Leighton
1998-11-06
1
-5
/
+5
*
lib/charcnv.c: Improved debug comment.
Jeremy Allison
1998-11-06
7
-79
/
+124
*
Useful script to extract all parameters out of the loadparm.c file
Jeremy Allison
1998-11-05
1
-0
/
+2
*
the start of the start of the SAM database API
Luke Leighton
1998-11-05
6
-0
/
+1766
*
util_file.c:
Luke Leighton
1998-11-05
2
-0
/
+507
*
split string and unicode string routines into these files.
Luke Leighton
1998-11-05
2
-0
/
+1162
*
don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as it
Andrew Tridgell
1998-11-05
1
-1
/
+5
*
check return value of locking_init()
Andrew Tridgell
1998-11-05
1
-10
/
+12
*
Added scripts/convert_smbpasswd to SCRIPTS
Jeremy Allison
1998-11-05
1
-1
/
+1
*
Realise this needs to be without the '.sh' ending as we will be
Jeremy Allison
1998-11-05
1
-0
/
+0
*
Very simple awk script to convert a 1.9.18 password file into Samba 2.0
Jeremy Allison
1998-11-05
1
-0
/
+17
*
Added scripting option (-s) to smbpasswd.
Jeremy Allison
1998-11-04
1
-10
/
+73
*
fix to some of the unicode string handling. there are others pending
Luke Leighton
1998-11-03
1
-7
/
+7
*
Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...
Jeremy Allison
1998-11-03
9
-623
/
+665
*
memory leak in SAM group code: need these to track it down.
Luke Leighton
1998-11-02
2
-0
/
+834
*
client/client.c: Patch to tidy up file size output.
Jeremy Allison
1998-11-02
2
-5
/
+2
*
removed comment line at end of file
Luke Leighton
1998-11-02
2
-3
/
+4
*
don't core dump in smbstatus if we can't open the shmem system
Andrew Tridgell
1998-10-31
1
-0
/
+1
*
took out Lukes change as it breaks domain logons for Win95 clients
Andrew Tridgell
1998-10-31
1
-4
/
+0
*
added copyright notice from Patrick Powell
Andrew Tridgell
1998-10-31
1
-8
/
+5
*
Fix suggested by Nicholas.S.Jenkins@cdc.com - connect to the
Jeremy Allison
1998-10-30
1
-2
/
+7
*
do not print garbage just because someone does not want dependencies :-)
Alexandre Oliva
1998-10-30
1
-24
/
+24
*
looks like someone forgot to commit these...
Alexandre Oliva
1998-10-29
3
-2
/
+5
*
Fixed bug (that I introduced when doing the "delete on close" work
Jeremy Allison
1998-10-29
1
-7
/
+9
*
modify dependency tracking code so that it:
Alexandre Oliva
1998-10-29
1
-10
/
+29
*
Tidied up option processing in smbclient - usage message now actually
Jeremy Allison
1998-10-29
1
-123
/
+132
*
some versions of Irix pass the HAVE__ACL test but don't have acl.h
Herb Lewis
1998-10-29
1
-1
/
+1
*
This should have gone with the last batch.
Christopher R. Hertel
1998-10-28
1
-4
/
+3
*
I've moved the debugparse module files into the ubiqx directory because I
Christopher R. Hertel
1998-10-28
3
-15
/
+445
*
Still moving things around. debugparse.h will be removed from the include
Christopher R. Hertel
1998-10-28
3
-85
/
+2
*
Just moving things around a bit.
Christopher R. Hertel
1998-10-28
1
-328
/
+0
*
Added clear-out-structure fix for make_unistr2.
Jeremy Allison
1998-10-28
1
-0
/
+2
*
Fixes to allow this to pass SGI compiler in -fullwarn mode (with one
Jeremy Allison
1998-10-28
1
-9
/
+9
*
Quick fixes to fix the broken tree. Needed for my morning compiles.
Jeremy Allison
1998-10-28
5
-6
/
+18
*
Fix from thwartedefforts@wonky.org (slightly modified) to
Jeremy Allison
1998-10-28
1
-1
/
+1
*
fixed problem with snprintf.c and mkproto
Andrew Tridgell
1998-10-28
2
-4
/
+13
*
use abort() instead of exit() in smb_panic()
Andrew Tridgell
1998-10-28
1
-1
/
+1
*
fixed handling of %.0f in replacement snprintf.c
Andrew Tridgell
1998-10-28
1
-12
/
+28
*
Fixed a small bug in debug2html. It wasn't properly checking EOF. The
Christopher R. Hertel
1998-10-27
2
-2
/
+28
*
Added info about parsing debug messages.
Christopher R. Hertel
1998-10-27
1
-28
/
+210
*
debug string with no %s parameter. oops
Luke Leighton
1998-10-27
1
-1
/
+2
*
amazing. the improvements to NT continue, evidence for which shows up
Luke Leighton
1998-10-27
6
-17
/
+19
*
add ifdef for "long double"
Andrew Tridgell
1998-10-27
1
-12
/
+18
*
added a vsnprintf() implementation from cvslock. See the notes on the
Andrew Tridgell
1998-10-26
4
-47
/
+803
*
Here is the simple debug parser and the debug2html converter. Still to do:
Christopher R. Hertel
1998-10-26
3
-0
/
+635
*
Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.
Jeremy Allison
1998-10-26
1
-2
/
+5
[next]