1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-09 09:57:48 +03:00

14941 Commits

Author SHA1 Message Date
Deryck Hodge
cd12641383 r6958: Properly display quotes in SWAT. Thanks to Jay
Fenlason <fenlason@redhat.com> for spotting this issue.

deryck
2007-10-10 10:56:58 -05:00
Volker Lendecke
4f36e4f434 r6953: Many compilers in the build farm don't like static variables initialized with
strlen(..). Jerry, I think this needs another fix. I just want to make the
build farm happy.

Not merging to trunk, this needs further looking at.

Volker
2007-10-10 10:56:58 -05:00
Jeremy Allison
27d43f6d36 r6949: Back-port Volker's cache fix, plus my change.
Jeremy.
2007-10-10 10:56:58 -05:00
Jeremy Allison
b257744fdf r6946: Allow mapping of POSIX ACLs to NT perms to differentiate between directories
and files. Needed for Volker's coming changes.
Jeremy.
2007-10-10 10:56:58 -05:00
Gerald Carter
3002aa2250 r6943: missed in last sync 2007-10-10 10:56:58 -05:00
Gerald Carter
81ffb0dbbb r6942: * merging the registry changes back to the 3.0 tree
* removing the testprns tool
2007-10-10 10:56:57 -05:00
Gerald Carter
81c1ac255e r6940: fixing debug messages 2007-10-10 10:56:57 -05:00
Stefan Metzmacher
110c0f6f36 r6925: merge rev 6920 from 4_0:
display the SVN revision in svk build of tree's directly mirrored from samba.org

metze
2007-10-10 10:56:57 -05:00
Volker Lendecke
913c06ad3e r6900: Fix bug 2725. Thanks, John, for finding it.
Volker
2007-10-10 10:56:56 -05:00
Jeremy Allison
dd1a5e6e49 r6895: Add "acl check permissions" to turn on/off the new behaviour of
checking for write access in a directory before delete. Also
controls checking for write access before labeling a file read-only
if DOS attributes are not being stored in EA's.
Docuementation to follow.
Jeremy.
2007-10-10 10:56:56 -05:00
Jeremy Allison
482f7e0e37 r6890: Refactor printing interface to take offset into job. Fixes bug
where large print jobs can have out-of-order offsets. Bug found
by Arcady Chernyak <Arcady.Chernyak@efi.com>
Jeremy.
2007-10-10 10:56:56 -05:00
Volker Lendecke
f25da82ffd r6880: Fix bug 2070 after positive feedback from Leon Vernikov. Thanks!
Volker
2007-10-10 10:56:56 -05:00
Volker Lendecke
44365075d2 r6849: Merge revision 6845 from Samba 4 2007-10-10 10:56:56 -05:00
Jeremy Allison
858824f37b r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zero
fill when a file is extended. Should catch disk full errors on write
from MS-Office.
Jeremy.
2007-10-10 10:56:56 -05:00
Jeremy Allison
ee45f4b17e r6834: Fix bug #2703, found by John Antonishek <ant@nist.gov>. Add NULL
guard for disp_fields[0].
Jeremy.
2007-10-10 10:56:55 -05:00
John Terpstra
11804521f9 r6823: Add deletion confirmation / error message. 2007-10-10 10:56:55 -05:00
Jeremy Allison
2f78ba5ea7 r6822: Use chsize if we don't have ftruncate. From Steven Edwards <steven_ed4153@yahoo.com>.
Jeremy.
2007-10-10 10:56:55 -05:00
John Terpstra
2529d615a6 r6820: Remove claim that password can be set with account creation (RPC). 2007-10-10 10:56:55 -05:00
Gerald Carter
0826feafd7 r6785: deprecating the printer admin parameter 2007-10-10 10:56:55 -05:00
Volker Lendecke
67dbc91b27 r6779: Use the SID in the user token for the %s expansion in 'afs username map'. This
fixes a rather weird problem where an algorithmic SID ended up as the
replacement for %s.

Volker
2007-10-10 10:56:54 -05:00
Volker Lendecke
16af464582 r6777: Fix vfs_full_audit.c after jra's change.
Volker
2007-10-10 10:56:54 -05:00
Volker Lendecke
6af57d4bae r6774: Fix 2 memleaks 2007-10-10 10:56:54 -05:00
Volker Lendecke
88a67e96d1 r6772: Fix a valgrind error for samr_open_alias uncovered by one of John's test.
Jerry, in query_aliasmem, set_aliasinfo and set_groupinfo (and possibly
others) need become_root()/unbecome_root() around the pdb calls. I'm not sure
I would do the access checks correctly, I would much rather leave that to
you.

