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
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r25268: Thanks to Andrew Kroeger for pointing out on IRC that this is
Andrew Bartlett
1
-4
/
+0
2007-10-10
r25267: Move PRINTF_ATTRIBUTE to lib/util as well.
Jelmer Vernooij
3
-22
/
+21
2007-10-10
r25266: Fix case.
Jelmer Vernooij
2
-7
/
+7
2007-10-10
r25265: Move attribute definitions to lib/util.
Jelmer Vernooij
3
-57
/
+81
2007-10-10
r25264: add a test to verify that the ACLs are checked when a normal user con...
Ronnie Sahlberg
1
-0
/
+57
2007-10-10
r25263: add a test to check the accessmasks and ACLs on policy handles return...
Ronnie Sahlberg
4
-0
/
+602
2007-10-10
r25262: add WINBIND-STRUCT-LIST_TRUSTDOM torture test
Stefan Metzmacher
1
-0
/
+144
2007-10-10
r25259: try to work arround the build failures on OpenBSD 3.7
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r25256: Fix missing field set in libnet_ModifyUser routine.
Rafal Szczesniak
2
-1
/
+10
2007-10-10
r25251: move macro defines to the end of replace.h
Stefan Metzmacher
1
-32
/
+35
2007-10-10
r25249: Thanks to Andrew Kroeger for pointing out this silly typo (calling
Andrew Bartlett
1
-1
/
+1
2007-10-10
r25242: remove sequence_number out of WINBINDD_DOMAIN_INFO call
Stefan Metzmacher
2
-3
/
+1
2007-10-10
r25235: add simple WINBIND-STRUCT-GETDCNAME test
Stefan Metzmacher
1
-0
/
+22
2007-10-10
r25234: make WINBIND-STRUCT-PING a benchmark test
Stefan Metzmacher
1
-7
/
+23
2007-10-10
r25231: revert hunk that was commited together with the change to gplv3
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r25221: Experiment with Jelmer's new generic loadparm code.
Tim Potter
1
-1
/
+8
2007-10-10
r25220: Comment out obsolete functions.
Tim Potter
1
-2
/
+2
2007-10-10
r25219: remove unused check for precompiled headers.
Jelmer Vernooij
1
-11
/
+0
2007-10-10
r25218: After discussion with Simo, remove the subclass support from LDB.
Andrew Bartlett
7
-298
/
+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
1
-9
/
+31
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
[next]