summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-21Fix rpcecho test.Jelmer Vernooij1-2/+1
2008-10-21s3-build: fix the build.Günther Deschner1-2/+2
Guenther
2008-10-21s3-lsa-server: fix _lsa_GetUserName.Günther Deschner2-9/+23
Guenther
2008-10-20Remove the requirement for ldap call made as root. Add in securityJeremy Allison2-11/+63
checks for all SAMR calls. Jeremy.
2008-10-20Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison105-1843/+421
2008-10-20Fix warnings.Jeremy Allison5-32/+34
Jeremy.
2008-10-20s3-rpcclient: fix cmd_lsa build.Günther Deschner1-3/+1
Guenther
2008-10-20s3-build: re-run make samba3-idl.Günther Deschner5-63/+131
Guenther
2008-10-20idl: merge from s4 lsa.idl to s3.Günther Deschner2-33/+52
Guenther
2008-10-20Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij9-8/+12
Conflicts: source3/include/proto.h
2008-10-20Add source4/ to include path because librpc/gen_ndr is still in source?/Jelmer Vernooij2-1/+2
2008-10-20Fix a valgrind error in idmap_ad_sids_to_unixids()Volker Lendecke1-0/+2
We need to initialize all mappings in case we don't find anything. Simo, please check! Volker
2008-10-20s3-samr-server: be consistent when reporting we do password complexity.Günther Deschner1-0/+4
Guenther
2008-10-20Add missing prototypes for samba3-specific libndr/util.cJelmer Vernooij1-1/+10
2008-10-20Sync syntax of srvsvc.idl with samba3.Jelmer Vernooij1-5/+5
2008-10-20s3-build: no need to duplicate generated ndr_ prototypes.Günther Deschner4-1298/+3
Guenther
2008-10-20s3-build: no need to duplicate generated srv_ prototypes.Günther Deschner5-73/+3
Guenther
2008-10-20Include generated header files rather than using manually writtenJelmer Vernooij1-1577/+32
prototypes.
2008-10-20Move orpc to top-level directory.Jelmer Vernooij2-1/+1
2008-10-20Remove unused function str_list_match.Jelmer Vernooij1-13/+0
2008-10-20Move WMI support code to top-level.Jelmer Vernooij3-3/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij78-86/+132
remove some unused functions.
2008-10-20Fix crypto test.Jelmer Vernooij1-1/+1
2008-10-20Import comments about opcodes from Samba 3.Jelmer Vernooij1-20/+20
2008-10-20Move discard_const hack to memory.hso it can be used by Samba 3.Jelmer Vernooij2-27/+25
2008-10-20Remove unused macro CONST_ADD.Jelmer Vernooij1-1/+0
2008-10-20Remove unused define for crypt (now in libreplace).Jelmer Vernooij1-4/+0
2008-10-20Revert "s4: fix the build after winreg idl changes."Günther Deschner3-5/+5
This reverts commit 61db229c08a601780da09ee4f2f4f1eb32ec3aa0.
2008-10-20s4: fix the build after winreg idl changes.Günther Deschner3-5/+5
Guenther
2008-10-20Provide two symbols to allow ndrdump compiled by Samba 3 to be used forJelmer Vernooij2-1/+2
Samba 4.
2008-10-20Fix merged build; use full libroken rather than just a couple of object files.Jelmer Vernooij1-9/+2
2008-10-20Add missing asn1 object.Jelmer Vernooij1-1/+1
2008-10-20Use tables in Samba 3 ndrdump.Jelmer Vernooij7-23/+112
2008-10-20Fix names in winreg torture tests.Jelmer Vernooij2-3/+3
2008-10-20Also build all other Samba 4 binaries during merged build.Jelmer Vernooij1-3/+2
2008-10-20Also move wireshark conformance file.Jelmer Vernooij1-0/+0
2008-10-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij19-271/+1192
2008-10-20Regenerate pidl output.Jelmer Vernooij8-95/+16
2008-10-20Make warning a bit more user-friendly.Jelmer Vernooij1-1/+3
2008-10-20Share winreg.idl.Jelmer Vernooij3-412/+2
2008-10-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij19-271/+1192
2008-10-20s3: forgot to remove old copy of krb5pac.idl.Günther Deschner1-120/+0
Guenther
2008-10-20idl: finally share krb5_pac.idl.Günther Deschner5-27/+147
Guenther
2008-10-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij23-233/+263
2008-10-20Rework mkrelease.sh to exclude Samba3 filesAndrew Bartlett1-3/+13
This matches my proposal to samba-technical, and should allow a Samba4 release to be made shortly. Andrew Bartlett
2008-10-20Make the updated RPC-LSA pass against Win2008, and Samba4 to matchAndrew Bartlett2-1/+3
2008-10-20LSA Patch for User ManagerMatthias Dieter Wallnöfer3-107/+195
New (major) patch ================= - Enhances the "lsa.idl" file in the sense that it adds more values to "PolicyInformation" to improve the "lsa_QueryInfoPolicy*" calls. - Adds a minimal implementation for "AuditEvents" (also lsa_QueryInfoPolicy* calls) to enable the "Audit" option in the "User Manager for Domains" (at least readable). - Adds to the "lsa.idl" file the system access mode flags needed for the calls "lsa_*SystemAccessAccount". - Fill in the "lsa_GetSystemAccessAccount" for enabling the "User Rights" option in the "User Manager for Domains" (at least readable). - Merge the two similar torture tests of the "lsa_QueryInfoPolicy*" calls in one using "if"'s for a few separations. - Add a torture test for "lsa_GetSystemAccessAccount". - Some cosmetic-only changes (unifications) in output strings in the "LSA" torture test. The work has been done using the Microsoft WSPP docs. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2008-10-20Mark clearTextPassword as a privilaged attributeAndrew Bartlett1-0/+1
2008-10-20Actually test the kpasswd serverAndrew Bartlett1-3/+41
This uses kpasswd operated as a blackbox, assisted by the newly imported rkpty tool. Andrew Bartlett
2008-10-20Ensure the hdb_method structure is not on the stack.Andrew Bartlett1-5/+5
We supply this to krb5 as a plugin, so we must keep it around as long as the krb5_context. Andrew Bartlett