summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Move dns_sd.h include to fix the build.James Peach2007-12-131-3/+4
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach2007-12-1314-235/+384
|\
| * We don't need to call endpwent if we never call getpwent.Jeremy Allison2007-12-131-2/+0
| * Add a varient of Steve Langasek <vorlon@debian.org> patchJeremy Allison2007-12-131-10/+59
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-12-131-1/+1
| |\
| | * Fix typo in debug statement.Michael Adam2007-12-131-1/+1
| * | Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.Jeremy Allison2007-12-132-0/+12
| |/
| * Fix codepagedir to follow predefined libdir when using FHS. Fixes x86_64 build.Alexander Bokovoy2007-12-131-2/+2
| * Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAlexander Bokovoy2007-12-138-214/+308
| |\
| | * Add flags for correctly implementing lsa_lookup_name levels.Michael Adam2007-12-131-1/+9
| | * Make cm_connect_sam() try harder to connect autheticated.Michael Adam2007-12-131-9/+26
| | * Refactor out assembling of trust creds (pw, account name, principal).Michael Adam2007-12-131-17/+38
| | * Streamline and fix logic of cm_prepare_connection().Michael Adam2007-12-131-25/+37
| | * Refactoring out get_schannel_session_key logic.Michael Adam2007-12-131-53/+39
| | * Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks.Michael Adam2007-12-131-2/+1
| | * Rename get_trust_pw() to get_trust_pw_hash().Michael Adam2007-12-134-8/+10
| | * Export logic of get_trust_pw() to new function get_trust_pw_clear().Michael Adam2007-12-131-16/+58
| | * Refactor the lagacy part of secrets_fetch_trust_account_password() outMichael Adam2007-12-131-13/+31
| | * Let get_trust_pw() determine the machine_account_name to use.Michael Adam2007-12-134-55/+28
| | * Streamline logic in cm_connect_netlogon()Michael Adam2007-12-131-5/+6
| | * In cm_prepare_connection(), only get auth user creds if we need to.Michael Adam2007-12-131-2/+2
| | * Remove two unneeded functions.Michael Adam2007-12-131-23/+0
| | * Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2007-12-132-22/+60
| * | Fix pam_smbpass buildAlexander Bokovoy2007-12-131-6/+2
| |/
* / Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai2007-12-134-9/+268
|/
* Fix typo.James Peach2007-12-121-1/+1
* Autoconf support for detecting DNS Service Discovery support.James Peach2007-12-122-0/+38
* Missed one strcpy call.Jeremy Allison2007-12-121-1/+1
* Add a portable version of strlcpy and strlcat and convertJeremy Allison2007-12-121-36/+70
* Fix bug #4784. Patch from Steve Langasek <vorlon@debian.org>.Jeremy Allison2007-12-121-1/+1
* Developer doesn't cut it - need #define test for NSS_WRAPPER.Jeremy Allison2007-12-121-1/+1
* Only add the non-root escape on !developer.Jeremy Allison2007-12-121-1/+1
* Fix the buildfarm until I figure out how to allowJeremy Allison2007-12-121-0/+2
* Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison2007-12-124-1/+21
* Make heimdal and MIT happy when iterating through auth data.Günther Deschner2007-12-121-3/+3
* Vista SP1-rc1 appears to break against Samba-3.0.27aGuenther Deschner2007-12-121-3/+3
* Fix logic and prevent segfaults in secrets trustdom tdb pack code.Michael Adam2007-12-121-14/+14
* Fix secrets_store_trusted_domain_password() after pstring removal.Michael Adam2007-12-121-1/+1
* Allow cliconnect to loop through multiple ip addressesJeremy Allison2007-12-122-23/+130
* Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider2007-12-122-17/+10
* winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher2007-12-126-178/+0
* winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher2007-12-122-260/+0
* Add lp_include_registry_globals().Günther Deschner2007-12-121-0/+5
* Some cleanups for "net dom join".Günther Deschner2007-12-121-4/+9
* Add split_domain_user() (not to mix with winbind variants).Günther Deschner2007-12-121-0/+24
* Make decode_wkssvc_join_password_buffer() return WERRORs.Günther Deschner2007-12-121-5/+14
* Fix warning message about data type always true.Jeremy Allison2007-12-111-2/+2
* Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison2007-12-113-1/+15
* winbindd: pass const char *logfile to winbindd_dump_maps_async()Stefan Metzmacher2007-12-112-7/+15
* Convert the posix_pending_close_db to dbwrap_rbtVolker Lendecke2007-12-111-126/+130