1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

67 Commits

Author SHA1 Message Date
Jeremy Allison
acf32f277d Fix noticed by John Trostel - we need to return our account SID for level 5.
Jeremy.
-
Jeremy Allison
2a5b513c44 Finally got name & SID returns correct.
Jeremy.
-
Jeremy Allison
37581bdf1e JF pointed out we were returning the wrong info for Domain member with info
levels 3 and 5. I *hate* LSAQueryInfoPolicy() :-).
Jeremy.
-
Jeremy Allison
0d6c7dedd2 Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).
Jeremy.
-
Jeremy Allison
45e96777d0 Last tweak (I promise :-). Fallback to returning our SID if we're a domain
member but can't get the domain sid.
Jeremy.
-
Jeremy Allison
58dd295882 Final ! Fix.
Jeremy.
-
Jeremy Allison
f2680842d7 Last attempt at fix...
Jeremy.
-
Jeremy Allison
c202ebe3b6 Return correct error message if we can't get the SID secret.
Jeremy.
-
Jeremy Allison
b318a754e7 Fixed a Dr. Watson when viewing permissions - we were missing the "standalone
server" case.
Jeremy.
-
Jeremy Allison
28a0bc5f57 AS/U on a sparc now joins and authenticates against a Samba PDC !
Jeremy.
-
Jeremy Allison
e7ecb9410f Fixed reading of strings from big-endian RPC clients.
Jeremy.
-
Jeremy Allison
d22c606703 Ensure we return the correct names/sids on query info. AS/U showed us what
we should return here.
Jeremy.
-
Jeremy Allison
0be41d5158 Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
RPC code to merge with new passdb code.
Currently rpcclient doesn't compile. I'm working on it...
Jeremy.
-
Jeremy Allison
0e6a34510e Sync up handle creation with 2.2 branch. We can now join AS/U domains and
authenticate against them. Big/little endian issues fixed.
Jeremy.
-
Jeremy Allison
94b72c19fe Don't return stack structures...
Jeremy.
-
Jeremy Allison
1cc96e0340 Separated lsa code into interface and implementation.
Jeremy.
-
Jeremy Allison
72e7c261e8 Added implementation file for lsa.
Jeremy.
-