Jeremy Allison
7844a53df7
Correctly return access denied on share mode deny when we can't open the
...
file. This is a regression that was damaged by other code.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
81437e2ad0
Merge from HEAD - pull_ucs2_talloc() should pull to a char**, not a void**
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
efc4b738ae
Merge from HEAD...setup the %U substitution in winbindd for the homedir template
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
c0eab99753
Merging from HEAD - add a note about a better method for finding netbios name of workgroup
...
(not implemented yet)
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
7812370cab
Ensure we are not forgetting our janitorial duties...
...
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
b9ca0b9ef3
Merge from HEAD: Patch by Anthony Liguori <aliguor@us.ibm.com> to replace scandir() with portable readdir() calls.
...
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Jeremy Allison
41894489e8
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
...
Thanks to Nir Livni <nirl@cyber-ark.com> for giving me the test case to
track it down.
Jeremy.
0001-01-01 00:00:00 +00:00
Shirish Kalele
041a1dd543
Fix the msdfs proxy handling code in dfsenum to return the cumulative number of
...
dfs links encountered. Previously the number was being mistakenly reset to 1.
Thanks to Guenther Deschner <gd@suse.de> for pointing this out and a fix.
[Check into SAMBA_3_0]
0001-01-01 00:00:00 +00:00
Gerald Carter
f869db787b
autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)
...
findsmb - use @PERL@
0001-01-01 00:00:00 +00:00
Andrew Bartlett
c1cfc296c2
Cleanups: (merge from HEAD)
...
- use safe_strcpy() instead of pstrcpy() for malloc()ed strings
- CUPS: a failure in an attempt to automaticly add a printer is not level 0 stuff.
- Fix up a possible Realloc() failure segfault
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Jeremy Allison
82cf8aa747
Ensure we return NOSPACE if we can't fast allocate a print job.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
e3468d8edc
merge from HEAD - x_fileno, not fileno on an XFILE
0001-01-01 00:00:00 +00:00
Andrew Bartlett
8af72c1384
Merge from HEAD - don't mix FILE and X_FILE - fixes debian bug
...
http://bugs.debian.org/178219 where the first 4096 bytes where being chewed
into the FILE buffer, and never available to X_FILE's read.
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Jeremy Allison
b54f6bf06c
Samba janitors: applying mbp's redundant umask fix.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
d4d8d27bf1
Samba janitor: adding mbp's umask patch :-).
...
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
8712bd1f8e
check pointer before dereferencing it
0001-01-01 00:00:00 +00:00
Volker Lendecke
05397c526d
Invert flag testing
0001-01-01 00:00:00 +00:00
John Terpstra
143df82aeb
Added my name to copyright.
0001-01-01 00:00:00 +00:00
John Terpstra
f158bfa233
Added extended audit module.
0001-01-01 00:00:00 +00:00
John Terpstra
0ce5f23bdb
Added audit module that logs info to smbd log file as well as syslog.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
fd3216dbcb
merge from head
0001-01-01 00:00:00 +00:00
Volker Lendecke
4ef6de20cb
merge from HEAD
0001-01-01 00:00:00 +00:00
Andrew Bartlett
7d48ad967c
.cvsignore for configure and config.h.in
0001-01-01 00:00:00 +00:00
Andrew Bartlett
482465bbaf
(merge from HEAD)
...
Move configure and include/config.h.in out of CVS.
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Jeremy Allison
105d37474d
Collapse duplicate messages before sending.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
76c3ccf6ed
Fixed type.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
be54b1b831
Check for too many processes *before* the fork.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
d4168c327b
CUPS patch to log client name
0001-01-01 00:00:00 +00:00
Jeremy Allison
62e274abbb
Hold the lock for a much shorter time when allocating a new jobid.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
46ea028169
Mem alloc checks.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
97848f40ee
Up the hash table size for printing tdb.c
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
b300696cb5
Ensure we overwrite a tdb if the hash size changes.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jim McDonough
6d593ca174
Try to allow old and new heimdal installs
0001-01-01 00:00:00 +00:00
cvs2svn Import User
0dfbda0048
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
9e8e352e10
Add autogen.sh from distcc via mbp.
...
This to allow us to remove configure from CVS.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
830de56bf2
Merge HEAD: check both the account and password...
...
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
49640635b1
Actually checking both the account and password tests would be a good idea...
...
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
299233fbf2
Merge from HEAD: avoid braindead #define on Tru64.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
3dfdaa0208
Patch from Edmund Lam <epl@unimelb.edu.au> to fix braindead Tru64 behaviour:
...
Apparently acl_type is #defined to acl_common.entry_type in their acl.h....
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Jeremy Allison
2110901b38
Ensure we only ever set fsp->conn in one place.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
d8a42753cc
Ensure we only ever set fsp->conn in one place.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jim McDonough
29d25382ac
Try to allow old and new heimdal installs
0001-01-01 00:00:00 +00:00
Jeremy Allison
b3df40bc80
Ensure Samba passes the open attribute truncate tests in smbtorture.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
651db9f242
Ensure Samba passes the open attribute truncate tests in smbtorture.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
510cd30a6e
Got complete (I hope) coverage of the OPEN TRUNCATE ATTRIBUTES test.
...
Now to make Samba pass it :-).
Jeremy.
0001-01-01 00:00:00 +00:00
Herb Lewis
678c07f11d
fix another syntax error
0001-01-01 00:00:00 +00:00
Herb Lewis
aef873826f
if @EXTRA_ALL_TARGETS@ is empty, this fixes makefile syntax error
0001-01-01 00:00:00 +00:00
Jeremy Allison
e96978954b
Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
77737b498d
Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
60955d1b81
reran autoconf-2.53
0001-01-01 00:00:00 +00:00