Volker Lendecke
24f7144930
r19468: Fix some potential NULL dereferences
...
(This used to be commit c8ed412976
)
2007-10-10 12:15:37 -05:00
Volker Lendecke
ef05328552
r19451: Another cleanup of 18802. Referring to structures after the block has been
...
left is not a good idea.
Volker
(This used to be commit 88ac17db19
)
2007-10-10 12:15:36 -05:00
Volker Lendecke
1c16e0d642
r19450: Fix smbtree's use of netshareenum.
...
Jelmer, how much of r18802 did you actually test??
Volker
(This used to be commit d0025861c0
)
2007-10-10 12:15:36 -05:00
Volker Lendecke
2a10d76865
r19448: Convert delete_share_security to struct share_params plus some cleanups
...
(This used to be commit c73d0815a3
)
2007-10-10 12:15:36 -05:00
Volker Lendecke
f916352de9
r19447: Do not throw away information
...
(This used to be commit 141e0dd717
)
2007-10-10 12:15:36 -05:00
Volker Lendecke
f29a0d90a3
r19446: Comment can be NULL now
...
(This used to be commit f4dcb9bd56
)
2007-10-10 12:15:36 -05:00
Volker Lendecke
0dab687fce
r19445: Attempt to fix net rpc share
...
(This used to be commit 769988f83a
)
2007-10-10 12:15:36 -05:00
Stefan Metzmacher
e7c14137fa
r19444: merge from samba4:
...
reset trap when we have removed the test specifc files already
metze
(This used to be commit 36065025c7
)
2007-10-10 12:15:35 -05:00
Andrew Tridgell
2729f448c0
r19431: merge recent talloc performance improvements from Samba4
...
(This used to be commit ced12bd6d8
)
2007-10-10 12:15:35 -05:00
Andrew Tridgell
7a390a0dab
r19430: merge recent ldb changes from Samba4. This includes memory leak fixes
...
and significant speedups
(This used to be commit bb5c205fef
)
2007-10-10 12:15:35 -05:00
Andrew Tridgell
aa3ca346d8
r19429: moved tdb/common/tdbutil.c into lib/util_tdb.c
...
see discussion on samba-technical
(This used to be commit 1ad563286f
)
2007-10-10 12:15:35 -05:00
Andrew Tridgell
7d52581978
r19426: merge nearly all the differences between Samba3 tdb and Samba4
...
tdb. This includes:
- the new tdb_lockall and tdb_lockall_read code, which will be needed
for the ldb speedups
- the tdb logging changes. This is an intermediate step to keep the
differences between the two branches small. The plan is still to
move to a tdb_init()/tdb_set_logging_function()/tdb_attach() style
of open which will make things much cleaner.
- the updated test suites and standalone tdb build code
- use libreplace headers
There are still some small differences I haven't merged. I'll discuss
those on the list.
(This used to be commit 48903c75ed
)
2007-10-10 12:15:35 -05:00
Jeremy Allison
3da4607374
r19424: Protect against username == NULL
...
Jeremy.
(This used to be commit 78b14de27a
)
2007-10-10 12:15:34 -05:00
Jeremy Allison
f58f146834
r19422: Doh ! Put the krb5 user@realm code in the right place.
...
Jeremy.
(This used to be commit a31bbbaee1
)
2007-10-10 12:15:34 -05:00
Gerald Carter
6e2b290672
r19421: BUG 3868: Patch from Timur Bakeyev <timur@com.bat.ru> to prevent
...
--with-aio-support from trimping on the $LIBS variable
(This used to be commit 00bf29d352
)
2007-10-10 12:15:34 -05:00
Gerald Carter
80d40172ef
r19420: Remove strequal and use strcmp() instead. Meant to
...
make the change before theprevious commit.
(This used to be commit 815388c4c8
)
2007-10-10 12:15:34 -05:00
Gerald Carter
2145eff91d
r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn off
...
winbindd and fail to disable the _NO_WINBIND environment.
(This used to be commit a6366b40b3
)
2007-10-10 12:15:34 -05:00
Gerald Carter
7ac5df4824
r19417: BUG 3856: patch from Timur Bakeyev <timur@com.bat.ru> to include setting the nss soname version on FreeBSD
...
(This used to be commit e1490e72ea
)
2007-10-10 12:15:33 -05:00
Günther Deschner
a2dfdfbf86
r19416: Fix some c++ warnings.
...
Guenther
(This used to be commit b076c39b6a
)
2007-10-10 12:15:33 -05:00
Günther Deschner
1e86361080
r19415: oh la la, always compile before commit, I'm very sorry.
...
Guenther
(This used to be commit bdd2e0361c
)
2007-10-10 12:15:33 -05:00
Günther Deschner
9034063617
r19414: gencache is getting really important now, make sure that lp_lockdir
...
always exists so that the gencache.tdb can get created there.
Guenther
(This used to be commit e5ed286125
)
2007-10-10 12:15:33 -05:00
Jeremy Allison
e070996cc3
r19413: Now we're calling init_dc_connection, this code
...
is completely useless (and in fact harmful :-) in
that it causes a winbindd error where there should
be none.
Jeremy.
(This used to be commit acf5419d62
)
2007-10-10 12:15:33 -05:00
Jeremy Allison
d273a2ef1d
r19399: Now Guenther discovered one crash dereferencing domain->backends,
...
get paranoid. I don't think this can really happen, but let's be
sure.
Jeremy.
(This used to be commit be4709984b
)
2007-10-10 12:15:33 -05:00
Günther Deschner
5afaa37662
r19394: When we fail to get the list of trusted domains, make sure to return
...
WINBINDD_ERROR.
Guenther
(This used to be commit 6089b3007b
)
2007-10-10 12:15:32 -05:00
Günther Deschner
edba79e500
r19391: Fix crash bug within the winbind caching method.
...
That one was hard to find: when coming from offline mode and switching
to online, a refresh sequence number call (using the default MS-RPC
mechanism) may reset domain->backend to NULL (by the set_domain_online
event). We need to make sure to reidentify the remote domain in that
case.
Guenther
(This used to be commit 4d6503d137
)
2007-10-10 12:15:32 -05:00
Jelmer Vernooij
ea032c024d
r19390: Add some tests that are known failing against samba3.
...
(This used to be commit 6ff2ad4246
)
2007-10-10 12:15:32 -05:00
James Peach
09ead9c8fa
r19386: Limit the size of the connection bitmap to <64K entries.
...
(This used to be commit 9f0518e0b0
)
2007-10-10 12:15:32 -05:00
James Peach
322863b392
r19385: These replaced symbols should have a rep_ prefix.
...
(This used to be commit decdb46a3f
)
2007-10-10 12:15:32 -05:00
Stefan Metzmacher
74bb9cb3bd
r19374: fix the build with heimdal
...
metze
(This used to be commit a813c75955
)
2007-10-10 12:15:32 -05:00
Günther Deschner
21344a731c
r19371: Add two missing refresh_sequence_number calls where they are missing
...
just before writing to the winbind cache tdb.
Guenther
(This used to be commit bd8548998b
)
2007-10-10 12:15:32 -05:00
Günther Deschner
257c5c095b
r19368: Use WINBINDD_CACHE_TDB_DEFAULT_HASH_SIZE whereever the winbindd tdb is
...
opened.
Guenther
(This used to be commit 49e9e1a3e7
)
2007-10-10 12:15:31 -05:00
Günther Deschner
dbcb4b1266
r19355: Add getdispenumindex2 wrapper for rpcclient.
...
Guenther
(This used to be commit 27c35848eb
)
2007-10-10 12:15:31 -05:00
Günther Deschner
8b31fccafe
r19354: adjust usage printf for rpcclient's timeout command.
...
Guenther
(This used to be commit fb21c9c58b
)
2007-10-10 12:15:31 -05:00
Günther Deschner
fb183ebd92
r19353: Add "timeout" command for rpcclient.
...
Guenther
(This used to be commit 4106a56d3f
)
2007-10-10 12:15:30 -05:00
Günther Deschner
b26b8f95e9
r19351: Also export the info3 profilepath via the PAM_WINBIND_PROFILEPATH data
...
field.
Guenther
(This used to be commit 66b92f27fa
)
2007-10-10 12:15:30 -05:00
Günther Deschner
da6e42b47f
r19349: Fix invalid free on the PAM_WINBIND_PWD_LAST_SET data.
...
Guenther
(This used to be commit a4d17ee9c9
)
2007-10-10 12:15:30 -05:00
Günther Deschner
e42f449fcc
r19348: Fix uninitialized dictionary handle, found by valgrind.
...
Guenther
(This used to be commit 9621bb420a
)
2007-10-10 12:15:30 -05:00
Günther Deschner
2c3aa76510
r19345: Allow better rootdse searches.
...
Guenther
(This used to be commit 27fbd85300
)
2007-10-10 12:15:30 -05:00
Stefan Metzmacher
2bc3099c71
r19342: we only have one BASE-LOCK test in samba4's smbtorture now
...
metze
(This used to be commit a2c20811d6
)
2007-10-10 12:15:29 -05:00
Günther Deschner
258f7b50dc
r19340: Wait longer then 10 seconds for a samr_query_groupmem lookup to succeed.
...
Guenther
(This used to be commit 37dd019e21
)
2007-10-10 12:15:29 -05:00
Jeremy Allison
25cba8669d
r19302: Use TALLOC_ZERO_P not TALLOC_P to ensure unused
...
fields are initialized to zero.
Jeremy.
(This used to be commit 8a0ff70e8e
)
2007-10-10 12:15:29 -05:00
Jeremy Allison
76022f73d6
r19301: Correct debug statement.
...
(This used to be commit 3ea8399bc9
)
2007-10-10 12:15:29 -05:00
Jeremy Allison
4a942c592a
r19300: Fix null deref in debug statement.
...
Jeremy.
(This used to be commit c55b9111f6
)
2007-10-10 12:15:29 -05:00
Volker Lendecke
7b9ef5e840
r19292: Avoid some potential segfaults: In winreg_EnumValue all pointers are unique
...
pointers and can thus be independently NULL.
Thanks,
Volker
(This used to be commit d48ac0726a
)
2007-10-10 12:15:29 -05:00
Stefan Metzmacher
6ec00affb6
r19291: this should fix the build on heimdal systems
...
metze
(This used to be commit 785ab128c4
)
2007-10-10 12:15:28 -05:00
Volker Lendecke
99cf1bef10
r19290: regedit running on nt4 will cut off the last character from a enumkey without
...
this patch. Jerry, Jelmer, can you please check this?
Thanks,
Volker
(This used to be commit ed95fe3c63
)
2007-10-10 12:15:28 -05:00
Volker Lendecke
f799df03d4
r19288: tdb_prs_store is right now used to store printer and share security
...
descriptors. Both databases are long-lived and not frequently written, so I
think storing it deserves a tdb transaction.
Volker
(This used to be commit 2d4b5f5727
)
2007-10-10 12:15:28 -05:00
Volker Lendecke
7d2aa0d3f1
r19287: As requested by Bjoern Jacke <bjoern@j3e.de>: Check in the NetBSD winbind module by Luke
...
Mewburn.
Volker
(This used to be commit 104f5e9ec9
)
2007-10-10 12:15:28 -05:00
James Peach
2e46e9189a
r19286: Remove dependency on Fink. If we really *need* anything from Fink,
...
this shold be a strong dependency. If stuff from Fink is an optional
extra, there should be a --with-stuff-from-fink argument. It's just
too easy to unexpectedly end up with binaries that depend on
/sw/{lib,include}.
(This used to be commit d0166e1172
)
2007-10-10 12:15:28 -05:00
Jeremy Allison
94d565b36b
r19272: Ensure we return 1 member in the optimized case.
...
(This used to be commit cc6cdabf19
)
2007-10-10 12:15:28 -05:00