summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary headers in lib/torture.Jelmer Vernooij2008-05-111-2/+0
* Fix formatting of install message.Jelmer Vernooij2008-05-111-1/+1
* Remove extra space that caused issues during make install.Jelmer Vernooij2008-05-111-1/+1
* Avoid installing non-public header.Jelmer Vernooij2008-05-111-1/+0
* make sure to always use string version of uuid rather than object.Jelmer Vernooij2008-05-112-6/+7
* Complete dependencies for python modules (actually matters when built standal...Jelmer Vernooij2008-05-112-18/+20
* Fix dependency on loadparm.Jelmer Vernooij2008-05-111-1/+1
* Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij2008-05-113-7/+7
* Properly escape quotes.Jelmer Vernooij2008-05-111-2/+2
* Merge ldb_map into LIBLDB.Jelmer Vernooij2008-05-113-12/+5
* Fix LDB module initialization when using external ldb.Jelmer Vernooij2008-05-112-2/+5
* Fix torture module initializion.Jelmer Vernooij2008-05-106-15/+15
* Revert "Remove copy of torture file."Jelmer Vernooij2008-05-102-1/+72
* Install standalone python modules (so we can use stock python rather than smb...Jelmer Vernooij2008-05-103-8/+11
* Fix soversion for libtorture and libsamba-hostconfig.Jelmer Vernooij2008-05-102-2/+2
* Remove copy of torture file.Jelmer Vernooij2008-05-102-72/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-05-102-22/+15
|\
| * Fix building with system-provided LDB without breaking anything else :-)Jelmer Vernooij2008-05-101-19/+15
| * Revert "Fix building with system-provided LDB."Jelmer Vernooij2008-05-101-3/+0
* | Clean up some git merges gone wrong.Jelmer Vernooij2008-05-107-21/+3
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-05-101-0/+3
|\|
| * Fix building with system-provided LDB.Jelmer Vernooij2008-05-101-0/+3
* | Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-1093-748/+1002
|\|
| * Fix case.Jelmer Vernooij2008-05-101-2/+2
| * Fix location of torture pc file.Jelmer Vernooij2008-05-101-1/+1
| * Fix installation of pidl perl files, torture pc file.Jelmer Vernooij2008-05-104-2/+5
| * Fix typo.Jelmer Vernooij2008-05-081-1/+0
| * Add undefined symbol flag for AIX.William Jojo2008-05-081-0/+4
| * Fix typo.Jelmer Vernooij2008-05-081-1/+1
| * Fix link flags for ldb and tdb Python modules.Jelmer Vernooij2008-05-082-2/+2
| * Install session.h, required by OpenChange's proxy.Jelmer Vernooij2008-05-082-1/+2
| * libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone buildStefan Metzmacher2008-05-071-0/+1
| * libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher2008-05-072-1/+1
| * libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macroStefan Metzmacher2008-05-072-63/+73
| * pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher2008-05-075-42/+24
| * libreplace: always provide utime() and utimes()Stefan Metzmacher2008-05-076-1/+200
| * build: fix path to lex_compile.shStefan Metzmacher2008-05-071-1/+1
| * torture: use dom_idx after determining it in samba3rpc.c:get_usr_handle()Michael Adam2008-05-061-1/+1
| * libreplace: check how portable utimes() and futimes() areStefan Metzmacher2008-05-061-0/+1
| * Tiago Batista posted a patch to fix the build:Tiago Batista2008-05-063-3/+3
| * Fix the build after the auth/ -> auth/ntlm/ renameAndrew Bartlett2008-05-058-8/+8
| * Move NTLM authentication details into auth/ntlmAndrew Bartlett2008-05-0518-82/+258
| * Add a new implementation of security=server.Andrew Bartlett2008-05-053-323/+184
| * Allow an NTLM response to be specified into the auth subsystem.Andrew Bartlett2008-05-053-18/+63
| * Reorder this function in the file, so it reads bottom-up.Andrew Bartlett2008-05-051-19/+18
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-05-0132-52/+54
| |\
| | * Split up lcov target.Jelmer Vernooij2008-04-271-2/+7
| | * Fix header locations.Jelmer Vernooij2008-04-271-2/+2
| | * Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-2731-48/+45
| * | Fix dependencies on gensec_krb5 and the NTLMSSP code.Andrew Bartlett2008-04-262-2/+2