summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the wbinfo test on the LDAP backend.Andrew Bartlett2008-06-282-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)
* ntlm_auth: eliminate "cast pointer from integer of different size" warnings ↵Michael Adam2008-06-271-2/+2
| | | | | | | on 64bit. Michael (This used to be commit a0b2440c70a3f453c22159a02ff4a82fe6439cad)
* ntlmssp: get rid of "cast to pointer from integer of different size" warning ↵Michael Adam2008-06-271-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)
* tdb_unpack: Eliminate "cast to pointer from integer of different size" ↵Michael Adam2008-06-271-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)
* gsskrb5: just don't force, but allow the flags when GSS_CF_NO_CI_FLAGS is givenStefan Metzmacher2008-06-271-0/+6
| | | | | metze (This used to be commit f10c9ca3612d7bdc4c2c221e959f8c48ec2f9349)
* gsskrb5: fix gss_krb5_cred_no_ci_flags_x_oid_desc variable nameStefan Metzmacher2008-06-271-2/+2
| | | | | metze (This used to be commit d88be1a1cb543b4e2cc5d15262da786558aa276d)
* credentials: gss_set_cred_option() doesn't like GSS_C_NO_BUFFERStefan Metzmacher2008-06-271-1/+4
| | | | | metze (This used to be commit 31cf1a781efce932d0574d7840979fcd0a07ec08)
* Fix if_version for interfaces with a if_version_minor field different from 0Julien Kerihuel2008-06-271-1/+6
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 7b6927832a1118b142d0d8a3a5548761f5a04f1a)
* Fix a non-empty line with just spacesVolker Lendecke2008-06-271-1/+1
| | | | (This used to be commit ba6394cb654f2a6683b5e97fad8e838d8e457e06)
* Fix the definition of abspath for gnu make < 3.81Volker Lendecke2008-06-271-1/+1
| | | | (This used to be commit f2725f14918b7d1cd7664fe41ad0fc184aa794c8)
* Remove events from require line:Julien Kerihuel2008-06-271-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)
* pynbt: eliminate "initialization from incompatible pointer type" warningMichael Adam2008-06-271-1/+1
| | | | | | | | | by fixing the signature of py_nbt_node_init(). Jelmer - please check! Michael (This used to be commit a7ee17a10f330297dc4d9d15499276b3985c7a51)
* nbt_server/wins: add forward declaration for struct event_contextStefan Metzmacher2008-06-271-1/+1
| | | | | metze (This used to be commit 5ff4ffd162339583c7f6ebee0c8a2efc30d8b65f)
* lib/ldb: add forward declaration for struct event_contextStefan Metzmacher2008-06-271-0/+1
| | | | | metze (This used to be commit 9bbdc682a985f210874c008a0abc25645e7fbd50)
* credentials: gss_set_cred_option() needs gss_cred_id_t * argument, not ↵Michael Adam2008-06-271-1/+1
| | | | | | | | | | gss_cred_id_t. This call was added in f573c1ff4443f3002c310d3ba29d8c343ad03907. Metze, please check! Michael (This used to be commit 2b40fd7e950a7f06d2c589eadc0f604a4c65e325)
* mkversion.sh: printf %s is more portable than echo -eStefan Metzmacher2008-06-271-4/+4
| | | | | metze (This used to be commit 274ae4b06a3d2e99ee4fd7f04430d361d500d451)
* Fix installation of Samba4 into an empty tree.Andrew Bartlett2008-06-271-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)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-06-2721-201/+582
|\ | | | | | | (This used to be commit 9607e79c3db9743617397c347bb69f87f6525801)
| * Use make magic for installing/uninstalling binaries.Jelmer Vernooij2008-06-264-101/+21
| | | | | | | | (This used to be commit 97b724417fc8110f7c591779b0c17bd072be304f)
| * Use make template for installing binaries.Jelmer Vernooij2008-06-264-24/+46
| | | | | | | | (This used to be commit 3fb35fc03d5cfb48d0d4f51564ef76e99e74f81c)
| * Move blackbox tests closer to what they're testing.Jelmer Vernooij2008-06-264-4/+430
| | | | | | | | (This used to be commit c9b2e2aa861ccc01e5d92cfe468be1f6324ed294)
| * Only try to detect the events lib dir if it wasn't set earlier.Jelmer Vernooij2008-06-261-10/+12
| | | | | | | | (This used to be commit 3f48f68800176d992a1bd9b6349f22ec152fc34a)
| * Use variable for selftest directory.Jelmer Vernooij2008-06-252-2/+3
| | | | | | | | (This used to be commit 78760606fa71c370ae3c05b077c5146166bdaa7b)
| * Fix another reference to ldbdir.Jelmer Vernooij2008-06-251-1/+1
| | | | | | | | (This used to be commit 6416b637ea6570edd27eb8ef3005c408d311f3a3)
| * Use ldbsrcdir rather than ldbdir.Jelmer Vernooij2008-06-251-31/+31
| | | | | | | | (This used to be commit 25f500d2233198b88c1d54268f5f6f461cea75d9)
| * Use variable for popt source dir.Jelmer Vernooij2008-06-252-1/+2
| | | | | | | | (This used to be commit effc25e805facea001ebd64d383f1a536c61d0e3)
| * Use ldbsrcdir rather than ldbdir.Jelmer Vernooij2008-06-252-15/+15
| | | | | | | | (This used to be commit a422c6c5ff47f36ef3376f54e707561c6a53ac23)
| * Undefine HAVE_KRB5_ENCRYPT_BLOCK because Heimdal really doesn't have it.Jelmer Vernooij2008-06-251-0/+2
| | | | | | | | (This used to be commit 55a6e852c77ffb91d2e0a0503dab06214f675db8)
| * Use workaround for $(abspath)Jelmer Vernooij2008-06-253-2/+5
| | | | | | | | (This used to be commit 21b4d017a2cccdaa6ab4ed32409f19c612293fd0)
| * Revert "Remove the dependency on $(abspath) in makefiles"Jelmer Vernooij2008-06-252-4/+2
| | | | | | | | | | This reverts commit c85a3632623184cb97c2e8567ca77834e81070a4. (This used to be commit 1a771c664444ff43e141238f473273700b392aa7)
| * wbinfo: Output string for sid type in lookupsid.Kai Blin2008-06-201-20/+20
| | | | | | | | (This used to be commit 8b4c7fb200598b7f747fc681f76d464760f693ee)
| * smbd: make sure the parent smbd stays alive foreverStefan Metzmacher2008-06-201-7/+13
| | | | | | | | | | | | | | | | | | | | | | The problem was that the parent smbd doesn't have any event when the process model standard was in use. Now we always add an fd event for stdin, but may not ask for any events to trigger. metze (This used to be commit fa6c00734ccf9bfe7a962253ddb5e2a1722c9b09)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-06-204-8/+26
|\| | | | | | | (This used to be commit edd9ecce9511871d9c9942d50eb91c68a8e04ec9)
| * Include events_util.h in events_aio.cVolker Lendecke2008-06-191-0/+1
| | | | | | | | | | | | | | Without this, linking fails with DLIST_ADD and DLIST_REMOVE being undefined Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 87385e4c873f80956dc1c43424dd4f49a993586c)
| * Remove the dependency on $(abspath) in makefilesVolker Lendecke2008-06-192-2/+4
| | | | | | | | | | | | | | | | This is not around before GNU make 3.81, for me this fixes the build on GNU make 3.80 Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit c85a3632623184cb97c2e8567ca77834e81070a4)
| * credentials: set GSS_KRB5_CRED_NO_CI_FLAGS_X to avoid GSS_C_CONF_FLAG and ↵Stefan Metzmacher2008-06-191-6/+21
| | | | | | | | | | | | | | GSS_C_INTEG_FLAG metze (This used to be commit f573c1ff4443f3002c310d3ba29d8c343ad03907)
* | Depend on NDR_DRSBLOBS explicity.Andrew Bartlett2008-06-201-1/+1
|/ | | | | | | | | Something else ensures this links correctly (for the moment) but for the long-term let's declare our depenency (for the prefixMap stuff) here. Andrew Bartlett (This used to be commit 5fcb39594b07c7b7a11985711a912b7a4d629ae7)
* Change detection of objectCategory short fommAndrew Bartlett2008-06-191-1/+1
| | | | | | | | To actually validate the DN, we load and call the validation fucntion, not just check the 'ldb_dn_is_valid()' function. Andrew Bartlett (This used to be commit 5fb5a4e13db3a03da414876efa717c3de44ca77c)
* Fix segfault caused by talloc_free() being called while still processingAndrew Bartlett2008-06-191-2/+2
| | | | | | | | | | The problem here was that with the packet code set to serialise, we can have multiple packets 'processing' at once, and previously the second packet (allowed because we are spining on an event context down the stack) would clear the flag. Andrew Bartlett (This used to be commit 33789111241a1d97fc105ec4edd7b8054895b28c)
* Remove old ldap.js test, we have replicated it in python now.Andrew Bartlett2008-06-191-1/+0
| | | | | | | | This will soon allow the removal of smbscript, once the samba3sam test conversion is complete. Andrew Bartlett (This used to be commit 60c93b9777d9bd7dce89f9024ba767f5404ac72d)
* Add a blackbox test for the provision-backend script.Andrew Bartlett2008-06-193-27/+56
| | | | | | | | This test (as most tests do :-) found a few bugs, also fixed in this commit. Andrew Bartlett (This used to be commit d96a6482dad54d1d27a87107865e833a9c32cf53)
* Don't sign NTP packets to disabled accountsAndrew Bartlett2008-06-191-1/+10
| | | | | | | (As this would allow an offline attack on their password) Andrew Bartlett (This used to be commit e28481fc0976231c6f4cb7a5f7c7708f4becdb18)
* Use friendly NTSTATUS message in python code when possible.Jelmer Vernooij2008-06-171-1/+1
| | | | (This used to be commit 09cf8c7dd82bb95e2f8782782286869654d96375)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Jelmer Vernooij2008-06-176-23/+12
|\ | | | | | | | | | | v4-0-fixmodulesdir (This used to be commit 30a33cd0a64c434d6aee551f641343c3b2a6d9ca)
| * Change our module code to not use the special symbol name init_module()Andrew Tridgell2008-06-174-21/+7
| | | | | | | | | | | | | | | | | | | | Current glibc libraries include a function called init_module(). If we use the same name, then a dlsym() can find the glibc function if the module doesn't have an initialisation function. In ldb, none of our modules have an init_module(), so we end up calling the libc functions with bogus arguments. (This used to be commit 1b0621068998590e7b1e9528b78744dcd2cd5909)
| * Try to get a bit further with provisioningSimo Sorce2008-06-162-2/+5
| | | | | | | | (This used to be commit 649f6c0c1084828dda7d50bd2904208192de77da)
* | Make sure events pc file gets installed.Jelmer Vernooij2008-06-172-0/+3
| | | | | | | | (This used to be commit e12c0b61573f27969a79d4c07a8fd42f6c931d7e)
* | Avoid including events_util.h in events_internal.h since the latter isJelmer Vernooij2008-06-177-2/+6
| | | | | | | | | | installed. (This used to be commit 7a7e8f30dd3e5bfad788a098872afa8263321cbb)
* | Change order of includes in swig file to avoid warnings.Jelmer Vernooij2008-06-162-2/+2
| | | | | | | | (This used to be commit 0e1fccbd73eb0f219ea9662c56ee6da8a92f641a)
* | Remove support for deprecated JS provisioning.Jelmer Vernooij2008-06-161-7/+1
|/ | | | (This used to be commit 9a5859c33e2377f3c5ee8d637fa81d49cb6f5456)