index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r25218: After discussion with Simo, remove the subclass support from LDB.
Andrew Bartlett
8
-299
/
+1
2007-10-10
r25217: #define TALLOC_DEPRECATED 1 to get talloc_append_string() macro
Stefan Metzmacher
1
-0
/
+9
2007-10-10
r25216: make talloc_append_string() a deprecated macro instead of
Stefan Metzmacher
2
-28
/
+1
2007-10-10
r25215: replace talloc_append_string() with talloc_strdup_append_buffer()
Stefan Metzmacher
2
-15
/
+7
2007-10-10
r25214: use talloc_strndup_append() instead of talloc_append_string()
Stefan Metzmacher
1
-20
/
+4
2007-10-10
r25213: use talloc_strdup_append_buffer() instead of talloc_append_string()
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r25212: merge some stuff from samba3
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r25211: fix compiler warning
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r25210: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r25209: unify logic of talloc_vasprintf_append() and talloc_vasprintf_append_...
Stefan Metzmacher
1
-50
/
+29
2007-10-10
r25208: add talloc_str[n]dup_append[_buffer]() functions
Stefan Metzmacher
2
-9
/
+114
2007-10-10
r25207: remove one nesting level and use unlikely()
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r25206: unify logic of talloc_strdup() and talloc_strndup(),
Stefan Metzmacher
1
-22
/
+20
2007-10-10
r25205: $(srcdir) isn't expanded here...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r25204: Patch by Andrew Kroeger <andrew@sprocks.gotdns.com> fixing bug #4958 -
Andrew Bartlett
2
-9
/
+36
2007-10-10
r25203: Don't use subclasses in Samba4, as we always fill out the full
Andrew Bartlett
2
-12
/
+0
2007-10-10
r25196: Thanks to id10ts on IRC for finding some typos in my well-known names
Andrew Bartlett
1
-2
/
+2
2007-10-10
r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with
Andrew Bartlett
8
-885
/
+1452
2007-10-10
r25193: Update headers to easy use by external apps.
Jelmer Vernooij
9
-11
/
+16
2007-10-10
r25192: try to fix the build on sun/solaris hosts
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r25191: Fix include for BSD systems.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r25190: Update talloc version to 1.1.0 after API-incompatible changes.
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r25189: add first winbind test for the struct based protocol (WINBINDD_PING)
Stefan Metzmacher
3
-3
/
+54
2007-10-10
r25188: add infrastructure for WINBIND-* tests in smbtorture
Stefan Metzmacher
3
-0
/
+47
2007-10-10
r25187: pass FIRST_PREREQ to Makefile so that the value can be used
Stefan Metzmacher
3
-12
/
+13
2007-10-10
r25186: Fix a memory corruption in base-mangle
Volker Lendecke
1
-1
/
+1
2007-10-10
r25185: Check that can_contain_deferred returns true if one of the members of...
Jelmer Vernooij
2
-7
/
+7
2007-10-10
r25183: return LOCKDIR too
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r25182: don't hide the envlog in plain mode
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r25181: sync winbind client code with samba3
Stefan Metzmacher
10
-397
/
+458
2007-10-10
r25175: Change to talloc_asprintf_append_buffer().
Jeremy Allison
22
-62
/
+62
2007-10-10
r25174: Export header from just one place.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r25168: Fix include for gen_ndr/misc.h. Patch by Julien Kerihuel.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r25166: Simplify can_contain_deferred and add tests for it.
Jelmer Vernooij
2
-19
/
+28
2007-10-10
r25164: Add talloc_asprintf_append_buffer() and the docs for it.
Jeremy Allison
3
-4
/
+82
2007-10-10
r25159: fix missing declarations warning
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.h
Stefan Metzmacher
11
-13
/
+2
2007-10-10
r25124: Include link to summary page, hide environment variables for 'none' e...
Jelmer Vernooij
1
-15
/
+18
2007-10-10
r25123: we only need lib/ldb/sqlite3.m4 and lib/ldb/libldb.m4,
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r25122: fix interface detection code
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r25116: Fix talloc_asprintf_append to do the right thing with
Jeremy Allison
1
-5
/
+2
2007-10-10
r25115: move normalizing of the define string into a function
Stefan Metzmacher
1
-11
/
+15
2007-10-10
r25114: handle structs and unions without typedefs better
Stefan Metzmacher
1
-3
/
+14
2007-10-10
r25113: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r25112: make torture_temp_dir() available via tortore/torture.h
Stefan Metzmacher
4
-22
/
+19
2007-10-10
r25110: Show environment variables in HTML output.
Jelmer Vernooij
3
-3
/
+27
2007-10-10
r25106: ldb_map is provided by libldb.so in the system-provided ldb.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25105: No need to register ldb_map as a module.
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r25101: Directly depend on drsblobs - can't rely on having it in via ldb.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25100: Include LDAP libs in .pc file so linking statically against libldb wo...
Jelmer Vernooij
4
-3
/
+8
[next]