Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-10 | Do not unnecessarily mess with the results in find_forced_group() | Volker Lendecke | 1 | -3/+0 | |
(This used to be commit 6d9860d09b54c61625f011c2d56d710aa59d7686) | |||||
2008-05-10 | Replace find_forced_user by a direct call to make_serverinfo_from_username | Volker Lendecke | 1 | -37/+26 | |
(This used to be commit 7991e6764b4187ba86802569dfdc5816e6137f78) | |||||
2008-05-10 | Simplify make_connection_snum: Copy connection_struct info from server_info | Volker Lendecke | 1 | -13/+11 | |
(This used to be commit 5aa3cdf355c179d89c2703f528919194ab084337) | |||||
2008-05-10 | Add "server_info" to connection_struct | Volker Lendecke | 2 | -97/+25 | |
This will replace all the user identity stuff in connection_struct, for now it is just a source where the other fields in connection_struct are filled from. (This used to be commit 0f53f9e7db9f99f239c4d0950452d0e2cde2ae8b) | |||||
2008-05-10 | Remove unused "force_group" from connection_struct | Volker Lendecke | 2 | -2/+0 | |
(This used to be commit 03944f8d8934cff74e19fc036f7611c1491e0d57) | |||||
2008-05-10 | "status" -> "pstatus" in make_connection_snum | Volker Lendecke | 1 | -42/+38 | |
(This used to be commit 3ce395e61e931a77c5d2f52f39c7e3f71a9605a9) | |||||
2008-05-10 | Add create_connection_server_info() -- not used yet | Volker Lendecke | 1 | -0/+76 | |
(This used to be commit 50bf075f7556fd09e0081175c31a5020a8eaf4d6) | |||||
2008-05-10 | Add function make_serverinfo_from_username() | Volker Lendecke | 1 | -0/+38 | |
This will be used for 'security=share' and 'force user' (This used to be commit 88e43097cafcd2849d9f1200a377357fde4cce99) | |||||
2008-05-10 | Add a mem_ctx argument to make_server_info_guest() | Volker Lendecke | 3 | -8/+9 | |
(This used to be commit e4a9492967f3d2b64f27943f99414608e0c03d21) | |||||
2008-05-10 | Make copy_serverinfo non-static, add mem_ctx | Volker Lendecke | 1 | -3/+4 | |
(This used to be commit a3651ced9e0859578df8cc44da64e7a8066bde76) | |||||
2008-05-10 | Fix the build with DNS_UPDATES | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 6c9500c290fe0d6d71d4c33eb265906ce3a1d9f3) | |||||
2008-05-10 | net: more whitespace cleanup | Kai Blin | 16 | -795/+795 | |
(This used to be commit ef0184d580500734fc7af51e1c790b075180a3d0) | |||||
2008-05-10 | net: Remove globals | Kai Blin | 30 | -1478/+1772 | |
(This used to be commit 1e9319cf88b65a2a8d4f5099a1fe5297e405ed2e) | |||||
2008-05-10 | net: Some whitespace clean-up. | Kai Blin | 2 | -40/+40 | |
(This used to be commit 4dcce8b653671c8ce907f8353df1db8a5c8f8e19) | |||||
2008-05-10 | net: Fix usage string. | Kai Blin | 1 | -1/+1 | |
(This used to be commit e3470e9a1b19c239d6fa576f8c8c1a5a5c3b5d3c) | |||||
2008-05-10 | packaging: remove references to smbmount and friends from samba-ctdb spec file | Michael Adam | 1 | -13/+0 | |
Michael (This used to be commit 66c4d58f38557df618f026ddb661190dc02af719) | |||||
2008-05-10 | packaging: fix GPL version in samba-ctdb specfile. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 35543d8815b004d3b29771f07998ee7ee820b567) | |||||
2008-05-10 | packaging: rename RHEL4-CTDB --> RHEL-CTDB | Michael Adam | 15 | -0/+0 | |
Michael (This used to be commit 711af98d2ce708421a413fe46a386ea9e19d2517) | |||||
2008-05-10 | packaging: add x perms to samba-ctdb filter-requires-samba.sh script. | Michael Adam | 1 | -0/+0 | |
Michael (This used to be commit 7520007efd31d7a81cacc3c2744e6a95dbdc08d4) | |||||
2008-05-10 | packaging: add x perms to samba-ctdb makerpms.sh script. | Michael Adam | 1 | -0/+0 | |
Michael (This used to be commit 405b0f8273ddd397d050b519419193dd8c978aba) | |||||
2008-05-10 | fixed version in spec file | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit e7023592cbca002d94c47f73a2dc6c3e0a4c4a40) | |||||
2008-05-10 | merge in spec file from Michael | Andrew Tridgell | 1 | -36/+78 | |
(This used to be commit 4aaaf792fe3b972d7ca5737bf7343fbda766d9b0) | |||||
2008-05-10 | loadparm: Fix activation of registry globals in lp_load_*. | Michael Adam | 1 | -2/+2 | |
This completes bba04a8fba6fd5cf62578733cfdabea590e8ff51: The reverted logic has to be put into the callers lp_load() and lp_load_initial_only() of lp_load_ex(), too. Silly bug. Michael (This used to be commit c1f300c76e882f2d108596aa3dbc211d545c665a) | |||||
2008-05-09 | Fix replacement getpass. If we ^C at the prompt echo was left off. | Jeremy Allison | 1 | -5/+2 | |
Jeremy. (This used to be commit e54c71954ae484fe4a4e195db33440490e78e256) | |||||
2008-05-09 | Remove a couple of uses of SMB_VFS_GET_NT_ACL(), use | Jeremy Allison | 2 | -21/+44 | |
SMB_VFS_FGET_NT_ACL instead. I'd like to ultimately remove SMB_VFS_GET_NT_ACL. Jeremy. (This used to be commit 4221937b68e2414295279b27c5f12a80f826ed4b) | |||||
2008-05-09 | dsgetdcname: add reminder that we need to support ipv6 here once we know how. | Günther Deschner | 1 | -2/+4 | |
Guenther (This used to be commit 4b3617bf505a835a6d4bb9b80c4ad837a2082dea) | |||||
2008-05-09 | dsgetdcname: make use of nbt_cldap_netlogon_15. | Günther Deschner | 2 | -9/+92 | |
Guenther (This used to be commit 5b0eda98f3d127399770f7a037ad3277dbe23393) | |||||
2008-05-09 | re-run make idl. | Günther Deschner | 3 | -6/+384 | |
Guenther (This used to be commit 5a216d2340bb06a8866718d1b4b07265006bd900) | |||||
2008-05-09 | IDL: Fix nbt_cldap_netlogon union, removing the default member. | Günther Deschner | 1 | -1/+16 | |
Guenther (This used to be commit a56d7999a445f7157f85e5636f5b2c5e471a98e2) | |||||
2008-05-09 | IDL: Add nbt_cldap_netlogon_15. | Günther Deschner | 1 | -0/+19 | |
Guenther (This used to be commit 5e91bd1d2bfe458c6f8b3696f99e0f75e43cbae8) | |||||
2008-05-09 | dsgetdcname: use existing messaging_context if possible. | Günther Deschner | 9 | -11/+31 | |
Guenther (This used to be commit 7889516a384c155a9045aad4409c041fddd0d98d) | |||||
2008-05-09 | dsgetdcname: the forest name should never be empty. | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit 2c0a96f1e5fc065fdbeb5671cfa693009321dde8) | |||||
2008-05-09 | Use strip_hostname after dsgetdcname/getdcname calls. | Günther Deschner | 4 | -21/+21 | |
Guenther (This used to be commit 82cbb3269b2e764c9c2a2fbcbe9c29feae07fb62) | |||||
2008-05-09 | util: add strip_hostname() to strip of leading '\\'. | Günther Deschner | 1 | -0/+19 | |
Guenther (This used to be commit dbf96120d8b33e592bfd3e9df1777f1670e218be) | |||||
2008-05-09 | dsgetdcname: add map_dc_and_domain_names() for consolidating returned names. | Günther Deschner | 1 | -50/+79 | |
Guenther (This used to be commit eb7fee6e2a00326c03aa013058247e06279a4930) | |||||
2008-05-09 | cldap: move out cldap object to fix the build. | Günther Deschner | 3 | -86/+89 | |
Guenther (This used to be commit 56be9c98d24e64bf855439df21766d30f448f407) | |||||
2008-05-09 | dsgetdcname: fix gencache store for dsgetdcname(). | Günther Deschner | 1 | -20/+184 | |
While storing always a type 29 reply structure in gencache, we are now able to deliver correct data according to return flags such as DS_RETURN_FLAT_NAME and DS_RETURN_DNS_NAME out of the cached data from gencache. Guenther (This used to be commit c67b6dc0ca866781043e443177d550e23b83ae36) | |||||
2008-05-09 | dsgetdcname: pure cosmetics. | Günther Deschner | 1 | -6/+6 | |
Guenther (This used to be commit 4b56c294e8ba045c84cab538b3d286e433d292ed) | |||||
2008-05-09 | dsgetdcname: simply call ourself with DS_FORCE_REDISCOVERY after cache expiry. | Günther Deschner | 1 | -16/+8 | |
Guenther (This used to be commit 847f258632f6d49a3fd45f466c5d3d8c6222ff85) | |||||
2008-05-09 | dsgetdcname: be more paranoid about the existance of an ip_address. | Günther Deschner | 1 | -6/+36 | |
Guenther (This used to be commit d13fe66f3d9ba152e3e8197ee6682e175163a6cd) | |||||
2008-05-09 | dsgetdcname: remove invalid assumption in discover_dc_dns(). | Günther Deschner | 1 | -5/+0 | |
Guenther (This used to be commit f48b2e844b673e99c84cb24f3c3718352ab93ce5) | |||||
2008-05-09 | dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ↵ | Günther Deschner | 3 | -81/+61 | |
everywhere. Guenther (This used to be commit fe904ee77a7fec1674e9db660978c40c17897f77) | |||||
2008-05-09 | dsgetdcname: wait a little longer for mailslot replies. | Günther Deschner | 1 | -2/+2 | |
Guenther (This used to be commit bc0d7a90dcc7bf702b24feb16abf4634ff178671) | |||||
2008-05-09 | dsgetdcname: map additional flags to nt_version. | Günther Deschner | 1 | -0/+2 | |
Guenther (This used to be commit 1009123b8600e6ccebe180f4a2f87c217638fef8) | |||||
2008-05-09 | dsgetdcname: use make_dc_info_from_cldap_reply() for cldap replies. | Günther Deschner | 1 | -63/+21 | |
Guenther (This used to be commit a3e5b073f0474543ca74b40775ce1d7f80719c96) | |||||
2008-05-09 | dsgetdcname: add make_dc_info_from_cldap_reply(). | Günther Deschner | 1 | -0/+146 | |
Guenther (This used to be commit 9db2e50a20caabaf90ce03203a066ddd7820d33a) | |||||
2008-05-09 | dsgetdcname: add get_cldap_reply_server_flags(). | Günther Deschner | 1 | -0/+32 | |
Guenther (This used to be commit 3c05c56d4c0aac8106684cda3152c65299c63075) | |||||
2008-05-09 | cldap: let ads_cldap_netlogon() return all possible cldap replies. | Günther Deschner | 4 | -21/+60 | |
Guenther (This used to be commit 6f9d5e1cc94bc90685b54c04622b8f3357bd2f69) | |||||
2008-05-09 | dsgetdcname: add pull_mailslot_cldap_reply(). | Günther Deschner | 1 | -0/+84 | |
Guenther (This used to be commit 95fb01d8702342265f8837a368dc42f4a4d394d5) | |||||
2008-05-09 | dsgetdcname: add map_ds_flags_to_nt_version. | Günther Deschner | 1 | -0/+28 | |
Guenther (This used to be commit 1809ea22c31ee28e109f49701f91534177027165) |