summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-30auth: don't force the build of auth_server as shared_moduleStefan Metzmacher1-1/+0
metze (This used to be commit b5187dd58ccae03e22ba8857c344a2d7d94f13b3)
2008-06-30lib/talloc: build as MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher1-1/+1
metze (This used to be commit 5bf414efbdf279fd1b85eb47e7b47656bc435f11)
2008-06-30lib/events: build as MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher1-1/+1
metze (This used to be commit a2a506ba2e044699d147486e987b11d839373784)
2008-06-30smb_build: use MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher1-2/+2
metze (This used to be commit 54b06a1c839a9af4565635011e3e624271769cc7)
2008-06-30smb_build: enable implicit make rulesStefan Metzmacher1-0/+1
metze (This used to be commit be3f3e18d476431f991d08317eb94b4aebe927e6)
2008-06-30ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)Stefan Metzmacher4-164/+201
metze (This used to be commit 1d5b714438a955d76f92f4ccd8aa2f7f89ffa5fd)
2008-06-30ldb: fix the init function names for some modulesStefan Metzmacher1-2/+2
metze (This used to be commit a485a363c3dc1b6b4d12410ed8e390b4d64a739f)
2008-06-30Update Fedora packaging per feedback on review ticket.Andrew Bartlett1-3/+4
https://bugzilla.redhat.com/show_bug.cgi?id=453083 (This used to be commit ddb62bf6cc9371c11778ea6630ef0fbbe22cd4f9)
2008-06-30Rework samdb handling for 'netlogon' packets.Andrew Bartlett3-12/+4
Don't reopen the samdb for every netlogon packet, and use the system_session(), as we must access data not available to anonymous. Perhaps we should consider a 'authenticated but not system' token, if we want more control on this. Andrew Bartlett (This used to be commit d10c9b71ea7f2670c4ea5ec569bcb7f49ec41362)
2008-06-30Relax the ldap.py tests so that they pass against OpenLDAP CVS.Andrew Bartlett1-3/+6
This requires a patched OpenLDAP checked out from their CVS HEAD. I hope to see the patches incorporated soon. Andrew Bartlett (This used to be commit 963bcfc777679ba122189ea6cf7f94b8d46cdce7)
2008-06-30Loosen ldap.py tests on the LDAP backend.Andrew Bartlett1-1/+1
Allow LDAP backend to return parts of the DN in a different case, when verifying memberOf. Andrew Bartlett (This used to be commit daddfae9fd8b7375bd4f469808378edc60a55be0)
2008-06-28Non-zero exit code on failure.Jelmer Vernooij1-3/+6
(This used to be commit 9c220c0dce31fbe4b2f6433f40a52162d21c03f7)
2008-06-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett5-11/+44
(This used to be commit 6479f481dbf2f5c83edec0702ece73e83b6c810e)
2008-06-28selftest changes for 'winbind privileged dir' change.Andrew Bartlett1-1/+3
(This used to be commit c19b28f7579268133939aebe06e1c947d4415182)
2008-06-28dynconfig changes for 'winbind privileged dir' changes.Andrew Bartlett3-1/+7
(This used to be commit 7e20919d5ba9244362503e450273938a7cc94796)
2008-06-28Use a configure-specified directory for the winbind priv pipeAndrew Bartlett5-17/+65
This makes it easier for RPMs to specify an group for access to that directory. Andrew Bartlett (This used to be commit fa361354433fb9a5c09c84997a7c51f3052c294e)
2008-06-28More work to use %{name} rather than 'samba'Andrew Bartlett2-3/+7
(This used to be commit a18363d72ac58ee27b4ff3b065f3fab50722718a)
2008-06-28Update WHATSNEW towards an alpha5 release.Andrew Bartlett1-33/+17
Andrew Bartlett (This used to be commit 7b1bccc33eecce6a8f5b486c321c0e6dd52f108f)
2008-06-28pvfs: create a pvfs_acl subsystemStefan Metzmacher5-9/+43
That means that the pvfs_acl implementations no longer register as ntvfs modules (which was wrong) metze (This used to be commit 89e90556ec57fce24faf0ed3d6fe262edd974b28)
2008-06-28pvfs: pvfs_aio should be a subsystem instead of an extra ntvfs moduleStefan Metzmacher1-2/+1
metze (This used to be commit c904e28bef95cb0d61bf86f2ba1cef2d4e018d5f)
2008-06-28Place the Fedroa package into Samba4's GIT treeAndrew Bartlett4-0/+469
I'll keep this here at least until Fedora picks things up. Andrew Bartlett (This used to be commit c161de2245cd26aa26642f09736fc6eeba14cf6d)
2008-06-28Tone down the language in BUGS.txtAndrew Bartlett1-2/+20
(This used to be commit 7bb1da210ac58b7a8b89077cb9fcde504a0b4b2e)
2008-06-28Fix the wbinfo test on the LDAP backend.Andrew Bartlett2-34/+0
The problem was that we would do a blocking wait for the LDAP server, which was also blocking on us returning (because we were in single process mode). The LDAP connection being made here is useless anyway, and will need to be an async ldb_connect() before anybody reintroucues it (nobody in their right mind would program a winbindd backend on pure LDAP, when the ldb abstraction is available). Andrew Bartlett (This used to be commit 23280b2e6ed5afb968bf0b8c40febb085eed38a1)
2008-06-27ntlm_auth: eliminate "cast pointer from integer of different size" warnings ↵Michael Adam1-2/+2
on 64bit. Michael (This used to be commit a0b2440c70a3f453c22159a02ff4a82fe6439cad)
2008-06-27ntlmssp: get rid of "cast to pointer from integer of different size" warning ↵Michael Adam1-3/+3
on 64 bit Not sure if this check is actually necessary, though: the second should be sufficient. Michael (This used to be commit 2813882ef3cc3609a74ad83bcee6be0c2cd53494)
2008-06-27tdb_unpack: Eliminate "cast to pointer from integer of different size" ↵Michael Adam1-1/+7
warning on 64bit. The 'p' type is just a flag to mark the presence of a pointer, not a real pointer itself. The code is now the same as in Samba3's tdb_unpack. Michael (This used to be commit a516bc9a2d4ce86244d0e2fbfacf6fda5e12e987)
2008-06-27gsskrb5: just don't force, but allow the flags when GSS_CF_NO_CI_FLAGS is givenStefan Metzmacher1-0/+6
metze (This used to be commit f10c9ca3612d7bdc4c2c221e959f8c48ec2f9349)
2008-06-27gsskrb5: fix gss_krb5_cred_no_ci_flags_x_oid_desc variable nameStefan Metzmacher1-2/+2
metze (This used to be commit d88be1a1cb543b4e2cc5d15262da786558aa276d)
2008-06-27credentials: gss_set_cred_option() doesn't like GSS_C_NO_BUFFERStefan Metzmacher1-1/+4
metze (This used to be commit 31cf1a781efce932d0574d7840979fcd0a07ec08)
2008-06-27Fix if_version for interfaces with a if_version_minor field different from 0Julien Kerihuel1-1/+6
Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 7b6927832a1118b142d0d8a3a5548761f5a04f1a)
2008-06-27Fix a non-empty line with just spacesVolker Lendecke1-1/+1
(This used to be commit ba6394cb654f2a6683b5e97fad8e838d8e457e06)
2008-06-27Fix the definition of abspath for gnu make < 3.81Volker Lendecke1-1/+1
(This used to be commit f2725f14918b7d1cd7664fe41ad0fc184aa794c8)
2008-06-27Remove events from require line:Julien Kerihuel1-1/+1
The events library is not installed and prevent OpenChange from linking with ldb. The following patch removes events reference from ldb pc file. We are currently fixing this bug in openchange upstream using 'sed' in our installsamba4.sh script, but this hack won't work with a packaged version of samba4. Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 0b8508f75eac84ef68850e91300fb837a621cc77)
2008-06-27pynbt: eliminate "initialization from incompatible pointer type" warningMichael Adam1-1/+1
by fixing the signature of py_nbt_node_init(). Jelmer - please check! Michael (This used to be commit a7ee17a10f330297dc4d9d15499276b3985c7a51)
2008-06-27nbt_server/wins: add forward declaration for struct event_contextStefan Metzmacher1-1/+1
metze (This used to be commit 5ff4ffd162339583c7f6ebee0c8a2efc30d8b65f)
2008-06-27lib/ldb: add forward declaration for struct event_contextStefan Metzmacher1-0/+1
metze (This used to be commit 9bbdc682a985f210874c008a0abc25645e7fbd50)
2008-06-27credentials: gss_set_cred_option() needs gss_cred_id_t * argument, not ↵Michael Adam1-1/+1
gss_cred_id_t. This call was added in f573c1ff4443f3002c310d3ba29d8c343ad03907. Metze, please check! Michael (This used to be commit 2b40fd7e950a7f06d2c589eadc0f604a4c65e325)
2008-06-27mkversion.sh: printf %s is more portable than echo -eStefan Metzmacher1-4/+4
metze (This used to be commit 274ae4b06a3d2e99ee4fd7f04430d361d500d451)
2008-06-27Fix installation of Samba4 into an empty tree.Andrew Bartlett1-2/+2
Jelmer's previous patch failed because sh is very fussy about it's syntax, but only compaled in this case if you take the 'no existing binary' path. Andrew Bartlett (This used to be commit 9cb5327ac9811b3c1309d0e4082da3f54ab2a050)
2008-06-27Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett21-207/+162
(This used to be commit 9607e79c3db9743617397c347bb69f87f6525801)
2008-06-26Use make magic for installing/uninstalling binaries.Jelmer Vernooij4-101/+21
(This used to be commit 97b724417fc8110f7c591779b0c17bd072be304f)
2008-06-26Use make template for installing binaries.Jelmer Vernooij4-24/+46
(This used to be commit 3fb35fc03d5cfb48d0d4f51564ef76e99e74f81c)
2008-06-26Move blackbox tests closer to what they're testing.Jelmer Vernooij4-10/+10
(This used to be commit c9b2e2aa861ccc01e5d92cfe468be1f6324ed294)
2008-06-26Only try to detect the events lib dir if it wasn't set earlier.Jelmer Vernooij1-10/+12
(This used to be commit 3f48f68800176d992a1bd9b6349f22ec152fc34a)
2008-06-25Use variable for selftest directory.Jelmer Vernooij2-2/+3
(This used to be commit 78760606fa71c370ae3c05b077c5146166bdaa7b)
2008-06-25Fix another reference to ldbdir.Jelmer Vernooij1-1/+1
(This used to be commit 6416b637ea6570edd27eb8ef3005c408d311f3a3)
2008-06-25Use ldbsrcdir rather than ldbdir.Jelmer Vernooij1-31/+31
(This used to be commit 25f500d2233198b88c1d54268f5f6f461cea75d9)
2008-06-25Use variable for popt source dir.Jelmer Vernooij2-1/+2
(This used to be commit effc25e805facea001ebd64d383f1a536c61d0e3)
2008-06-25Use ldbsrcdir rather than ldbdir.Jelmer Vernooij2-15/+15
(This used to be commit a422c6c5ff47f36ef3376f54e707561c6a53ac23)
2008-06-25Undefine HAVE_KRB5_ENCRYPT_BLOCK because Heimdal really doesn't have it.Jelmer Vernooij1-0/+2
(This used to be commit 55a6e852c77ffb91d2e0a0503dab06214f675db8)