summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-10net: Remove globalsKai Blin30-1478/+1772
2008-05-10net: Some whitespace clean-up.Kai Blin2-40/+40
2008-05-10net: Fix usage string.Kai Blin1-1/+1
2008-05-10packaging: remove references to smbmount and friends from samba-ctdb spec fileMichael Adam1-13/+0
2008-05-10packaging: fix GPL version in samba-ctdb specfile.Michael Adam1-1/+1
2008-05-10packaging: rename RHEL4-CTDB --> RHEL-CTDBMichael Adam15-0/+0
2008-05-10packaging: add x perms to samba-ctdb filter-requires-samba.sh script.Michael Adam1-0/+0
2008-05-10packaging: add x perms to samba-ctdb makerpms.sh script.Michael Adam1-0/+0
2008-05-10fixed version in spec fileAndrew Tridgell1-1/+1
2008-05-10merge in spec file from MichaelAndrew Tridgell1-36/+78
2008-05-10loadparm: Fix activation of registry globals in lp_load_*.Michael Adam1-2/+2
2008-05-09Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison1-5/+2
2008-05-09Remove a couple of uses of SMB_VFS_GET_NT_ACL(), useJeremy Allison2-21/+44
2008-05-09dsgetdcname: add reminder that we need to support ipv6 here once we know how.Günther Deschner1-2/+4
2008-05-09dsgetdcname: make use of nbt_cldap_netlogon_15.Günther Deschner2-9/+92
2008-05-09re-run make idl.Günther Deschner3-6/+384
2008-05-09IDL: Fix nbt_cldap_netlogon union, removing the default member.Günther Deschner1-1/+16
2008-05-09IDL: Add nbt_cldap_netlogon_15.Günther Deschner1-0/+19
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner9-11/+31
2008-05-09dsgetdcname: the forest name should never be empty.Günther Deschner1-1/+1
2008-05-09Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner4-21/+21
2008-05-09util: add strip_hostname() to strip of leading '\\'.Günther Deschner1-0/+19
2008-05-09dsgetdcname: add map_dc_and_domain_names() for consolidating returned names.Günther Deschner1-50/+79
2008-05-09cldap: move out cldap object to fix the build.Günther Deschner3-86/+89
2008-05-09dsgetdcname: fix gencache store for dsgetdcname().Günther Deschner1-20/+184
2008-05-09dsgetdcname: pure cosmetics.Günther Deschner1-6/+6
2008-05-09dsgetdcname: simply call ourself with DS_FORCE_REDISCOVERY after cache expiry.Günther Deschner1-16/+8
2008-05-09dsgetdcname: be more paranoid about the existance of an ip_address.Günther Deschner1-6/+36
2008-05-09dsgetdcname: remove invalid assumption in discover_dc_dns().Günther Deschner1-5/+0
2008-05-09dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...Günther Deschner3-81/+61
2008-05-09dsgetdcname: wait a little longer for mailslot replies.Günther Deschner1-2/+2
2008-05-09dsgetdcname: map additional flags to nt_version.Günther Deschner1-0/+2
2008-05-09dsgetdcname: use make_dc_info_from_cldap_reply() for cldap replies.Günther Deschner1-63/+21
2008-05-09dsgetdcname: add make_dc_info_from_cldap_reply().Günther Deschner1-0/+146
2008-05-09dsgetdcname: add get_cldap_reply_server_flags().Günther Deschner1-0/+32
2008-05-09cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner4-21/+60
2008-05-09dsgetdcname: add pull_mailslot_cldap_reply().Günther Deschner1-0/+84
2008-05-09dsgetdcname: add map_ds_flags_to_nt_version.Günther Deschner1-0/+28
2008-05-08Fix bug #5452 - smbclient put always creates zero lengthJeremy Allison1-2/+2
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison18-144/+5
2008-05-08registry: add removal of secdesc of a key to regdb_store_keys().Michael Adam1-0/+17
2008-05-08registry: add comments to removing lists in regdb_store_keys().Michael Adam1-0/+4
2008-05-08registry: change order of deleting value and subkey lists in store_keys().Michael Adam1-16/+13
2008-05-08registry: adapt comment to first step in regdb_store_keys().Michael Adam1-1/+1
2008-05-08registry: adapt comment of last step in regdb_store_keys().Michael Adam1-1/+1
2008-05-08registry: regdb_store_keys: move storing the subkey list down after removing ...Michael Adam1-8/+8
2008-05-08registry: add comment explaining workflow to make store_keys safe w/o transac...Michael Adam1-0/+21
2008-05-08registry: check for existence of non base key in regdb_store_keys() before pr...Michael Adam1-0/+4
2008-05-08registry: add a function regdb_key_is_base_key() to check whether is composite.Michael Adam1-0/+33
2008-05-08registry: check for existence of key in regdb_set_secdesc() before proceeding.Michael Adam1-0/+5