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
/
source
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
*
added NEGNOWAIT. sent to secure@microsoft.com
Luke Leighton
2000-09-26
1
-0
/
+38
*
Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.
Tim Potter
2000-08-25
1
-1
/
+1
*
First shot at actually *doing* WINS failover.
Christopher R. Hertel
2000-08-11
1
-1
/
+8
*
In cli_error() return ENOENT when an ERROR_INVALID_NAME is received instead
Tim Potter
2000-08-04
1
-0
/
+1
*
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2000-08-01
2
-3
/
+4
*
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
2000-07-27
1
-0
/
+10
*
Instead of handing back a string (which might be a DNS name or an IP
Christopher R. Hertel
2000-07-19
1
-1
/
+1
*
First cut toward adding WINS server failover.
Christopher R. Hertel
2000-07-19
1
-3
/
+3
*
An improved version of the Negative Query Response fix. The earlier fix
Christopher R. Hertel
2000-07-12
1
-10
/
+37
*
Quick change to short-circuit WINS queries if the WINS server returns a
Christopher R. Hertel
2000-07-09
1
-6
/
+20
*
More rpcclient merge issues:
Gerald Carter
2000-07-07
1
-2
/
+12
*
first pass at merging rpcclient from TNG to HEAD. You can get a
Gerald Carter
2000-07-03
4
-6
/
+105
*
Linux kernel oplocks now seem to work, but need a _lot_ of testing
Andrew Tridgell
2000-06-11
1
-1
/
+1
*
Getting back to a compilable state (not there yet but close).
Jeremy Allison
2000-06-01
1
-2
/
+2
*
lib/util_unistr.c:
Jeremy Allison
2000-05-10
2
-49
/
+1
*
Ho hum - forgot timeout case.
Jeremy Allison
2000-05-10
1
-1
/
+5
*
Fix from David Collier-Brown - sys_select return was not being checked.
Jeremy Allison
2000-05-10
1
-1
/
+5
*
more merging
Andrew Tridgell
2000-05-10
2
-4
/
+2
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
2
-2
/
+2
*
- added some error checking
Andrew Tridgell
2000-04-30
1
-64
/
+66
*
fixed parsing of broken NT short name
Andrew Tridgell
2000-04-30
1
-1
/
+1
*
- get the findclose code right
Andrew Tridgell
2000-04-30
1
-9
/
+17
*
added cli_list_old() to allow for old style directory listing from
Andrew Tridgell
2000-04-30
1
-2
/
+144
*
YIPEE!!!!!
Andrew Tridgell
2000-04-30
1
-0
/
+1
*
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
2000-04-25
1
-1
/
+0
*
split clientgen.c into several parts
Andrew Tridgell
2000-04-25
10
-3061
/
+3295
*
include/byteorder.h: ALIGN4/ALIGN2 macros.
Jeremy Allison
2000-04-11
1
-1
/
+1
*
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
2000-04-11
1
-7
/
+16
*
changed the definition of dos_PutUniCode
Andrew Tridgell
2000-03-27
1
-2
/
+1
*
moved nmblib-specific code from util.c to nmblib.c.
Luke Leighton
2000-03-27
1
-9
/
+203
*
Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2
Jeremy Allison
2000-03-20
1
-2
/
+2
*
client/client.c:
Jeremy Allison
2000-02-25
1
-3
/
+7
*
Multiple-dot scope handling fix from Greg Bowering gb@pobox.com
Jeremy Allison
2000-02-23
1
-2
/
+2
*
lib/system.c: Fixed gcc warnings.
Jeremy Allison
2000-02-23
1
-2
/
+2
*
Not enough args to DEBUG statement.
Tim Potter
2000-02-15
1
-1
/
+1
*
Ooops. Fixed stupid typo with missing ! in cli error code.
Jeremy Allison
2000-02-14
1
-1
/
+1
*
Correct for for core dump in smbpasswd with cli_errstr().
Jeremy Allison
2000-02-09
1
-8
/
+22
*
Defensive programming for cli_error().
Jeremy Allison
2000-02-09
1
-1
/
+7
*
1) added void* state argument to tdb_traverse. guess what! there were
Luke Leighton
2000-02-04
1
-10
/
+10
*
fixed a formatting error
Andrew Tridgell
2000-01-16
1
-1
/
+1
*
damn, Solaris already has a "enum lock_type"
Andrew Tridgell
2000-01-14
1
-1
/
+1
*
we now pass all byte range locking tests
Andrew Tridgell
2000-01-14
1
-4
/
+3
*
the lock routines now take a enumerated type for read/write locks, and
Andrew Tridgell
2000-01-13
1
-4
/
+4
*
I'm currently designing a new locking system (using a tdb database!)
Andrew Tridgell
2000-01-10
1
-4
/
+6
*
don't treat a packet as a oplock break unless it is a request, not a
Andrew Tridgell
2000-01-10
1
-1
/
+2
*
cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.
Andrew Tridgell
2000-01-08
1
-6
/
+5
*
fixed a comment
Andrew Tridgell
2000-01-07
1
-1
/
+1
*
this looks like a big commit, but it isn't really :)
Andrew Tridgell
2000-01-07
4
-15
/
+13
*
Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...
Jeremy Allison
2000-01-06
1
-1
/
+1
*
use a minimal hash size in the unexpected packet database. A large
Andrew Tridgell
2000-01-05
1
-1
/
+1
[next]