Volker Lendecke
67e03ce466
r6777: Fix vfs_full_audit.c after jra's change.
...
Volker
(This used to be commit 16af464582
)
2007-10-10 10:56:54 -05:00
Volker Lendecke
4853a5d509
r6774: Fix 2 memleaks
...
(This used to be commit 6af57d4bae
)
2007-10-10 10:56:54 -05:00
Volker Lendecke
0e5aa494dd
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
(This used to be commit 88a67e96d1
)
2007-10-10 10:56:54 -05:00
Volker Lendecke
8bb2b294f3
r6770: Fix bug 2705. Thanks, John, for beating my stuff :-)
...
Volker
(This used to be commit f406dda687
)
2007-10-10 10:56:54 -05:00
Tim Potter
70490aae0c
r6769: Fix bugzilla #2538 and #2527 . Unused variables found by Jason Mader.
...
(This used to be commit 68b1c1f533
)
2007-10-10 10:56:54 -05:00
Derrell Lipman
ec495efbf1
r6757: test for existence of sys/un.h was missing, thus AF_LOCAL support was not found
...
(This used to be commit ea63401751
)
2007-10-10 10:56:53 -05:00
Gerald Carter
5906b27ab5
r6755: removing domain_sid() since it is not referenced anymore
...
(This used to be commit 8104149e6f
)
2007-10-10 10:56:53 -05:00
Derrell Lipman
d5e18ed8fd
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.
(This used to be commit 9144778d09
)
2007-10-10 10:56:53 -05:00
Volker Lendecke
848cec55a0
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
(This used to be commit 85320c1257
)
2007-10-10 10:56:53 -05:00
Volker Lendecke
121c115ece
r6743: Merge r6741 from 4_0
...
(This used to be commit fdfce3292a
)
2007-10-10 10:56:53 -05:00
Tim Potter
de737187c9
r6739: Fix for segfault in samba.winbind.auth_crap module found by Ed Plese.
...
Closes bugzilla 2699.
(This used to be commit 16ddf28122
)
2007-10-10 10:56:53 -05:00
Jeremy Allison
1d37a6267e
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.
(This used to be commit 4d99b57aed
)
2007-10-10 10:56:53 -05:00
Gerald Carter
27bef67b3a
r6713: another talloc() fix. This time in pdb_xml.c
...
(This used to be commit b0289d2258
)
2007-10-10 10:56:52 -05:00
Gerald Carter
dba540214a
r6712: BUG 2362: fix quota support on DragonFly (Joerg Sonnenberger <joerg@leaf.dragonflybsd.org>)
...
(This used to be commit 0644a2abf6
)
2007-10-10 10:56:52 -05:00
Gerald Carter
5d5d596206
r6706: * fix bug that prevented smbclient from creating directories
...
on non-dfs paths
* add patch from James Peach to remove use of uninitialized
variables
(This used to be commit c71f20f1ae
)
2007-10-10 10:56:52 -05:00
Jeremy Allison
34ea46ef8c
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.
(This used to be commit 874353e617
)
2007-10-10 10:56:52 -05:00
Gerald Carter
90e9f18c2c
r6686: strip the directory path from cups printin defaults
...
(This used to be commit 8fde2a8060
)
2007-10-10 10:56:52 -05:00
Gerald Carter
6a3a0766d5
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
(This used to be commit 9e3e473632
)
2007-10-10 10:56:51 -05:00
Gerald Carter
5df279f144
r6684: BUG 1780: patch from Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Vizarra@Sun.COM> to add kerberos supsport to smbspool
...
(This used to be commit 3abffdf3ad
)
2007-10-10 10:56:51 -05:00
Gerald Carter
839dc8e59b
r6683: remove log messages about unknown specversions since I think we are fairly safe at this point
...
(This used to be commit 6eaefa1a9a
)
2007-10-10 10:56:51 -05:00
Gerald Carter
a8360c4f6b
r6682: patch from Qiao Yang <qyang@stbernard.com> to use out own DC when getting the SID for a domain
...
(This used to be commit 2e0941ebc1
)
2007-10-10 10:56:51 -05:00
Gerald Carter
555737a3fe
r6681: updating copyrights (see bug 2546)
...
(This used to be commit 39288aa566
)
2007-10-10 10:56:51 -05:00
Gerald Carter
cf4005a78d
r6680: event log patches from Marcin
...
(This used to be commit a71e104af8
)
2007-10-10 10:56:51 -05:00
Gerald Carter
4f3c2d4424
r6679: BUG 2684: abartlett's patch for check the per service hosts allow/deny on printers when connecting via MS-RPC
...
(This used to be commit 80da9ca386
)
2007-10-10 10:56:51 -05:00
Gerald Carter
3c181a88c6
r6678: fix python python after talloc() shakeup
...
(This used to be commit f629bffb1a
)
2007-10-10 10:56:50 -05:00
Jeremy Allison
0835575415
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.
(This used to be commit 3b2cd19fcb
)
2007-10-10 10:56:50 -05:00
Volker Lendecke
23320ad0e3
r6658: Sorry for the spam... I think now I've got a version that should compile on
...
trunk, 3_0 and 4_0.
Volker
(This used to be commit 978c7250f7
)
2007-10-10 10:56:50 -05:00
Volker Lendecke
d6cf9e2464
r6656: Samba 4 is Samba 3.9...
...
(This used to be commit 52c73deac7
)
2007-10-10 10:56:50 -05:00
Volker Lendecke
7afff6e9dd
r6654: Make talloc.c 4.0-ready
...
(This used to be commit be6949362f
)
2007-10-10 10:56:50 -05:00
Volker Lendecke
9f7ded2f5d
r6652: Next step getting the build farm happy.
...
Volker
(This used to be commit d21514eb7a
)
2007-10-10 10:56:50 -05:00
Volker Lendecke
63dacdf65a
r6651: It's not the smartest thing in the world to #define _SAMBA_BUILD_ in a file
...
that is only included if _SAMBA_BUILD_ is defined...
Let's see how far this gets us.
Volker
(This used to be commit 563275b35f
)
2007-10-10 10:56:49 -05:00
Simo Sorce
479fe39c17
r6648: do not annoy make proto
...
(This used to be commit 62a662dea9
)
2007-10-10 10:56:49 -05:00
Simo Sorce
8f09abffd3
r6646: keep samba3 talloc inline with samba4 one
...
(This used to be commit 4deebbbe50
)
2007-10-10 10:56:49 -05:00
Gerald Carter
f1714eacf7
r6643: fix some build issues on IRIX;l patch from james peach
...
(This used to be commit 8f78ee6aba
)
2007-10-10 10:56:49 -05:00
Gerald Carter
03377b2a21
r6642: BUG 2686: shouold fix the group_setinfo() failures; similar to alias_setinfo() patch from last week
...
(This used to be commit 611cca473e
)
2007-10-10 10:56:49 -05:00
Volker Lendecke
55739e9f86
r6640: Attempt to fix 'make everything' with the paranoid malloc checker.
...
Volker
(This used to be commit 3db2799822
)
2007-10-10 10:56:49 -05:00
Volker Lendecke
bce78238fb
r6639: Attempt to fix the build with talloc
...
Volker
(This used to be commit f3836831da
)
2007-10-10 10:56:49 -05:00
Jelmer Vernooij
620f8b899e
r6635: Fix build of the various sql pdb backends after new talloc.
...
(This used to be commit 0a7eabd46d
)
2007-10-10 10:56:48 -05:00
Gerald Carter
5580bf38a0
r6634: merge smbmount malloc checker fixes from trunk
...
(This used to be commit ca678b9690
)
2007-10-10 10:56:48 -05:00
Jeremy Allison
bd688a9138
r6633: Added "check_path_syntax_posix()" in preparation for handling
...
POSIX pathnames. Not yet used.
Jeremy.
(This used to be commit 381da9b55d
)
2007-10-10 10:56:48 -05:00
Jeremy Allison
5622d96cd6
r6631: More typo's. Sorry.
...
Jeremy.
(This used to be commit 2673ccd19f
)
2007-10-10 10:56:48 -05:00
Jeremy Allison
af2437b269
r6629: Fix stupid typo. Thanks Gunther.
...
Jeremy.
(This used to be commit 8693df2551
)
2007-10-10 10:56:48 -05:00
Volker Lendecke
f1619152ba
r6627: Fix debug message
...
(This used to be commit 6a5a9f17fb
)
2007-10-10 10:56:48 -05:00
Jeremy Allison
02e3717ee9
r6625: Remove another global variable left over from a long time ago (magic char).
...
Jeremy.
(This used to be commit b1bfa9cb37
)
2007-10-10 10:56:47 -05:00
Herb Lewis
61ffe158f2
r6623: This change fixes a few broken commands plus adds some
...
new commands. It also restructures it so you can execute
a single command from the command line. Input strings are
parsed to allow input of arbitrary characters using the
\xx syntax for hex values.
(This used to be commit 94e5347266
)
2007-10-10 10:56:47 -05:00
Jeremy Allison
526351bed9
r6613: Merge back fix for PARANOID_MALLOC checker.
...
Jeremy.
(This used to be commit 9c8d0efbfd
)
2007-10-10 10:56:46 -05:00
Gerald Carter
28824fb197
r6601: fixing query and set alias info calls (level 1 from the
...
MMC manage computer plugin.
(This used to be commit c43c1ec80c
)
2007-10-10 10:56:46 -05:00
Jeremy Allison
7b9d6ac23e
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
...
Volker to commit. Woo Hoo !
Jeremy.
(This used to be commit 316df944a4
)
2007-10-10 10:56:46 -05:00
Jeremy Allison
114067ced1
r6594: Fix silly typo causing tdb to be freed twice.
...
Jeremy.
(This used to be commit 4f431dfc6b
)
2007-10-10 10:56:46 -05:00
Herb Lewis
0a65865bfe
r6588: just include includes.h to get prototypes here.
...
(This used to be commit 5565606560
)
2007-10-10 10:56:46 -05:00