summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* | Create PREFIX/var/lib and PREFIX/var/run in 'make install'.Andrew Bartlett2008-07-011-1/+3
|/
* On the way to alpha6!Andrew Bartlett2008-06-301-2/+2
* Merge branch '4-0-stable' into 4-0-localAndrew Bartlett2008-06-301-1/+1
|\
| * Mark as 'not a git snapshot'.Andrew Bartlett2008-06-301-1/+1
* | Ensure we install smbd as well...Andrew Bartlett2008-06-301-1/+1
|/
* nbt_server/wins: don't force wins_ldb as shared_moduleStefan Metzmacher2008-06-301-1/+0
* dsdb: don't force the build of ldb modules as shared_moduleStefan Metzmacher2008-06-301-23/+0
* ldb_ildap: don't force the build as shared_moduleStefan Metzmacher2008-06-301-1/+0
* auth: don't force the build of auth_server as shared_moduleStefan Metzmacher2008-06-301-1/+0
* lib/talloc: build as MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher2008-06-301-1/+1
* lib/events: build as MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher2008-06-301-1/+1
* smb_build: use MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher2008-06-301-2/+2
* smb_build: enable implicit make rulesStefan Metzmacher2008-06-301-0/+1
* ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)Stefan Metzmacher2008-06-304-164/+201
* ldb: fix the init function names for some modulesStefan Metzmacher2008-06-301-2/+2
* Rework samdb handling for 'netlogon' packets.Andrew Bartlett2008-06-303-12/+4
* Relax the ldap.py tests so that they pass against OpenLDAP CVS.Andrew Bartlett2008-06-301-3/+6
* Loosen ldap.py tests on the LDAP backend.Andrew Bartlett2008-06-301-1/+1
* Non-zero exit code on failure.Jelmer Vernooij2008-06-281-3/+6
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-06-285-11/+44
|\
| * pvfs: create a pvfs_acl subsystemStefan Metzmacher2008-06-285-9/+43
| * pvfs: pvfs_aio should be a subsystem instead of an extra ntvfs moduleStefan Metzmacher2008-06-281-2/+1
* | selftest changes for 'winbind privileged dir' change.Andrew Bartlett2008-06-281-1/+3
* | dynconfig changes for 'winbind privileged dir' changes.Andrew Bartlett2008-06-283-1/+7
* | Use a configure-specified directory for the winbind priv pipeAndrew Bartlett2008-06-285-17/+65
|/
* Fix the wbinfo test on the LDAP backend.Andrew Bartlett2008-06-282-34/+0
* ntlm_auth: eliminate "cast pointer from integer of different size" warnings o...Michael Adam2008-06-271-2/+2
* ntlmssp: get rid of "cast to pointer from integer of different size" warning ...Michael Adam2008-06-271-3/+3
* tdb_unpack: Eliminate "cast to pointer from integer of different size" warnin...Michael Adam2008-06-271-1/+7
* gsskrb5: just don't force, but allow the flags when GSS_CF_NO_CI_FLAGS is givenStefan Metzmacher2008-06-271-0/+6
* gsskrb5: fix gss_krb5_cred_no_ci_flags_x_oid_desc variable nameStefan Metzmacher2008-06-271-2/+2
* credentials: gss_set_cred_option() doesn't like GSS_C_NO_BUFFERStefan Metzmacher2008-06-271-1/+4
* Fix if_version for interfaces with a if_version_minor field different from 0Julien Kerihuel2008-06-271-1/+6
* Fix a non-empty line with just spacesVolker Lendecke2008-06-271-1/+1
* Fix the definition of abspath for gnu make < 3.81Volker Lendecke2008-06-271-1/+1
* Remove events from require line:Julien Kerihuel2008-06-271-1/+1
* pynbt: eliminate "initialization from incompatible pointer type" warningMichael Adam2008-06-271-1/+1
* nbt_server/wins: add forward declaration for struct event_contextStefan Metzmacher2008-06-271-1/+1
* lib/ldb: add forward declaration for struct event_contextStefan Metzmacher2008-06-271-0/+1
* credentials: gss_set_cred_option() needs gss_cred_id_t * argument, not gss_cr...Michael Adam2008-06-271-1/+1
* mkversion.sh: printf %s is more portable than echo -eStefan Metzmacher2008-06-271-4/+4
* Fix installation of Samba4 into an empty tree.Andrew Bartlett2008-06-271-2/+2
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-06-2721-201/+582
|\
| * Use make magic for installing/uninstalling binaries.Jelmer Vernooij2008-06-264-101/+21
| * Use make template for installing binaries.Jelmer Vernooij2008-06-264-24/+46
| * Move blackbox tests closer to what they're testing.Jelmer Vernooij2008-06-264-4/+430
| * Only try to detect the events lib dir if it wasn't set earlier.Jelmer Vernooij2008-06-261-10/+12
| * Use variable for selftest directory.Jelmer Vernooij2008-06-252-2/+3
| * Fix another reference to ldbdir.Jelmer Vernooij2008-06-251-1/+1
| * Use ldbsrcdir rather than ldbdir.Jelmer Vernooij2008-06-251-31/+31