index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
2000-07-27
2
-2
/
+21
*
Fixed up error checking and move printer file code. Fixed a memory leak.
Jeremy Allison
2000-07-25
1
-2
/
+2
*
Added some error checking and returns to the new 'move' code.
Jeremy Allison
2000-07-25
1
-0
/
+2
*
A rather big change set ! (listed in no particular order)
Jean-François Micouleau
2000-07-25
1
-8
/
+20
*
Fix for mounting a printer as a share. Not that there's anything
Tim Potter
2000-07-25
1
-0
/
+5
*
Run main server loop with sys_select() instead of sys_select_intr(). The
Tim Potter
2000-07-24
1
-2
/
+13
*
Modified the patch to look in the tdb *first* - thus allowing legacy text
Jeremy Allison
2000-07-19
1
-75
/
+91
*
Code from John Reilly <jreilly@hp.com> to add tdb lookups into the Win95
Jeremy Allison
2000-07-19
1
-7
/
+44
*
Fixes for various compile warnings on Solaris 8.
Tim Potter
2000-07-10
1
-1
/
+3
*
Re-instated lanman printing security checks (oops).
Tim Potter
2000-07-10
1
-3
/
+7
*
Spelling fixes.
Tim Potter
2000-07-10
1
-3
/
+3
*
Don't check NT permissions when printing from lanman.
Tim Potter
2000-07-06
1
-6
/
+6
*
Moved authenticated pipe user details into a current_user struct.
Tim Potter
2000-07-06
1
-1
/
+1
*
Some more sec_ctx changes. Modified some fields in the pipe_struct
Tim Potter
2000-07-03
1
-1
/
+2
*
Fix a malloc of zero problem.
Jeremy Allison
2000-06-23
1
-38
/
+49
*
lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...
Jeremy Allison
2000-06-23
1
-1
/
+5
*
Added return for become_authenticated_pipe_user() function.
Tim Potter
2000-06-23
1
-0
/
+2
*
Delete OriginalDir stuff.
Tim Potter
2000-06-23
3
-16
/
+20
*
Moved some static functions to sec_ctx.c
Tim Potter
2000-06-23
1
-222
/
+30
*
Call init_sec_ctx() instead of init_uid().
Tim Potter
2000-06-23
1
-9
/
+1
*
I've been working on refactoring some of the mess that is the become_user()
Tim Potter
2000-06-23
1
-0
/
+295
*
Fixes for IRIX kernel oplocks and systems that don't have nss.h
Jeremy Allison
2000-06-20
1
-1
/
+1
*
Paranoia changes to ensure that anything touched by a signal handler
Jeremy Allison
2000-06-19
2
-17
/
+18
*
Pass the vuid from the connection_struct to the printing back end functions.
Tim Potter
2000-06-16
1
-6
/
+6
*
open files with O_NONBLOCK when available. This is necessary to
Andrew Tridgell
2000-06-15
1
-1
/
+6
*
added support for kernel level share modes. These are a (small) hack,
Andrew Tridgell
2000-06-15
1
-1
/
+24
*
allow the notify implementation to choose the select timeout change
Andrew Tridgell
2000-06-14
4
-16
/
+18
*
ZERO_STRUCT() of info3 structure before using it.
Tim Potter
2000-06-14
1
-0
/
+2
*
Removed a patch that Andrew had added because 'insure' was incorrectly
Christopher R. Hertel
2000-06-13
1
-9
/
+0
*
use DN_ATTRIB kernel change notify attribute
Andrew Tridgell
2000-06-13
1
-3
/
+7
*
always use the DN_CREATE mask (NT expects file creation always to
Andrew Tridgell
2000-06-13
1
-8
/
+3
*
enable the Linux change notify code and change some notify debug code
Andrew Tridgell
2000-06-12
3
-15
/
+64
*
totally rewrote the async signal, notification and oplock notification
Andrew Tridgell
2000-06-12
8
-465
/
+647
*
fixed comments at top of module
Andrew Tridgell
2000-06-12
1
-2
/
+3
*
split all the change notify code out into a separate module
Andrew Tridgell
2000-06-12
2
-392
/
+427
*
a better test for oplocks being enabled in this kernel
Andrew Tridgell
2000-06-11
1
-1
/
+18
*
fixed Linux capabilities handling
Andrew Tridgell
2000-06-11
1
-21
/
+39
*
Linux kernel oplocks now seem to work, but need a _lot_ of testing
Andrew Tridgell
2000-06-11
5
-60
/
+125
*
a first pass at Linux kernel oplocks support
Andrew Tridgell
2000-06-10
3
-15
/
+207
*
continued the split of the kernel level oplocks code into a more
Andrew Tridgell
2000-06-10
3
-392
/
+412
*
(Correct) fix for desired_access being zero in map_share_mode().
Jeremy Allison
2000-06-09
1
-12
/
+12
*
Luke, I am moving the code back into passdb/passdb.c, this the correct
Jeremy Allison
2000-06-09
2
-55
/
+15
*
clean up oplock capability code ready for Linux code
Andrew Tridgell
2000-06-09
3
-161
/
+155
*
split some of the irix kernel oplocks code into a function
Andrew Tridgell
2000-06-09
1
-68
/
+74
*
free NET_USER_INFO_3 gids when vuser invalidated.
Luke Leighton
2000-06-09
1
-0
/
+4
*
dynamic allocation of NET_USER_INFO_3 gids.
Luke Leighton
2000-06-09
1
-23
/
+37
*
reverted jeremy's changes that removed NET_USER_INFO_3. will you please
Luke Leighton
2000-06-09
2
-29
/
+56
*
Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu>
Jeremy Allison
2000-06-08
1
-4
/
+4
*
Fix for map_share_mode to allow desired access of zero map to stat open.
Jeremy Allison
2000-06-08
1
-0
/
+11
*
include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...
Jeremy Allison
2000-06-08
2
-56
/
+29
[prev]
[next]