summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-14winbindd: move domain child specific stuff into its own fileStefan Metzmacher7-114/+133
2007-12-14Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher2-60/+22
2007-12-14debug: fix crash bug when DEBUG() is used before setup_logging()Stefan Metzmacher1-0/+4
2007-12-13Move dns_sd.h include to fix the build.James Peach1-3/+4
2007-12-13Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach14-235/+384
2007-12-13Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai4-9/+268
2007-12-13We don't need to call endpwent if we never call getpwent.Jeremy Allison1-2/+0
2007-12-13Add a varient of Steve Langasek <vorlon@debian.org> patchJeremy Allison1-10/+59
2007-12-13Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-1/+1
2007-12-13Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.Jeremy Allison2-0/+12
2007-12-13Fix typo in debug statement.Michael Adam1-1/+1
2007-12-13Fix codepagedir to follow predefined libdir when using FHS. Fixes x86_64 build.Alexander Bokovoy1-2/+2
2007-12-13Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAlexander Bokovoy8-214/+308
2007-12-13Fix pam_smbpass buildAlexander Bokovoy1-6/+2
2007-12-13Add flags for correctly implementing lsa_lookup_name levels.Michael Adam1-1/+9
2007-12-13Make cm_connect_sam() try harder to connect autheticated.Michael Adam1-9/+26
2007-12-13Refactor out assembling of trust creds (pw, account name, principal).Michael Adam1-17/+38
2007-12-13Streamline and fix logic of cm_prepare_connection().Michael Adam1-25/+37
2007-12-13Refactoring out get_schannel_session_key logic.Michael Adam1-53/+39
2007-12-13Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks.Michael Adam1-2/+1
2007-12-13Rename get_trust_pw() to get_trust_pw_hash().Michael Adam4-8/+10
2007-12-13Export logic of get_trust_pw() to new function get_trust_pw_clear().Michael Adam1-16/+58
2007-12-13Refactor the lagacy part of secrets_fetch_trust_account_password() outMichael Adam1-13/+31
2007-12-13Let get_trust_pw() determine the machine_account_name to use.Michael Adam4-55/+28
2007-12-13Streamline logic in cm_connect_netlogon()Michael Adam1-5/+6
2007-12-13In cm_prepare_connection(), only get auth user creds if we need to.Michael Adam1-2/+2
2007-12-13Remove two unneeded functions.Michael Adam1-23/+0
2007-12-13Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2-22/+60
2007-12-12Fix typo.James Peach1-1/+1
2007-12-12Autoconf support for detecting DNS Service Discovery support.James Peach2-0/+38
2007-12-12Missed one strcpy call.Jeremy Allison1-1/+1
2007-12-12Add a portable version of strlcpy and strlcat and convertJeremy Allison1-36/+70
2007-12-12Fix bug #4784. Patch from Steve Langasek <vorlon@debian.org>.Jeremy Allison1-1/+1
2007-12-12Developer doesn't cut it - need #define test for NSS_WRAPPER.Jeremy Allison1-1/+1
2007-12-12Only add the non-root escape on !developer.Jeremy Allison1-1/+1
2007-12-12Fix the buildfarm until I figure out how to allowJeremy Allison1-0/+2
2007-12-12Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison4-1/+21
2007-12-12Make heimdal and MIT happy when iterating through auth data.Günther Deschner1-3/+3
2007-12-12Vista SP1-rc1 appears to break against Samba-3.0.27aGuenther Deschner1-3/+3
2007-12-12Fix logic and prevent segfaults in secrets trustdom tdb pack code.Michael Adam1-14/+14
2007-12-12Fix secrets_store_trusted_domain_password() after pstring removal.Michael Adam1-1/+1
2007-12-12Allow cliconnect to loop through multiple ip addressesJeremy Allison2-23/+130
2007-12-12Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider2-17/+10
2007-12-12winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher6-178/+0
2007-12-12winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher2-260/+0
2007-12-12Add lp_include_registry_globals().Günther Deschner1-0/+5
2007-12-12Some cleanups for "net dom join".Günther Deschner1-4/+9
2007-12-12Add split_domain_user() (not to mix with winbind variants).Günther Deschner1-0/+24
2007-12-12Make decode_wkssvc_join_password_buffer() return WERRORs.Günther Deschner1-5/+14
2007-12-11Fix warning message about data type always true.Jeremy Allison1-2/+2