Age | Commit message (Expand) | Author | Files | Lines |
2008-05-10 | Remove unused "force_group" from connection_struct | Volker Lendecke | 2 | -2/+0 |
2008-05-10 | "status" -> "pstatus" in make_connection_snum | Volker Lendecke | 1 | -42/+38 |
2008-05-10 | Add create_connection_server_info() -- not used yet | Volker Lendecke | 1 | -0/+76 |
2008-05-10 | Add function make_serverinfo_from_username() | Volker Lendecke | 1 | -0/+38 |
2008-05-10 | Add a mem_ctx argument to make_server_info_guest() | Volker Lendecke | 3 | -8/+9 |
2008-05-10 | Make copy_serverinfo non-static, add mem_ctx | Volker Lendecke | 1 | -3/+4 |
2008-05-10 | Fix the build with DNS_UPDATES | Volker Lendecke | 1 | -1/+1 |
2008-05-10 | net: more whitespace cleanup | Kai Blin | 16 | -795/+795 |
2008-05-10 | net: Remove globals | Kai Blin | 30 | -1478/+1772 |
2008-05-10 | net: Some whitespace clean-up. | Kai Blin | 2 | -40/+40 |
2008-05-10 | net: Fix usage string. | Kai Blin | 1 | -1/+1 |
2008-05-10 | loadparm: Fix activation of registry globals in lp_load_*. | Michael Adam | 1 | -2/+2 |
2008-05-09 | Fix replacement getpass. If we ^C at the prompt echo was left off. | Jeremy Allison | 1 | -5/+2 |
2008-05-09 | Remove a couple of uses of SMB_VFS_GET_NT_ACL(), use | Jeremy Allison | 2 | -21/+44 |
2008-05-09 | dsgetdcname: add reminder that we need to support ipv6 here once we know how. | Günther Deschner | 1 | -2/+4 |
2008-05-09 | dsgetdcname: make use of nbt_cldap_netlogon_15. | Günther Deschner | 2 | -9/+92 |
2008-05-09 | re-run make idl. | Günther Deschner | 3 | -6/+384 |
2008-05-09 | IDL: Fix nbt_cldap_netlogon union, removing the default member. | Günther Deschner | 1 | -1/+16 |
2008-05-09 | IDL: Add nbt_cldap_netlogon_15. | Günther Deschner | 1 | -0/+19 |
2008-05-09 | dsgetdcname: use existing messaging_context if possible. | Günther Deschner | 9 | -11/+31 |
2008-05-09 | dsgetdcname: the forest name should never be empty. | Günther Deschner | 1 | -1/+1 |
2008-05-09 | Use strip_hostname after dsgetdcname/getdcname calls. | Günther Deschner | 4 | -21/+21 |
2008-05-09 | util: add strip_hostname() to strip of leading '\\'. | Günther Deschner | 1 | -0/+19 |
2008-05-09 | dsgetdcname: add map_dc_and_domain_names() for consolidating returned names. | Günther Deschner | 1 | -50/+79 |
2008-05-09 | cldap: move out cldap object to fix the build. | Günther Deschner | 3 | -86/+89 |
2008-05-09 | dsgetdcname: fix gencache store for dsgetdcname(). | Günther Deschner | 1 | -20/+184 |
2008-05-09 | dsgetdcname: pure cosmetics. | Günther Deschner | 1 | -6/+6 |
2008-05-09 | dsgetdcname: simply call ourself with DS_FORCE_REDISCOVERY after cache expiry. | Günther Deschner | 1 | -16/+8 |
2008-05-09 | dsgetdcname: be more paranoid about the existance of an ip_address. | Günther Deschner | 1 | -6/+36 |
2008-05-09 | dsgetdcname: remove invalid assumption in discover_dc_dns(). | Günther Deschner | 1 | -5/+0 |
2008-05-09 | dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever... | Günther Deschner | 3 | -81/+61 |
2008-05-09 | dsgetdcname: wait a little longer for mailslot replies. | Günther Deschner | 1 | -2/+2 |
2008-05-09 | dsgetdcname: map additional flags to nt_version. | Günther Deschner | 1 | -0/+2 |
2008-05-09 | dsgetdcname: use make_dc_info_from_cldap_reply() for cldap replies. | Günther Deschner | 1 | -63/+21 |
2008-05-09 | dsgetdcname: add make_dc_info_from_cldap_reply(). | Günther Deschner | 1 | -0/+146 |
2008-05-09 | dsgetdcname: add get_cldap_reply_server_flags(). | Günther Deschner | 1 | -0/+32 |
2008-05-09 | cldap: let ads_cldap_netlogon() return all possible cldap replies. | Günther Deschner | 4 | -21/+60 |
2008-05-09 | dsgetdcname: add pull_mailslot_cldap_reply(). | Günther Deschner | 1 | -0/+84 |
2008-05-09 | dsgetdcname: add map_ds_flags_to_nt_version. | Günther Deschner | 1 | -0/+28 |
2008-05-08 | Fix bug #5452 - smbclient put always creates zero length | Jeremy Allison | 1 | -2/+2 |
2008-05-08 | Yay ! Remove a VFS entry. Removed the set_nt_acl() call, | Jeremy Allison | 16 | -129/+5 |
2008-05-08 | registry: add removal of secdesc of a key to regdb_store_keys(). | Michael Adam | 1 | -0/+17 |
2008-05-08 | registry: add comments to removing lists in regdb_store_keys(). | Michael Adam | 1 | -0/+4 |
2008-05-08 | registry: change order of deleting value and subkey lists in store_keys(). | Michael Adam | 1 | -16/+13 |
2008-05-08 | registry: adapt comment to first step in regdb_store_keys(). | Michael Adam | 1 | -1/+1 |
2008-05-08 | registry: adapt comment of last step in regdb_store_keys(). | Michael Adam | 1 | -1/+1 |
2008-05-08 | registry: regdb_store_keys: move storing the subkey list down after removing ... | Michael Adam | 1 | -8/+8 |
2008-05-08 | registry: add comment explaining workflow to make store_keys safe w/o transac... | Michael Adam | 1 | -0/+21 |
2008-05-08 | registry: check for existence of non base key in regdb_store_keys() before pr... | Michael Adam | 1 | -0/+4 |
2008-05-08 | registry: add a function regdb_key_is_base_key() to check whether is composite. | Michael Adam | 1 | -0/+33 |