summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cope with valgrind > 3.2.x.Jeremy Allison2007-12-151-0/+4
* More work on bug #5082, use LC_ALL as this takesJeremy Allison2007-12-151-2/+2
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-1538-126/+135
* Use dom_sid_string for sid_string_tallocVolker Lendecke2007-12-152-29/+17
* sid_string_static is no more :-)Volker Lendecke2007-12-151-11/+8
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-1513-37/+71
* Use sid_to_string directlyVolker Lendecke2007-12-155-12/+9
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-1512-41/+44
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-154-34/+41
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-1554-349/+330
* Add sid_string_dbgVolker Lendecke2007-12-151-0/+5
* Add debug_ctx according to an idea by TridgeVolker Lendecke2007-12-151-0/+14
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-153-19/+22
* add sid_string_tallocVolker Lendecke2007-12-151-2/+10
* 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