summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Use a configure-specified directory for the winbind priv pipeAndrew Bartlett5-17/+65
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
2008-06-20Depend on NDR_DRSBLOBS explicity.Andrew Bartlett1-1/+1
2008-06-19Include events_util.h in events_aio.cVolker Lendecke1-0/+1
2008-06-19Remove the dependency on $(abspath) in makefilesVolker Lendecke2-2/+4
2008-06-19credentials: set GSS_KRB5_CRED_NO_CI_FLAGS_X to avoid GSS_C_CONF_FLAG and GSS...Stefan Metzmacher1-6/+21
2008-06-19Change detection of objectCategory short fommAndrew Bartlett1-1/+1
2008-06-19Fix segfault caused by talloc_free() being called while still processingAndrew Bartlett1-2/+2
2008-06-19Remove old ldap.js test, we have replicated it in python now.Andrew Bartlett1-1/+0
2008-06-19Add a blackbox test for the provision-backend script.Andrew Bartlett3-27/+56
2008-06-19Don't sign NTP packets to disabled accountsAndrew Bartlett1-1/+10
2008-06-17Use friendly NTSTATUS message in python code when possible.Jelmer Vernooij1-1/+1
2008-06-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm...Jelmer Vernooij6-23/+12
2008-06-17Make sure events pc file gets installed.Jelmer Vernooij2-0/+3
2008-06-17Change our module code to not use the special symbol name init_module()Andrew Tridgell4-21/+7
2008-06-17Avoid including events_util.h in events_internal.h since the latter isJelmer Vernooij7-2/+6
2008-06-16Try to get a bit further with provisioningSimo Sorce2-2/+5
2008-06-16Change order of includes in swig file to avoid warnings.Jelmer Vernooij2-2/+2