summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-06-30auth: don't force the build of auth_server as shared_moduleStefan Metzmacher1-1/+0
2008-06-30lib/talloc: build as MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher1-1/+1
2008-06-30lib/events: build as MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher1-1/+1
2008-06-30smb_build: use MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher1-2/+2
2008-06-30smb_build: enable implicit make rulesStefan Metzmacher1-0/+1
2008-06-30ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)Stefan Metzmacher4-164/+201
2008-06-30ldb: fix the init function names for some modulesStefan Metzmacher1-2/+2
2008-06-30Rework samdb handling for 'netlogon' packets.Andrew Bartlett3-12/+4
2008-06-30Relax the ldap.py tests so that they pass against OpenLDAP CVS.Andrew Bartlett1-3/+6
2008-06-30Loosen ldap.py tests on the LDAP backend.Andrew Bartlett1-1/+1
2008-06-28Non-zero exit code on failure.Jelmer Vernooij1-3/+6
2008-06-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett5-11/+44
2008-06-28selftest changes for 'winbind privileged dir' change.Andrew Bartlett1-1/+3
2008-06-28dynconfig changes for 'winbind privileged dir' changes.Andrew Bartlett3-1/+7
2008-06-28Use a configure-specified directory for the winbind priv pipeAndrew Bartlett5-17/+65
2008-06-28pvfs: create a pvfs_acl subsystemStefan Metzmacher5-9/+43
2008-06-28pvfs: pvfs_aio should be a subsystem instead of an extra ntvfs moduleStefan Metzmacher1-2/+1
2008-06-28Fix the wbinfo test on the LDAP backend.Andrew Bartlett2-34/+0
2008-06-27ntlm_auth: eliminate "cast pointer from integer of different size" warnings o...Michael Adam1-2/+2
2008-06-27ntlmssp: get rid of "cast to pointer from integer of different size" warning ...Michael Adam1-3/+3
2008-06-27tdb_unpack: Eliminate "cast to pointer from integer of different size" warnin...Michael Adam1-1/+7
2008-06-27gsskrb5: just don't force, but allow the flags when GSS_CF_NO_CI_FLAGS is givenStefan Metzmacher1-0/+6
2008-06-27gsskrb5: fix gss_krb5_cred_no_ci_flags_x_oid_desc variable nameStefan Metzmacher1-2/+2
2008-06-27credentials: gss_set_cred_option() doesn't like GSS_C_NO_BUFFERStefan Metzmacher1-1/+4
2008-06-27Fix if_version for interfaces with a if_version_minor field different from 0Julien Kerihuel1-1/+6
2008-06-27Fix a non-empty line with just spacesVolker Lendecke1-1/+1
2008-06-27Fix the definition of abspath for gnu make < 3.81Volker Lendecke1-1/+1
2008-06-27Remove events from require line:Julien Kerihuel1-1/+1
2008-06-27pynbt: eliminate "initialization from incompatible pointer type" warningMichael Adam1-1/+1
2008-06-27nbt_server/wins: add forward declaration for struct event_contextStefan Metzmacher1-1/+1
2008-06-27lib/ldb: add forward declaration for struct event_contextStefan Metzmacher1-0/+1
2008-06-27credentials: gss_set_cred_option() needs gss_cred_id_t * argument, not gss_cr...Michael Adam1-1/+1
2008-06-27mkversion.sh: printf %s is more portable than echo -eStefan Metzmacher1-4/+4
2008-06-27Fix installation of Samba4 into an empty tree.Andrew Bartlett1-2/+2
2008-06-27Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett21-201/+582
2008-06-26Use make magic for installing/uninstalling binaries.Jelmer Vernooij4-101/+21
2008-06-26Use make template for installing binaries.Jelmer Vernooij4-24/+46
2008-06-26Move blackbox tests closer to what they're testing.Jelmer Vernooij4-4/+430
2008-06-26Only try to detect the events lib dir if it wasn't set earlier.Jelmer Vernooij1-10/+12
2008-06-25Use variable for selftest directory.Jelmer Vernooij2-2/+3
2008-06-25Fix another reference to ldbdir.Jelmer Vernooij1-1/+1
2008-06-25Use ldbsrcdir rather than ldbdir.Jelmer Vernooij1-31/+31
2008-06-25Use variable for popt source dir.Jelmer Vernooij2-1/+2
2008-06-25Use ldbsrcdir rather than ldbdir.Jelmer Vernooij2-15/+15
2008-06-25Undefine HAVE_KRB5_ENCRYPT_BLOCK because Heimdal really doesn't have it.Jelmer Vernooij1-0/+2
2008-06-25Use workaround for $(abspath)Jelmer Vernooij3-2/+5
2008-06-25Revert "Remove the dependency on $(abspath) in makefiles"Jelmer Vernooij2-4/+2
2008-06-20wbinfo: Output string for sid type in lookupsid.Kai Blin1-20/+20
2008-06-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett4-8/+26
2008-06-20smbd: make sure the parent smbd stays alive foreverStefan Metzmacher1-7/+13