summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* DSDB cosmetic patches: Some enhancementsMatthias Dieter Wallnöfer2008-10-132-6/+6
* Revert chunk applied by mistake as part of the cosmetic fixes fromi MathiasSimo Sorce2008-10-131-1/+1
* Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer2008-10-135-14/+14
* Share ndr.c implementation.Jelmer Vernooij2008-10-132-1118/+1
* Share ndrdump implementation.Jelmer Vernooij2008-10-133-544/+2
* Import warning fixes from Samba 3 into libndr, sync more libndr code.Jelmer Vernooij2008-10-131-2/+1
* Share uuid implementations.Jelmer Vernooij2008-10-132-228/+1
* Share ndr_misc implementations.Jelmer Vernooij2008-10-132-47/+1
* Share ndr_basic implementation.Jelmer Vernooij2008-10-132-834/+1
* Import warning fixes from Samba 3.Jelmer Vernooij2008-10-131-8/+22
* Import debug macros from Samba 3's libndr.Jelmer Vernooij2008-10-131-0/+8
* Fix number of arguments for file_load() functions.Jelmer Vernooij2008-10-126-16/+8
* Share RPC binding string utility functions.Jelmer Vernooij2008-10-122-727/+3
* Remove gencache in Samba 4 - it's unused and behind on the Samba 3Jelmer Vernooij2008-10-122-469/+0
* Move zlib to top-level root.Jelmer Vernooij2008-10-12201-54051/+1
* Remove unused json code.Jelmer Vernooij2008-10-1246-43802/+0
* Use common util_file code.Jelmer Vernooij2008-10-125-6/+6
* Move nmblookup to same location as the rest of the NBT client library.Jelmer Vernooij2008-10-122-604/+0
* Import Winbind NSS file for NetBSD in an attempt to fix the build onJelmer Vernooij2008-10-121-0/+40
* Fix include paths for files that aren't compiled - breaks dependencyJelmer Vernooij2008-10-123-3/+3
* 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
* 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
* 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
* 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