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
Age
Commit message (
Expand
)
Author
Files
Lines
2000-01-08
improved the error checking
Andrew Tridgell
3
-27
/
+86
2000-01-08
Fix minor typos in the yodl for smb.conf.5 and fix minor English problems :-)
Richard Sharpe
1
-2
/
+2
2000-01-08
smbd/mangle.c
Jeremy Allison
5
-7
/
+15
2000-01-08
Fixed deny mode bug :
Jeremy Allison
1
-9
/
+9
2000-01-07
fixed a comment
Andrew Tridgell
1
-1
/
+1
2000-01-07
the -i options are gone from nmbd and smbd - use the smb.conf
Andrew Tridgell
2
-18
/
+2
2000-01-07
netbios scope is a DOS_STRING
Andrew Tridgell
1
-1
/
+1
2000-01-07
always restart nmbd and smbd when asked, even if they appear not to be
Andrew Tridgell
1
-4
/
+2
2000-01-07
remove scope parameter here too
Andrew Tridgell
1
-3
/
+3
2000-01-07
added "netbios scope" docs
Andrew Tridgell
1
-0
/
+8
2000-01-07
this looks like a big commit, but it isn't really :)
Andrew Tridgell
32
-121
/
+90
2000-01-07
don't use strcpy
Andrew Tridgell
1
-1
/
+2
2000-01-07
don't require readline
Andrew Tridgell
1
-1
/
+13
2000-01-07
- patch from Rusty to neaten up the code a bit
Andrew Tridgell
2
-232
/
+109
2000-01-06
Removed unneeded #define.
Jeremy Allison
1
-2
/
+0
2000-01-06
Fixed spurious error message when doing a 'put' of an empty file.
Jeremy Allison
1
-1
/
+4
2000-01-06
Generic wildcard matching fix from weidel@multichart.de.
Jeremy Allison
1
-19
/
+80
2000-01-06
Re-added "dfree command" functionality that was described in the man pages
Jeremy Allison
3
-1
/
+50
2000-01-06
Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...
Jeremy Allison
1
-1
/
+1
2000-01-05
Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.
Jeremy Allison
7
-45
/
+54
2000-01-05
client/client.c: I18N fixes.
Jeremy Allison
3
-100
/
+153
2000-01-05
implemented talloc() as described on samba-technical. This fixes the
Andrew Tridgell
9
-41
/
+171
2000-01-05
lower the default hash size a bit
Andrew Tridgell
1
-1
/
+1
2000-01-05
use a minimal hash size in the unexpected packet database. A large
Andrew Tridgell
1
-1
/
+1
2000-01-04
Added "crap" fix for rotating string buffers. (Increased to 20, added #define).
Jeremy Allison
1
-4
/
+5
2000-01-04
using read_with_timeout(), min data size 16 bytes (DCE/RPC header), max
Luke Leighton
1
-1
/
+5
2000-01-04
oops, must use read_data() not read(), as read() may only provide
Luke Leighton
1
-2
/
+2
2000-01-04
Fixed getgrent() recurse problem.
Jeremy Allison
1
-8
/
+45
2000-01-03
simple mods to add msrpc pipe redirection. default behaviour: fall back
Luke Leighton
24
-1239
/
+3542
2000-01-03
added suppport for unexpected udp/138 packets
Andrew Tridgell
6
-333
/
+329
2000-01-03
ignore a few files
Andrew Tridgell
3
-1
/
+20
2000-01-03
got rid of mem_man
Andrew Tridgell
7
-857
/
+0
2000-01-03
the bulk of the unexpected packet handling code is in here
Andrew Tridgell
1
-0
/
+160
2000-01-03
added the unexpected packet database (unexpected.tdb)
Andrew Tridgell
10
-221
/
+252
2000-01-03
drop the alignment to 4 bytes - this makes tdb more space efficient
Andrew Tridgell
1
-1
/
+1
2000-01-03
fixed active shares display
Andrew Tridgell
1
-2
/
+2
2000-01-03
don't close the database after each claim_connection()
Andrew Tridgell
1
-2
/
+0
2000-01-02
updated docs
Andrew Tridgell
2
-3
/
+7
2000-01-02
- added tdb_flags option to tdb_open()
Andrew Tridgell
12
-67
/
+72
2000-01-02
show test result in ops/sec
Andrew Tridgell
1
-2
/
+2
2000-01-02
- optimise tdb_store() a little
Andrew Tridgell
1
-7
/
+15
1999-12-29
Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.
Jeremy Allison
8
-468
/
+1388
1999-12-24
a useful locking tester - it uses lots of simultaneous writers
Andrew Tridgell
1
-0
/
+117
1999-12-24
fixed more locking bugs - all seems OK now
Andrew Tridgell
2
-42
/
+67
1999-12-23
Fixed range checking in unicode to multibyte function. Oops.
Jeremy Allison
1
-9
/
+15
1999-12-23
Added wtoupper/wtolower.
Jeremy Allison
1
-0
/
+19
1999-12-23
Samba now includes a full ucs2 upper to lower case (and vica versa) map table.
Jeremy Allison
3
-1
/
+70
1999-12-23
Upper to lower case map table for unicode.
Jeremy Allison
1
-0
/
+65536
1999-12-23
Awk script to create #include C code from unicode upper -> lower case map.
Jeremy Allison
1
-0
/
+59
1999-12-23
Unicode upper <--> lower character map. Needed for wisXXX functions.
Jeremy Allison
1
-0
/
+10617
[next]