Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-12 | Trivial simplification | Volker Lendecke | 1 | -5/+1 | |
(This used to be commit 616bc34744487450edd47e212a29c0f57eabb722) | |||||
2008-01-12 | Remove an unused variable | Volker Lendecke | 1 | -1/+0 | |
(This used to be commit 24e719a1d432d5de022ab903457df0dd67c24b85) | |||||
2008-01-12 | Get the inbuf on talloc_tos() | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 883f7415769ad1e714f636e9d6fbd1f075e69d1e) | |||||
2008-01-12 | Convert OpenDir to talloc, use talloc_tos() | Volker Lendecke | 3 | -76/+61 | |
This cuts some mallocs on NtCreate&X (This used to be commit 8e64107b7846d8f9cce71aabc95b28b7488d01ce) | |||||
2008-01-12 | Restructure dbwrap_rbt | Volker Lendecke | 1 | -59/+127 | |
In this low-level code, play tricks to reduce the number of allocations to the possible minimum. I would not recommend this for higher-level code, but here it pays off. (This used to be commit 71b1e6ff1595fbaa8dd49b996c45541531c7e98c) | |||||
2008-01-12 | One more empty line | Volker Lendecke | 1 | -2/+2 | |
(This used to be commit 10b6f52910b4d29da4ea74740a174654dd1d8e8e) | |||||
2008-01-12 | delete on close even prevents stat opens | Volker Lendecke | 1 | -6/+6 | |
(This used to be commit 85fe7f3f6ed4aae76e5cf31ab689b2dfacfd74de) | |||||
2008-01-12 | There's no point in calling FLOCK on a non-existing fd | Volker Lendecke | 1 | -7/+9 | |
(This used to be commit 9ff79f231f1206631662b5c521ecddf5df9141c0) | |||||
2008-01-12 | CID 458. Don't leak dlopen handles on failing to load | Jeremy Allison | 1 | -0/+2 | |
module. Jeremy. (This used to be commit 8809eaeb154ea12543455f589e31172dc905d83a) | |||||
2008-01-12 | Fix CID 469. new_acct can't be NULL here. | Jeremy Allison | 1 | -2/+1 | |
Jeremy. (This used to be commit c79e9414c4baed6e61fc6a3f766395b873bcc4ea) | |||||
2008-01-12 | Fix CID 470. resolve_order can't be NULL here so simplify code. | Jeremy Allison | 1 | -10/+3 | |
Jeremy. (This used to be commit 2e75f3ecdf9890b9d7d4bd03f3fa15ef74816d5d) | |||||
2008-01-11 | Fix CID 475. work should not be checked against NULL | Jeremy Allison | 1 | -2/+2 | |
here as it can never be null. Jeremy. (This used to be commit ecb52f50fe3ec8beda48b6c88e9a3ae5a6a98d52) | |||||
2008-01-11 | Fix CID 476. Ensure a valid pac_data pointer is always passed to | Jeremy Allison | 3 | -5/+4 | |
ads_verify_ticket as it's always derefed. Jeremy. (This used to be commit 0599d57efff0f417f75510e8b08c3cb7b4bcfcd8) | |||||
2008-01-11 | Coverity 512, uninitialized var. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. (This used to be commit 1b7cc80c61ccbf766801080f5a3f0260f40ccc17) | |||||
2008-01-11 | Stop Coverity complaining about uninitialized variables. | Jeremy Allison | 1 | -3/+3 | |
Jeremy. (This used to be commit 041f1d298c1e72adb263b32f454cdf3603e45416) | |||||
2008-01-11 | Fix CID 498. Ensure we don't prs_mem_free an uninitialized | Jeremy Allison | 1 | -1/+6 | |
prs_struct. Jeremy. (This used to be commit 7b9d9fba230b9e61079869a6a2751cda37fb8a9e) | |||||
2008-01-11 | Fix CID 505 - don't copy uninitialized memory. | Jeremy Allison | 1 | -0/+1 | |
Jeremy. (This used to be commit 0d2c77e8d3a83f2c5e78fa076f22919ef9d124b9) | |||||
2008-01-11 | Fix CID 523 - wrong null deref check. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 05cadffeab38ca9df7ffd46785b536266c4438c4) | |||||
2008-01-11 | Fix CID 524 - reference before allocation fail null check. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit a5cd3c9b65538588a6c982c6d20022e7476cf3de) | |||||
2008-01-11 | Ensure we don't access an uninitialized variable | Jeremy Allison | 1 | -1/+1 | |
(CID 535 - actually false but easy to shut up :-). Jeremy. (This used to be commit 4038bb3a9485943db58d9fe30947e11522ce283d) | |||||
2008-01-11 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵ | Jeremy Allison | 111 | -12779/+20175 | |
v3-2-test (This used to be commit 08645826817d42c9d4b42ea0fd5e633d7fd08d35) | |||||
2008-01-12 | Fix some indents. | Günther Deschner | 1 | -2/+3 | |
Guenther (This used to be commit 57368f883fb217b4196858bb2255c0eea59a8917) | |||||
2008-01-12 | Call dsgetdcname when we have no specific dc defined for joining. | Günther Deschner | 1 | -0/+27 | |
Guenther (This used to be commit 40e8caa2d81168be3e48ececf5746d8f659a96d6) | |||||
2008-01-12 | Fix some error strings in libnet_join. | Günther Deschner | 1 | -1/+6 | |
Guenther (This used to be commit 8af80976a3a8dd9d02a6763e48b2c1d8003ae4dd) | |||||
2008-01-12 | Add appropriate error code when pre-creating accounts in ous isnt supported ↵ | Günther Deschner | 1 | -2/+2 | |
by DC. Guenther (This used to be commit 4a7acf4a2374138b20a5cdebdcc721668bbd865b) | |||||
2008-01-12 | For libnet_join error string functions, make sure not to overwrite last ↵ | Günther Deschner | 1 | -10/+10 | |
status string. Guenther (This used to be commit a9b76c9e2d93c8aa482dbee54f29d7e1503abe4f) | |||||
2008-01-12 | Merge all ads related calls in libnet_join_post_processing_ads(). | Günther Deschner | 1 | -32/+49 | |
Guenther (This used to be commit b76250f1cf7238613658901b961d68a0da592712) | |||||
2008-01-12 | Use WITH_ADS define in libnet_join, hopefully not breaking the build. | Günther Deschner | 1 | -16/+11 | |
Guenther (This used to be commit 48f638a45525c01db9855e3ef809f08ce65da8d8) | |||||
2008-01-12 | Auto-add missing shares in libnet_conf_set_parameter(). | Günther Deschner | 1 | -2/+4 | |
Michael, please have a look. Guenther (This used to be commit 9f4506e5e2828e0f23bc37586770995c3424b208) | |||||
2008-01-12 | Add debug bool flag for libnetjoin ctx. | Günther Deschner | 1 | -0/+1 | |
Guenther (This used to be commit 93084487952f4ef23209401d689b3be3af6c9e6e) | |||||
2008-01-12 | Use domain_is_ad one more time in libnetjoin. | Günther Deschner | 1 | -3/+2 | |
Guenther (This used to be commit 82bd6322b691506ddea2b274973e614fa8c6ee5e) | |||||
2008-01-11 | Sync tdb with the tdb changes in ctdb. Spoke to tridge about | Jeremy Allison | 10 | -218/+358 | |
this. Fixes insidious problem with order n^2 freelist merging. Jeremy. (This used to be commit c6609c042b128e7d63eb64cfdfb0f6b65cb59d76) | |||||
2008-01-11 | Remove code accidentially submittet with last commit 83aed537c16f63. | Michael Adam | 1 | -42/+0 | |
This is ist still in preparation and will follow soon. Soory! Michael (This used to be commit 75acdb54a454ffda9d422fcafb573c8f5581d2e8) | |||||
2008-01-11 | Fix panic in "net conf": Fix logic in error condition. | Michael Adam | 1 | -1/+43 | |
Michael (This used to be commit 83aed537c16f632599484f60c5ccebc3ab713801) | |||||
2008-01-11 | Fix a build warning. | Günther Deschner | 1 | -0/+1 | |
Guenther (This used to be commit 88874a501d0c086f796e4838af8c9399d3cccc1f) | |||||
2008-01-11 | As long as DsGetDcName is not part of libnetapi, lowercase the fn name. | Günther Deschner | 4 | -44/+44 | |
Guenther (This used to be commit 19a980f52044a170618629e5b0484c1f6b586e5f) | |||||
2008-01-11 | Fix libnetapi error string callers. | Günther Deschner | 4 | -9/+9 | |
Guenther (This used to be commit 1ad7a0a361edfa5ac738f011db1d6a9db256ac2c) | |||||
2008-01-11 | Remove '\n' from error strings in libnet_join context. | Günther Deschner | 1 | -12/+12 | |
Guenther (This used to be commit 9cc0d874f6c064e8752d36e72fcc85bf4c85e656) | |||||
2008-01-11 | Set error string when ads_leave_realm() has failed in libnetjoin. | Günther Deschner | 1 | -1/+9 | |
Guenther (This used to be commit 01690f85bc7d052d4c57181d74aef27d1776169c) | |||||
2008-01-11 | Include some basic headers in netapi.h. | Günther Deschner | 1 | -0/+10 | |
Guenther (This used to be commit 23b92a6fa57858c8a23c737a9cd00c076ef5dadd) | |||||
2008-01-11 | Refactor libnetapi error string functions a bit. | Günther Deschner | 2 | -6/+20 | |
Guenther (This used to be commit 3b450a8bcc97b6d03c4b7b9373a3a382c0fcea30) | |||||
2008-01-11 | Ignore result of libnet_conf_delete_parameter here, as realm may be not there. | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit 2e2d058b7e90a158612af4b0a489578431f748e5) | |||||
2008-01-11 | Remove some more references to global_myname() in libnet_join. | Günther Deschner | 1 | -2/+2 | |
Guenther (This used to be commit ed4960baccf687b77c2b0f4ee64cbce2005f3abb) | |||||
2008-01-11 | Use domain_is_ad bool. | Günther Deschner | 1 | -6/+5 | |
Guenther (This used to be commit 9707a5eb008788460937104575b7afd733a9f741) | |||||
2008-01-11 | Add domain_is_ad bool to libnetjoin ctx. | Günther Deschner | 1 | -0/+1 | |
Guenther (This used to be commit 16ca8d2746a5c2fc7a583d1cf2ebb4d3aa003842) | |||||
2008-01-10 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵ | Jeremy Allison | 10 | -51/+44 | |
v3-2-test (This used to be commit 767e0164adf8803df50b0b7bd8e81d25af72bb78) | |||||
2008-01-10 | Don't switch user contexts unless you have to. Saves | Jeremy Allison | 2 | -14/+42 | |
a bunch of syscalls on close. Noticed by Volker. Jeremy. (This used to be commit 3caeeaea162e2083a087c242b850c107a3be1bf9) | |||||
2008-01-11 | Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE(). | Michael Adam | 7 | -18/+15 | |
Michael (This used to be commit 3958abffaf2866c69ad9e13ec345364fde5c78bb) | |||||
2008-01-11 | Remove now redundant parameter fd from prime_cache(). | Michael Adam | 1 | -5/+4 | |
Michael (This used to be commit 63acaf1b9755cd5be5342929e1210afa06e170f3) | |||||
2008-01-11 | Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE(). | Michael Adam | 9 | -29/+26 | |
Michael (This used to be commit a52cfb7d777157c93c9dc26c67f457be592dd537) |