summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix a segfaultVolker Lendecke2007-12-151-2/+2
* Fix for bug #5082 from Mathias Gug <mathiaz@ubuntu.com>, Steve Langasek <vorl...Jeremy Allison2007-12-141-1/+9
* selftest: reenable wbinfo tests and pass --configfile instead of -sStefan Metzmacher2007-12-143-3/+3
* wbinfo: use POPT_COMMON_CONFIGFILEStefan Metzmacher2007-12-141-10/+12
* add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s)Stefan Metzmacher2007-12-142-0/+8
* selftest: disable wbinfo testsStefan Metzmacher2007-12-141-1/+1
* selftest: add a bunch of wbinfo based tests for winbinddStefan Metzmacher2007-12-142-0/+49
* selftest: move workgroup name into WORKGROUP envvarStefan Metzmacher2007-12-141-2/+3
* Revert smbclient changes.Karolin Seeger2007-12-141-5/+0
* Make smbclient to display error message and usage in the case of invalid opti...Karolin Seeger2007-12-141-0/+5
* winbindd: move domain child specific stuff into its own fileStefan Metzmacher2007-12-147-114/+133
* Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher2007-12-142-60/+22
* debug: fix crash bug when DEBUG() is used before setup_logging()Stefan Metzmacher2007-12-141-0/+4
* 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