summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | r25235: add simple WINBIND-STRUCT-GETDCNAME testStefan Metzmacher2007-10-101-0/+22
* | r25234: make WINBIND-STRUCT-PING a benchmark testStefan Metzmacher2007-10-101-7/+23
* | r25231: revert hunk that was commited together with the change to gplv3Stefan Metzmacher2007-10-101-0/+2
* | r25221: Experiment with Jelmer's new generic loadparm code.Tim Potter2007-10-101-1/+8
* | r25220: Comment out obsolete functions.Tim Potter2007-10-101-2/+2
* | r25219: remove unused check for precompiled headers.Jelmer Vernooij2007-10-101-11/+0
* | r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett2007-10-108-299/+1
* | r25217: #define TALLOC_DEPRECATED 1 to get talloc_append_string() macroStefan Metzmacher2007-10-101-0/+9
* | r25216: make talloc_append_string() a deprecated macro instead ofStefan Metzmacher2007-10-102-28/+1
* | r25215: replace talloc_append_string() with talloc_strdup_append_buffer()Stefan Metzmacher2007-10-102-15/+7
* | r25214: use talloc_strndup_append() instead of talloc_append_string()Stefan Metzmacher2007-10-101-20/+4
* | r25213: use talloc_strdup_append_buffer() instead of talloc_append_string()Stefan Metzmacher2007-10-101-3/+2
* | r25212: merge some stuff from samba3Stefan Metzmacher2007-10-101-1/+4
* | r25211: fix compiler warningStefan Metzmacher2007-10-101-0/+4
* | r25210: fix typoStefan Metzmacher2007-10-101-1/+1
* | r25209: unify logic of talloc_vasprintf_append() and talloc_vasprintf_append_...Stefan Metzmacher2007-10-101-50/+29
* | r25208: add talloc_str[n]dup_append[_buffer]() functionsStefan Metzmacher2007-10-102-9/+114
* | r25207: remove one nesting level and use unlikely()Stefan Metzmacher2007-10-101-7/+7
* | r25206: unify logic of talloc_strdup() and talloc_strndup(),Stefan Metzmacher2007-10-101-22/+20
* | r25205: $(srcdir) isn't expanded here...Stefan Metzmacher2007-10-101-1/+1
* | r25204: Patch by Andrew Kroeger <andrew@sprocks.gotdns.com> fixing bug #4958 -Andrew Bartlett2007-10-102-9/+36
* | r25203: Don't use subclasses in Samba4, as we always fill out the fullAndrew Bartlett2007-10-102-12/+0
* | r25196: Thanks to id10ts on IRC for finding some typos in my well-known namesAndrew Bartlett2007-10-101-2/+2
* | r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, withAndrew Bartlett2007-10-108-885/+1452
* | r25193: Update headers to easy use by external apps.Jelmer Vernooij2007-10-109-11/+16
* | r25192: try to fix the build on sun/solaris hostsStefan Metzmacher2007-10-101-0/+4
* | r25191: Fix include for BSD systems.Jelmer Vernooij2007-10-101-0/+1
* | r25190: Update talloc version to 1.1.0 after API-incompatible changes.Jelmer Vernooij2007-10-102-2/+2
* | r25189: add first winbind test for the struct based protocol (WINBINDD_PING)Stefan Metzmacher2007-10-103-3/+54
* | r25188: add infrastructure for WINBIND-* tests in smbtortureStefan Metzmacher2007-10-103-0/+47
* | r25187: pass FIRST_PREREQ to Makefile so that the value can be usedStefan Metzmacher2007-10-103-12/+13
* | r25186: Fix a memory corruption in base-mangleVolker Lendecke2007-10-101-1/+1
* | r25185: Check that can_contain_deferred returns true if one of the members of...Jelmer Vernooij2007-10-102-7/+7
* | r25183: return LOCKDIR tooStefan Metzmacher2007-10-101-0/+1
* | r25182: don't hide the envlog in plain modeStefan Metzmacher2007-10-101-0/+2
* | r25181: sync winbind client code with samba3Stefan Metzmacher2007-10-1010-397/+458
* | r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-1022-62/+62
* | r25174: Export header from just one place.Jelmer Vernooij2007-10-101-1/+0
* | r25168: Fix include for gen_ndr/misc.h. Patch by Julien Kerihuel.Jelmer Vernooij2007-10-101-0/+1
* | r25166: Simplify can_contain_deferred and add tests for it.Jelmer Vernooij2007-10-102-19/+28
* | r25164: Add talloc_asprintf_append_buffer() and the docs for it.Jeremy Allison2007-10-103-4/+82
* | r25159: fix missing declarations warningStefan Metzmacher2007-10-101-0/+2
* | r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.hStefan Metzmacher2007-10-1011-13/+2
* | r25124: Include link to summary page, hide environment variables for 'none' e...Jelmer Vernooij2007-10-101-15/+18
* | r25123: we only need lib/ldb/sqlite3.m4 and lib/ldb/libldb.m4,Stefan Metzmacher2007-10-101-2/+1
* | r25122: fix interface detection codeStefan Metzmacher2007-10-101-0/+3
* | r25116: Fix talloc_asprintf_append to do the right thing withJeremy Allison2007-10-101-5/+2
* | r25115: move normalizing of the define string into a functionStefan Metzmacher2007-10-101-11/+15
* | r25114: handle structs and unions without typedefs betterStefan Metzmacher2007-10-101-3/+14
* | r25113: fix compiler warningStefan Metzmacher2007-10-101-1/+1