Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit d1c669920e88e7fecd13101c4ddfe45354c5ecdb)
|
|
Guenther
(This used to be commit 6a3b06291bf9c11c15e38d73bbdf6c2cbd12e4ab)
|
|
Guenther
(This used to be commit ffbfd19ad7065caf05688c5748178d30115d47f4)
|
|
Guenther
(This used to be commit ecc4e5fb3852a9966b5184482d573268d8bd0cd7)
|
|
Guenther
(This used to be commit ed16b2f63b532a7b1a3c227a6045326a2e57a344)
|
|
Guenther
(This used to be commit c0ebdb555d0ef04d49bb88c312b52bd1b0398f82)
|
|
Guenther
(This used to be commit 1793ed10df7f403b85a4e52c67cbfb277b23b30b)
|
|
Guenther
(This used to be commit 5c167162856fd1e13a3e04423cfc0cc936ae26b0)
|
|
Guenther
(This used to be commit 2d4d052257d3a051b022f58da84d40019b74dd86)
|
|
Guenther
(This used to be commit 3f48f9e671698235a4152102cf73a694b94542e0)
|
|
Guenther
(This used to be commit bdf8d562621e1a09bf83e2009dec24966e7fdf22)
|
|
Guenther
(This used to be commit c05b5709e4943345f5d2a35fad5155c79650686d)
|
|
Guenther
(This used to be commit 845d9ea9f641ff58a9b16395697c72a3963bae52)
|
|
Guenther
(This used to be commit 701af69118c9634c7dc0d5c10152ce776787694d)
|
|
Guenther
(This used to be commit 7b7b10adcaa94de3fed9b5e925eeee714ffd1c50)
|
|
Guenther
(This used to be commit 1248ec89d2d9a400f892f828126ce4e862de642f)
|
|
Guenther
(This used to be commit da90eb7653554d242da83ed98adae35ced3a2938)
|
|
Guenther
(This used to be commit f66facc0f82e3d4c470d584d8ab0494fcb4ff5a2)
|
|
Guenther
(This used to be commit d019fc69a986937880121c2587d3fe37f995edae)
|
|
Guenther
(This used to be commit e4e9d72724d547e1405b2ed4cec509d50ec88c8d)
|
|
Guenther
(This used to be commit 5bd8f7067db8479ad4beb8e49d9106e43495ecec)
|
|
Guenther
(This used to be commit bbed3aed5175589787cb1b233ce4e81ecc0c81fe)
|
|
Guenther
(This used to be commit 8cc094ddb5c28c7378be6c655f3311ea6abb4f64)
|
|
Guenther
(This used to be commit 64f0889401855ab76953bfae5db4fe4df19ad8a5)
|
|
Guenther
(This used to be commit 29690d18608ab2d694c23ed7656348c8c71f204e)
|
|
them with different
names. Matt, Jeremy, please check.
Guenther
(This used to be commit d4a9e46edf7336f673c001c559af96eb0ecf9f6f)
|
|
patch for adding acct_flags to rpccli_samr_create_dom_user().
Jerry please test.
Jeremy.
(This used to be commit 7d94f97947b7edfcf3ec52f0125e4593d6d54c05)
|
|
Guenther
(This used to be commit f7100156a7df7ac3ae84e45a47153b38d9375215)
|
|
Michael
(This used to be commit 6b2b9a60ef857ec31da5fea631535205fbdede4a)
|
|
Michael
(This used to be commit 2a0585d3093265a499c9fef60d500059f79b4112)
|
|
least surprise for callers
(This used to be commit eb523ba77697346a365589101aac379febecd546)
|
|
Guenther
(This used to be commit cfc6e7a2e657ee55364b739d9fe0093e4f7c8b27)
|
|
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
(This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
|
|
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
|
|
the maxeln parameter instead of sizeof(target_area) - 1 (or even
sizeof(fstring) - 1 in some places.
I hope these were really all there were.
Michael
(This used to be commit 9a28be220df622322857dfe102fa35e108f932dc)
|
|
We checked argc>=3 some lines above
(This used to be commit fa385e9f3c980756e428d89e73012cce895c3bf6)
|
|
(This used to be commit b876bca6bcdb091c4f4f11af3bd758c8ce4db50a)
|
|
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
|
|
Jeremy.
(This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
|
|
Jeremy.
(This used to be commit 8968808c3b5b0208cbad9ac92eaf948f2c546dd9)
|
|
Corresponding to deletedomuser.
Michael
(This used to be commit 9775de56b89f00c77cc52e5d53d93502dc79483e)
|
|
Patch from Zack Kirsch <zack.kirsch@isilon.com>.
Jeremy.
(This used to be commit df07a662e32367a52c1e8473475423db2ff5bc51)
|
|
Guenther
(This used to be commit bc77622134e606b8a643454493ba316f84312d52)
|
|
Guenther
(This used to be commit 4036cb51692d3f12a8f56a412fa5b2ca830d005b)
|
|
we never mix malloc and talloc'ed contexts in the
add_XX_to_array() and add_XX_to_array_unique()
calls. Ensure that these calls always return
False on out of memory, True otherwise and always
check them. Ensure that the relevent parts of
the conn struct and the nt_user_tokens are
TALLOC_DESTROYED not SAFE_FREE'd.
James - this should fix your crash bug in both
branches.
Jeremy.
(This used to be commit 0ffca7559e07500bd09a64b775e230d448ce5c24)
|
|
Guenther
(This used to be commit 27c35848ebc6d72fd4fccbb6597b63787230f80c)
|
|
Guenther
(This used to be commit 4106a56d3f4edb2e07e876204743a1cb028c950a)
|
|
Guenther
(This used to be commit 37dd019e21cab2f0df314b0b741f79422fc10d1b)
|
|
Jelmer, Jerry, in cmd_unixinfo.c:159 there is still the warning that "info" is
being used uninitialized which I don't really know how to fix.
Any hints?
Volker
(This used to be commit 4a5d11e194ebdfb6c21586d1cf902f8ed2478e45)
|
|
descriptor
buffers.
Make security access masks simply a uint32 rather than a structure
with a uint32 in it.
(This used to be commit b41c52b9db5fc4a553b20a7a5a051a4afced9366)
|