summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix installation source locations for ../lib/util headers.Jelmer Vernooij2008-10-121-14/+14
| | | |
| * | | Fix warning, prototype.Jelmer Vernooij2008-10-121-1/+1
| | | |
| * | | Add one-test testsuite for datablob.Jelmer Vernooij2008-10-122-0/+2
| | | |
| * | | Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-1211-16/+16
| | | |
| * | | Add some simple tests for lib/util/time.cJelmer Vernooij2008-10-112-0/+2
| | | |
| * | | Support "make test-X" to run all tests that match regex X.Jelmer Vernooij2008-10-111-0/+3
| | | |
| * | | Fix include, clean up .o files in ../lib and ../libcliJelmer Vernooij2008-10-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source4/Makefile
| * | | Clean up properly.Jelmer Vernooij2008-10-111-0/+1
| | | |
| * | | Fix include paths to new location of libutil.Jelmer Vernooij2008-10-11136-145/+145
| | | |
| * | | Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-1164-11090/+21
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source4/Makefile
| * | | Provide malloc_array() in Samba 4.Jelmer Vernooij2008-10-111-0/+9
| | | |
| * | | Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij2008-10-115-26/+36
| | |/ | |/| | | | | | | | | | | | | | | | 4, even though the macros are still different. This makes it possible to use object code compiled with one DEBUG() macro from the other sourceX directory.
| * | Use const.Jelmer Vernooij2008-10-101-5/+5
| | |
| * | Add support for autogen to take a --version-file argumentTim Prouty2008-10-091-1/+13
| | |
| * | Remove duplicate copy of manual page.Jelmer Vernooij2008-10-081-83/+0
| | |
| * | fix libclinbtsrcdir variable.Jelmer Vernooij2008-10-082-7/+7
| | |
| * | Add manpage for nmblookup, move nmblookup closer to nbt library.Jelmer Vernooij2008-10-084-17/+237
| | |
| * | Fix subunit files location after cherrypicks.Jelmer Vernooij2008-10-082-1/+2
| | |
| * | Move all subunit files to lib directory.Jelmer Vernooij2008-10-088-1243/+3
| | |
| * | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-0817-91/+261
| |\ \
| | * | Set default trust kvno to -1Andrew Bartlett2008-10-061-1/+1
| | | |
| | * | Fix cross-realm authentication in Samba4's KDC.Andrew Bartlett2008-10-061-3/+5
| | | |
| | * | Allow the PAC to be passed along during cross-realm authenticationAndrew Bartlett2008-10-061-18/+16
| | | |
| | * | Use the trust password version as kvno for trusts in Kerberos.Andrew Bartlett2008-10-061-0/+7
| | | |
| | * | Start implementing AD-style trusted domains in Samba4's NETLOGON serverAndrew Bartlett2008-10-061-2/+50
| | | |
| | * | Store trusted domain passwords in the LSA serverAndrew Bartlett2008-10-061-4/+64
| | | |
| | * | Make RPC-LSA test for enumeration conditions more strictAndrew Bartlett2008-10-061-3/+14
| | | |
| | * | Add in secure channel type used by AD trustsAndrew Bartlett2008-10-061-3/+5
| | | |
| | * | Clarify use of manual parsers in trustInOutBlob (drsblobs.idl)Andrew Bartlett2008-10-061-4/+6
| | | |
| | * | Implement 'type unknown' names in the CrackNames code.Andrew Bartlett2008-10-063-11/+50
| | | | | | | | | | | | | | | | | | | | | | | | This guesses the type by running each of the possible options. Andrew Bartlett
| | * | Remove compleatly bogus rename test in partitions module.Andrew Bartlett2008-10-061-17/+0
| | | |
| | * | Remove DESCRIPTION from generated schema lines.Andrew Bartlett2008-10-062-24/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not permitted in the AD aggregate schema, and more trouble than it is worth in the OpenLDAP schema due to escaping issues. Andrew Bartlett
| | * | Fix Domain Trust creation with Windows 2008 (and many other tools)Andrew Bartlett2008-10-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A dITConentRules attribute (unlike objectClasses) must not contain a 'SUP'. The ADSI layer in Windows would download the whole schema, and validate it. Thanks to the team at Microsoft for very long debugging session to find this. Andrew Bartlett
| | * | s4:rpc_server: tell the gensec layer that we want to do header signingStefan Metzmacher2008-10-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: header signing is still off by default, as the gensec backends don't support it together with seal yet. metze
| | * | s4:gensec: pass down want_features to the spnego backend mechStefan Metzmacher2008-10-063-1/+24
| | | | | | | | | | | | | | | | metze
| * | | Fix syntax errors in minschema.Jelmer Vernooij2008-10-081-20/+16
| | | |
| * | | Import tests for subunit python module.Jelmer Vernooij2008-10-086-0/+854
| | | |
| * | | Move subunit helper utility to specific subunit directory.Jelmer Vernooij2008-10-082-37/+1
| | | |
| * | | Allow 'make testenv-dc', 'make testenv-member', etc.Jelmer Vernooij2008-10-081-0/+3
| |/ /
| * | smbd3 is unhappy if stderr is not openVolker Lendecke2008-10-051-1/+2
| | |
| * | Re-enable build of smb_samba3.c after the rename smbd->sambaVolker Lendecke2008-10-051-1/+1
| | |
| * | remove dependencies on my home domainAndrew Tridgell2008-10-051-2/+3
| | | | | | | | | | | | (in other words, don't do commits in airports)
| * | removed some debug lines I left in the last commitAndrew Tridgell2008-10-051-4/+0
| | |
| * | updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell2008-10-037-60/+211
| | | | | | | | | | | | plugfest in Redmond
| * | expanded the netlogon test to better simulate the WSPP NRPC test thatAndrew Tridgell2008-10-031-1/+9
| | | | | | | | | | | | we had some trouble with
| * | Merge commit 'master/master'Andrew Tridgell2008-10-0318-198/+577
| |\ \
| | * | Fix regressions in patchfile after last patch, several other minor fixes.Matthias Dieter Wallnöfer2008-10-031-22/+20
| | | |
| | * | Fix crash bugs in error paths: ac is not yet initialized here, and we don'tSimo Sorce2008-10-021-27/+18
| | | | | | | | | | | | | | | | | | | | need to call ldb_module_done in the main module functions, we can directly return an error. ldb_module_done() is for callbacks
| | * | s4:setup: add wellknownObjects to the domain objectStefan Metzmacher2008-10-021-0/+8
| | | | | | | | | | | | | | | | metze
| | * | s4:drsuapi.idl: fix some fields in drsuapi_DsRemoveDSServer()Stefan Metzmacher2008-10-022-8/+3
| | | | | | | | | | | | | | | | metze