Volker
2007-10-10 10:56:54 -05:00
Volker Lendecke
f406dda687 r6770: Fix bug 2705. Thanks, John, for beating my stuff :-)
Volker
2007-10-10 10:56:54 -05:00
Tim Potter
68b1c1f533 r6769: Fix bugzilla #2538 and #2527. Unused variables found by Jason Mader. 2007-10-10 10:56:54 -05:00
Derrell Lipman
ea63401751 r6757: test for existence of sys/un.h was missing, thus AF_LOCAL support was not found 2007-10-10 10:56:53 -05:00
Gerald Carter
8104149e6f r6755: removing domain_sid() since it is not referenced anymore 2007-10-10 10:56:53 -05:00
Derrell Lipman
9144778d09 r6753: Fixes bug 2663. cli_getattrE() and cli_setattrE() were not formatting or
parsing the timestamp values correctly.  It turns out they were using the
incorrect function for formatting and parsing values.  Thanks to Satwik Hebbar
for reporting this and testing the patch.
2007-10-10 10:56:53 -05:00
Volker Lendecke
85320c1257 r6748: With reconnects, state->connection->ldap_struct can change in smbldap_search
and friends. This should be a fix for bug 2701. Thanks to jht for giving me
access to his box!

Volker
2007-10-10 10:56:53 -05:00
Volker Lendecke
fdfce3292a r6743: Merge r6741 from 4_0 2007-10-10 10:56:53 -05:00
Tim Potter
16ddf28122 r6739: Fix for segfault in samba.winbind.auth_crap module found by Ed Plese.
Closes bugzilla 2699.
2007-10-10 10:56:53 -05:00
Jeremy Allison
4d99b57aed r6715: We don't need to wrap the setfsinfo call in HAVE_QUOTA
as they'll just return ENOSYS if we don't. Add new CAP for
POSIX pathnames, prepare to allow FSINFO set for client POSIX
caps.
Jeremy.
2007-10-10 10:56:53 -05:00
Gerald Carter
b0289d2258 r6713: another talloc() fix. This time in pdb_xml.c 2007-10-10 10:56:52 -05:00
Gerald Carter
0644a2abf6 r6712: BUG 2362: fix quota support on DragonFly (Joerg Sonnenberger <joerg@leaf.dragonflybsd.org>) 2007-10-10 10:56:52 -05:00
Gerald Carter
c71f20f1ae r6706: * fix bug that prevented smbclient from creating directories
on non-dfs paths
* add patch from James Peach to remove use of uninitialized
  variables
2007-10-10 10:56:52 -05:00
Jeremy Allison
874353e617 r6696: Another attempt to fix the (unreproducible for me) bug #2346 (read-only
excel files). Ensures that any missing user ACL entry will be generated
from a union of all group permissions that contain the user.
Awaiting feedback from the reporters.
Jeremy.
2007-10-10 10:56:52 -05:00
Gerald Carter
8fde2a8060 r6686: strip the directory path from cups printin defaults 2007-10-10 10:56:52 -05:00
Gerald Carter
9e3e473632 r6685: smbclient fixes
* BUG 2680: copy files from an MSDFS win2k root share
* BUG 2688: re-implement support for the -P (--port) option
* support connecting to an 'msdfs proxy' share on a Samba server
2007-10-10 10:56:51 -05:00
Gerald Carter
3abffdf3ad r6684: BUG 1780: patch from Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Vizarra@Sun.COM> to add kerberos supsport to smbspool 2007-10-10 10:56:51 -05:00
Gerald Carter
6eaefa1a9a r6683: remove log messages about unknown specversions since I think we are fairly safe at this point 2007-10-10 10:56:51 -05:00
Gerald Carter
2e0941ebc1 r6682: patch from Qiao Yang <qyang@stbernard.com> to use out own DC when getting the SID for a domain 2007-10-10 10:56:51 -05:00
Gerald Carter
39288aa566 r6681: updating copyrights (see bug 2546) 2007-10-10 10:56:51 -05:00
Gerald Carter
a71e104af8 r6680: event log patches from Marcin 2007-10-10 10:56:51 -05:00
Gerald Carter
80da9ca386 r6679: BUG 2684: abartlett's patch for check the per service hosts allow/deny on printers when connecting via MS-RPC 2007-10-10 10:56:51 -05:00
Gerald Carter
f629bffb1a r6678: fix python python after talloc() shakeup 2007-10-10 10:56:50 -05:00
Jeremy Allison
3b2cd19fcb r6673: Fix the write cache based on some VERY good detective work
from Ingo Kilian <ikilian@web.de>.
You must do a make clean after updating this.
Jeremy.
2007-10-10 10:56:50 -05:00
Volker Lendecke
978c7250f7 r6658: Sorry for the spam... I think now I've got a version that should compile on
trunk, 3_0 and 4_0.

Volker
2007-10-10 10:56:50 -05:00
Volker Lendecke
52c73deac7 r6656: Samba 4 is Samba 3.9... 2007-10-10 10:56:50 -05:00
Volker Lendecke
be6949362f r6654: Make talloc.c 4.0-ready 2007-10-10 10:56:50 -05:00
Volker Lendecke
d21514eb7a r6652: Next step getting the build farm happy.
Volker
2007-10-10 10:56:50 -05:00