Age | Commit message (Expand) | Author | Files | Lines |
2007-12-15 | Add sid_string_dbg | Volker Lendecke | 1 | -0/+5 |
2007-12-15 | Add debug_ctx according to an idea by Tridge | Volker Lendecke | 1 | -0/+14 |
2007-12-15 | Use sid_string_talloc where we have a tmp talloc ctx | Volker Lendecke | 3 | -19/+22 |
2007-12-15 | add sid_string_talloc | Volker Lendecke | 1 | -2/+10 |
2007-12-15 | Fix a segfault | Volker Lendecke | 1 | -2/+2 |
2007-12-14 | Fix for bug #5082 from Mathias Gug <mathiaz@ubuntu.com>, Steve Langasek <vorl... | Jeremy Allison | 1 | -1/+9 |
2007-12-14 | selftest: reenable wbinfo tests and pass --configfile instead of -s | Stefan Metzmacher | 3 | -3/+3 |
2007-12-14 | wbinfo: use POPT_COMMON_CONFIGFILE | Stefan Metzmacher | 1 | -10/+12 |
2007-12-14 | add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s) | Stefan Metzmacher | 2 | -0/+8 |
2007-12-14 | selftest: disable wbinfo tests | Stefan Metzmacher | 1 | -1/+1 |
2007-12-14 | selftest: add a bunch of wbinfo based tests for winbindd | Stefan Metzmacher | 2 | -0/+49 |
2007-12-14 | selftest: move workgroup name into WORKGROUP envvar | Stefan Metzmacher | 1 | -2/+3 |
2007-12-14 | Revert smbclient changes. | Karolin Seeger | 1 | -5/+0 |
2007-12-14 | Make smbclient to display error message and usage in the case of invalid opti... | Karolin Seeger | 1 | -0/+5 |
2007-12-14 | winbindd: move domain child specific stuff into its own file | Stefan Metzmacher | 7 | -114/+133 |
2007-12-14 | Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna... | Stefan Metzmacher | 2 | -60/+22 |
2007-12-14 | debug: fix crash bug when DEBUG() is used before setup_logging() | Stefan Metzmacher | 1 | -0/+4 |
2007-12-13 | Move dns_sd.h include to fix the build. | James Peach | 1 | -3/+4 |
2007-12-13 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | James Peach | 14 | -235/+384 |
2007-12-13 | Register the smb service with mDNS if mSDN is supported. | Rishi Srivatsavai | 4 | -9/+268 |
2007-12-13 | We don't need to call endpwent if we never call getpwent. | Jeremy Allison | 1 | -2/+0 |
2007-12-13 | Add a varient of Steve Langasek <vorlon@debian.org> patch | Jeremy Allison | 1 | -10/+59 |
2007-12-13 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -1/+1 |
2007-12-13 | Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2. | Jeremy Allison | 2 | -0/+12 |
2007-12-13 | Fix typo in debug statement. | Michael Adam | 1 | -1/+1 |
2007-12-13 | Fix codepagedir to follow predefined libdir when using FHS. Fixes x86_64 build. | Alexander Bokovoy | 1 | -2/+2 |
2007-12-13 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Alexander Bokovoy | 8 | -214/+308 |
2007-12-13 | Fix pam_smbpass build | Alexander Bokovoy | 1 | -6/+2 |
2007-12-13 | Add flags for correctly implementing lsa_lookup_name levels. | Michael Adam | 1 | -1/+9 |
2007-12-13 | Make cm_connect_sam() try harder to connect autheticated. | Michael Adam | 1 | -9/+26 |
2007-12-13 | Refactor out assembling of trust creds (pw, account name, principal). | Michael Adam | 1 | -17/+38 |
2007-12-13 | Streamline and fix logic of cm_prepare_connection(). | Michael Adam | 1 | -25/+37 |
2007-12-13 | Refactoring out get_schannel_session_key logic. | Michael Adam | 1 | -53/+39 |
2007-12-13 | Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks. | Michael Adam | 1 | -2/+1 |
2007-12-13 | Rename get_trust_pw() to get_trust_pw_hash(). | Michael Adam | 4 | -8/+10 |
2007-12-13 | Export logic of get_trust_pw() to new function get_trust_pw_clear(). | Michael Adam | 1 | -16/+58 |
2007-12-13 | Refactor the lagacy part of secrets_fetch_trust_account_password() out | Michael Adam | 1 | -13/+31 |
2007-12-13 | Let get_trust_pw() determine the machine_account_name to use. | Michael Adam | 4 | -55/+28 |
2007-12-13 | Streamline logic in cm_connect_netlogon() | Michael Adam | 1 | -5/+6 |
2007-12-13 | In cm_prepare_connection(), only get auth user creds if we need to. | Michael Adam | 1 | -2/+2 |
2007-12-13 | Remove two unneeded functions. | Michael Adam | 1 | -23/+0 |
2007-12-13 | Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames. | Michael Adam | 2 | -22/+60 |
2007-12-12 | Fix typo. | James Peach | 1 | -1/+1 |
2007-12-12 | Autoconf support for detecting DNS Service Discovery support. | James Peach | 2 | -0/+38 |
2007-12-12 | Missed one strcpy call. | Jeremy Allison | 1 | -1/+1 |
2007-12-12 | Add a portable version of strlcpy and strlcat and convert | Jeremy Allison | 1 | -36/+70 |
2007-12-12 | Fix bug #4784. Patch from Steve Langasek <vorlon@debian.org>. | Jeremy Allison | 1 | -1/+1 |
2007-12-12 | Developer doesn't cut it - need #define test for NSS_WRAPPER. | Jeremy Allison | 1 | -1/+1 |
2007-12-12 | Only add the non-root escape on !developer. | Jeremy Allison | 1 | -1/+1 |
2007-12-12 | Fix the buildfarm until I figure out how to allow | Jeremy Allison | 1 | -0/+2 |