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
2012-04-11
lib/tdb_compat: Do not define BUILD_TDB2 if we are not building tdb2
Andrew Bartlett
1
-3
/
+1
2012-04-11
s4-smb2: Fix a talloc crash bug.
Andreas Schneider
1
-2
/
+2
2012-04-11
Simplify the logic around doing an immediate event reschedule.
Jeremy Allison
1
-23
/
+7
2012-04-11
s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_structural_class()" into ...
Matthias Dieter Wallnöfer
6
-83
/
+46
2012-04-11
s4:dsdb/samdb/ldb_modules/schema.c - inline "get_oc_guid_from_message()" to i...
Matthias Dieter Wallnöfer
2
-18
/
+23
2012-04-11
s4:dsdb - introduce a only constant-time "get_last_structural_class()" call
Matthias Dieter Wallnöfer
3
-37
/
+18
2012-04-11
s4:dsdb/samdb/ldb_modules/schema.c - inline "acl_check_access_on_class" to it...
Matthias Dieter Wallnöfer
2
-46
/
+47
2012-04-11
s4:dsdb - move "objectclass_sort()" out from the objectclass LDB module into ...
Matthias Dieter Wallnöfer
2
-217
/
+200
2012-04-11
s4:acl LDB module - remove set but unused variables
Matthias Dieter Wallnöfer
1
-5
/
+0
2012-04-11
s4:objectclass LDB module - remove unneeded build dependencies
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"
Matthias Dieter Wallnöfer
1
-0
/
+1
2012-04-11
s4:schema/schema_query.c - fix a comment
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
s4:schema/schema_init.c - better use "ldb_attr_cmp" instead of "strcasecmp"
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
s4:dsdb/pydsdb.c - fix indentation
Matthias Dieter Wallnöfer
1
-1
/
+1
2012-04-11
on our way with Samba 4.0alpha20
Andrew Bartlett
1
-2
/
+2
2012-04-11
prepare WHATSNEW for Samba 4.0alpha19 release and mark as release.
Andrew Bartlett
2
-32
/
+37
2012-04-11
ccan: Fix failtest on Fedora 16 as stdlib.h does not imply malloc.h
Andrew Bartlett
1
-0
/
+4
2012-04-11
remove --enable-developer from samba4-libs autobuild
Andrew Bartlett
1
-5
/
+5
2012-04-11
remove --enable-developer from recursive waf build in autoconf build
Andrew Bartlett
1
-1
/
+1
2012-04-11
buildtools: Add --enable-debug option
Andrew Bartlett
2
-0
/
+7
2012-04-11
.gitignore: ignore MYMETA.yml
Andrew Bartlett
1
-0
/
+1
2012-04-11
build: search for talloc, tdb, tevent in non-standard system locations
Andrew Bartlett
1
-5
/
+21
2012-04-11
build: Add tevent deps for users of tevent calls
Andrew Bartlett
1
-3
/
+3
2012-04-11
Add a new module, aio_linux which implements Linux kernel aio support. Docs t...
Jeremy Allison
5
-0
/
+786
2012-04-10
pidl/NDR/Parser: also do range checks on the array size
Stefan Metzmacher
1
-5
/
+20
2012-04-10
pidl/NDR/Parser: do array range validation in ParseArrayPullGetLength()
Stefan Metzmacher
1
-28
/
+14
2012-04-10
pidl/NDR/Parser: use helper variables for array size and length
Stefan Metzmacher
1
-7
/
+15
2012-04-10
pidl/NDR/Parser: remember if we already know the array length
Stefan Metzmacher
1
-1
/
+7
2012-04-10
pidl/NDR/Parser: use ParseArrayPullGetLength() to get the number of array ele...
Stefan Metzmacher
1
-5
/
+1
2012-04-10
pidl/NDR/Parser: split off ParseArrayPullGetSize() and ParseArrayPullGetLength()
Stefan Metzmacher
1
-13
/
+42
2012-04-10
pidl/NDR/Parser: simplify logic in DeclareArrayVariables*()
Stefan Metzmacher
1
-8
/
+6
2012-04-10
pidl/NDR/Parser: declare all union helper variables in ParseUnionPull()
Stefan Metzmacher
1
-2
/
+2
2012-04-10
s3: Use talloc_get_size instead of strlen
Volker Lendecke
1
-1
/
+1
2012-04-10
ldb-tools: Place the whole of an ldif file in a transaction
Andrew Bartlett
7
-16
/
+136
2012-04-10
ldb: Allow access to the line number while reading ldif from a file
Andrew Bartlett
5
-7
/
+281
2012-04-10
ldb: Detect failures in ldb.base again
Andrew Bartlett
4
-6
/
+16
2012-04-10
Revert "ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function"
Andrew Bartlett
8
-28
/
+23
2012-04-10
On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...
Jeremy Allison
5
-11
/
+14
2012-04-10
wafsamba/bundled: Fix typo in tuplize_version.
Jelmer Vernooij
3
-1
/
+29
2012-04-09
wafsamba: Parse Python versions as integers separated by dots.
Jelmer Vernooij
1
-1
/
+4
2012-04-09
Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...
Jeremy Allison
5
-12
/
+18
2012-04-09
libreplace: We have a poll replacement based on select
Volker Lendecke
1
-0
/
+1
2012-04-09
tevent: Fix a typo
Volker Lendecke
1
-1
/
+1
2012-04-09
s3: Fix the pthreadpool build on OS/X
Volker Lendecke
1
-0
/
+1
2012-04-09
s3: Initialize aio_pending_size from aio_pthread
Volker Lendecke
1
-0
/
+19
2012-04-09
s3: Initialize aio_pending_size from aio_pthread
Volker Lendecke
1
-19
/
+22
2012-04-09
s3: Move the aio signal init to the vfs module
Volker Lendecke
3
-21
/
+16
2012-04-09
autobuild: Also test a distribution-style build with external libs
Andrew Bartlett
1
-1
/
+24
2012-04-08
wafsamba: Return missing libs rather than last syslib.
Jelmer Vernooij
1
-1
/
+1
2012-04-07
s3: Compile fix for dbwrap_file.c
Volker Lendecke
1
-1
/
+1
[next]