Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit 4f923d970eac5841d1f67dbb8fc0c1dd1fda95a3)
|
|
Guenther
(This used to be commit 94d6536809266ea3a12cd255fb7f2f7a70c42da3)
|
|
Guenther
(This used to be commit ca233bfe0e5350cb699312e4937c6bd1cb43f7c1)
|
|
Guenther
(This used to be commit ceb3b6a0a3ed15c04bdb518a28167531403cc928)
|
|
Guenther
(This used to be commit 35a691c2595883a7f15d039839de11798b9a7ceb)
|
|
Guenther
(This used to be commit 79c3aa6588c6d79a2127153dc0bcc75ecc468de8)
|
|
Guenther
(This used to be commit 6bfd76002f083f07b3d9d5c1f16e67614e7eb972)
|
|
Guenther
(This used to be commit c61cba97268f198ad7e25acc3cb0b166e897299d)
|
|
Guenther
(This used to be commit a142fe21e386233af658024b5a194eee0bc5c4ba)
|
|
Guenther
(This used to be commit 36f52b631c013f885ed25ea741a52f763d27198b)
|
|
Guenther
(This used to be commit c53bfd74251398924a1fae0fd8d9020dba958ba1)
|
|
Guenther
(This used to be commit 622d529c45aaa6d8ddd3a38a2fa4fc5e1ad53fe9)
|
|
Guenther
(This used to be commit 31d5a3aaa42c18319fd751aba65f435348b1e83e)
|
|
Guenther
(This used to be commit b8bf051bdda221dda15598e16bb8dbec68bc7df7)
|
|
Guenther
(This used to be commit 86827e374469421e2204598712225fb19d4af64b)
|
|
Guenther
(This used to be commit e74ad425ff3a139fa12c0320e4a292dcb0991888)
|
|
Guenther
(This used to be commit 1a98282d2c61e45645c68941631eb0499baa4cbb)
|
|
Guenther
(This used to be commit ea3a096bcdc42fd4a86be5df3e8f9745e99970ff)
|
|
Guenther
(This used to be commit 15801832ecd59bdb35ed33696944fe5beb08bf3f)
|
|
A good example that work in this area needs very careful testing :)
Guenther
(This used to be commit 7d369906ec37caebaa4e2097874997fa257f1a31)
|
|
Guenther
(This used to be commit 60fe8ade74d24d49f0fed0aae360a3b00edcd2b4)
|
|
Guenther
(This used to be commit 2df3408079fc382d00d01a0b82b0b8e1ffeba6e4)
|
|
(This used to be commit 5c392c4c6e277a24d0d477902dc7856b2b46ee53)
|
|
All callers are replaced by Get_Pwnam_alloc
(This used to be commit 735f59315497113aebadcf9ad387e3dbfffa284a)
|
|
Use LOOKUP_NAME_LOCAL instead of LOOKUP_NAME_ISOLATED.
Michael
(This used to be commit 1d4e0ad1142c61de402c925306f02f5de2c872f6)
|
|
least surprise for callers
(This used to be commit eb523ba77697346a365589101aac379febecd546)
|
|
(This used to be commit bb35e794ec129805e874ceba882bcc1e84791a09)
|
|
Jeremy.
(This used to be commit eaf14c701b08e9eff5b94bf57af68cb29142d7fc)
|
|
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)
|
|
Why? It moves these structs from the data into the text segment, so they
will never been copy-on-write copied. Not much, but as in German you say
"Kleinvieh macht auch Mist...."
(This used to be commit 0141e64ad4972232de867137064d0dae62da22ee)
|
|
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)
|
|
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
|
|
Jeremy.
(This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
|
|
This was only affecting the newer versions of usrmgr.exe, because they
use a user_info_25 struct. The password is getting set separately
inside that code, so the password last set time was getting set from the
password change logic.
We also were not parsing a number of fields (like logon hours) from the
user_info_25. That should also be fixed.
(This used to be commit afabd68b6ae874aceba708dc36808ed007ad496c)
|
|
return values of some alias-releated pdb functions from BOOL to NTSTATUS
Thanks :-)
(This used to be commit 590d2164b3a33250410338771e160f6ebd1aa89d)
|
|
(This used to be commit 2c5b951eba509e826a29775db992aca474476484)
|
|
r22412 | obnox | 2007-04-20 14:23:36 +0200 (Fr, 20 Apr 2007) | 5 lines
Add a "deletelocalgroup" subcommand to net sam.
Thanks to Karolin Seeger <ks@sernet.de>.
(This used to be commit fb6ac8a5b247a961963a9b6a95cd6608c5b53d09)
|
|
Jeremy.
(This used to be commit c3df5d08dd6a983f9d53dc6628a50e571d322e8d)
|
|
Jeremy.
(This used to be commit 18f47f999d28af56e205cd20d10c72ff6f0a3846)
|
|
calls. No functional changes. Looks bigger than it is :-).
Jeremy.
(This used to be commit f6fa3080fee1b20df9f1968500840a88cf0ee592)
|
|
(This used to be commit cc38ffb9a45b008ab7bbc3299610bd0dfec13aa9)
|
|
Allows authorized users (e.g. BUILTIN\Administrators members) to
set attributes on an account, particularly "user cannot change
password".
add become_root() around updating attributes, after checking that
access has been granted.
(This used to be commit b1ab360519a1f67f50446ca8599e5b7aa58e7db3)
|
|
which matches what samba4 has.
also fix all the callers to prevent compiler warnings
metze
(This used to be commit fa322f0cc9c26a9537ba3f0a7d4e4a25941317e7)
|
|
winbind
who did not run the idle events to drop ldap connections.
Volker
(This used to be commit af3308ce5a21220ff4c510de356dbaa6cf9ff997)
|
|
when changing how memory is allocated.
(This used to be commit 78bf4042dd22bf063846c58729d5b64be3fce8a8)
|
|
builtin
domain. Without this patch we leaked a DISPINFO for the (NULL) domain per
samr_connect*() call.
Volker
(This used to be commit 4423880ff47a94074c625a4f4f81c3b516faa644)
|
|
(This used to be commit f63189907efe857ef51ff91470ddb8d21b9a41fa)
|
|
comment :-)
(This used to be commit fad2ee8aa3e99c31a0632a80b4a64dedb6e01495)
|
|
them. It just does not make sense to do a querydispinfo on an alias handle...
This fixes a memleak: Every samr_connect*() call leaked a DISP_INFO for the
(NULL) sid.
More cleanup pending: Essentially, we only need the DISP_INFO cache for the
get_global_sam_sid() domain. BUILTIN is fixed and small enough, and there are
no other domains around where enumerations could happen.
This also removes the explicit builtin_domain flags. I don't think this is
worth it. If this makes a significant difference, then we have a *VERY* tuned
RPC layer...
Jeremy, please check this. If it's ok, we might want to merge it across.
Volker
(This used to be commit 0aceda68a825788895759e79de55b080ad3f971d)
|
|
The two culprits were
* pdb_get_account_policy()
* pdb_get_group_sid()
(This used to be commit 6a69caf6907fad01b13aa4358ce5c62506f98495)
|