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
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added bugfix from gotti@cs.tu-berlin.de for mangled name not matching in cache.
Jeremy Allison
1999-01-18
1
-9
/
+10
*
As expected, people are complaining about the "32 bit lock message".
Jeremy Allison
1999-01-17
1
-8
/
+10
*
Changed 'large lock' warning message to debug level 1, not zero, to
Jeremy Allison
1999-01-14
1
-2
/
+2
*
Fixed the *other* typo in the mapping of 64 bit to 32 bit lock ranges :-).
Jeremy Allison
1999-01-14
1
-1
/
+1
*
fixed a missing IVAL in get_lock_offset(). There was no way that this
Andrew Tridgell
1999-01-14
1
-1
/
+1
*
utils/testparm.c: Fixed "passwd program" tests to look for the correct program.
Jeremy Allison
1999-01-13
1
-2
/
+2
*
configure configure.in: Fixed the compile problem with Solaris 2.6/2.7 and
Jeremy Allison
1999-01-13
3
-19
/
+34
*
Fixed biffer too small error to have 0xC0000000 OR'ed into it just
Jeremy Allison
1999-01-12
1
-1
/
+2
*
Implemented NT_QUERY_SECURITY_DESCRIPTOR in the same way that NT responds
Jeremy Allison
1999-01-12
2
-16
/
+85
*
libsmb/nmblib.c: Fixed bug where odd byte count could cause nmbd to
Jeremy Allison
1999-01-11
2
-11
/
+32
*
don't panic on a null params in api_reply(). instead just return an
Andrew Tridgell
1999-01-10
1
-1
/
+4
*
fixed two compiler warnings
Andrew Tridgell
1999-01-10
1
-2
/
+1
*
fixed (harmless) bug in DEBUG() message
Andrew Tridgell
1999-01-10
1
-1
/
+1
*
Fixed change notify for Visual C++.
Jeremy Allison
1999-01-09
1
-28
/
+118
*
Fixed the 16-bit app directory handle problem (this took *way* longer
Jeremy Allison
1999-01-08
3
-162
/
+240
*
Now we're mallocing our directory handles rather then using a static
Jeremy Allison
1999-01-07
2
-55
/
+68
*
Removed 'counter' from timeout processing. Timeouts now depend on actual
Jeremy Allison
1999-01-07
2
-23
/
+49
*
Remember to return after idling the oldest dirptr so we don't idle all
Jeremy Allison
1999-01-07
1
-1
/
+3
*
Fixed the blocking locks and change notify code that got broken in
Jeremy Allison
1999-01-06
2
-145
/
+179
*
Allow force user to take %S substitution.
Jeremy Allison
1999-01-06
1
-2
/
+6
*
Converted the code in smbd/dir.c to use bitmaps instead of a static
Jeremy Allison
1999-01-06
1
-185
/
+239
*
acconfig.h configure configure.in include/config.h.in lib/system.c: Fixed --w...
Jeremy Allison
1999-01-04
1
-1
/
+1
*
Fixed bug in nttrans call where parameter buffer was not being
Jeremy Allison
1998-12-30
1
-0
/
+2
*
client/client.c: Fixed comment.
Jeremy Allison
1998-12-30
2
-2
/
+2
*
In reply_lockread.
Jeremy Allison
1998-12-29
1
-2
/
+9
*
lib/signal.c: Added CatchChildLeaveStatus() call needed in smbd/open.c and sm...
Jeremy Allison
1998-12-29
5
-33
/
+137
*
Fixing the last issue known about....
Jeremy Allison
1998-12-23
1
-1
/
+1
*
Fixed issues with client wildcards. It turns out that NT matches
Jeremy Allison
1998-12-23
1
-16
/
+20
*
passdb/pass_check.c: Added log of AFS auth error.
Jeremy Allison
1998-12-23
1
-1
/
+1
*
Spelling mistake change due to very pick people (you know who you are :-).
Jeremy Allison
1998-12-22
4
-13
/
+46
*
Rather large (I'm afraid) tidyup of the setuid handling code.
Jeremy Allison
1998-12-22
4
-183
/
+118
*
Fixed missing include of smbw.h.
Jeremy Allison
1998-12-11
1
-2
/
+2
*
Fixed name magle bug (PR#11883 based on a patch from xactdata@hotmail.com).
Jeremy Allison
1998-12-11
1
-6
/
+16
*
HPUX fix. This looks like a big change but isn't actually, most of the
Jeremy Allison
1998-12-10
8
-41
/
+43
*
lib/access.c: Added checks for invalid '*' or '?' characters in hosts allow/d...
Jeremy Allison
1998-12-09
3
-27
/
+17
*
Fixed cases where NT clients may send 64 bit requests even if 64 bit
Jeremy Allison
1998-12-09
1
-10
/
+54
*
configure.in: Fixed setresgid check - should use AC_TRY_RUN not AC_TRY_COMPILE.
Jeremy Allison
1998-12-08
2
-60
/
+120
*
locking mask fixes from head branch
Andrew Tridgell
1998-12-07
1
-1
/
+2
*
Fixed critical bug with kernel oplock interface.....
Jeremy Allison
1998-12-05
1
-3
/
+36
*
Samba 2.0 wasn't building on Linux-alpha - so I added
Jeremy Allison
1998-12-03
2
-4
/
+4
*
config.guess: UNIXWARE fix.
Jeremy Allison
1998-12-03
2
-20
/
+34
*
client/clientutil.c: Changed workgroup to "" for smbmount (only code
Jeremy Allison
1998-12-03
1
-3
/
+29
*
configure.in: Removed net/route.h from include checks.
Jeremy Allison
1998-12-01
1
-1
/
+0
*
Makefile.in: Implemented andrej's private and swat file changes.
Jeremy Allison
1998-12-01
1
-1
/
+1
*
Ensure service is not "..". Sync up with HEAD.
Jeremy Allison
1998-11-29
1
-1
/
+3
*
I have done the evil thing :-).
Jeremy Allison
1998-11-26
2
-8
/
+95
*
In my changes prevously to the dos_xxx calls I missed dos_readdir and
Jeremy Allison
1998-11-25
1
-2
/
+2
*
Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()
Jeremy Allison
1998-11-24
6
-29
/
+29
*
Fixed bug in oplock test file path specification.
Jeremy Allison
1998-11-24
1
-1
/
+1
*
Fixed warning with gcc -Wall -Wshadow.
Jeremy Allison
1998-11-23
1
-2
/
+1
[next]