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-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
2012-04-07
Found whilst back-porting the fix for bug 8837 - smbd crashes when deleting d...
Jeremy Allison
1
-9
/
+10
2012-04-06
Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ...
Jeremy Allison
3
-0
/
+53
2012-04-06
docs-xml: fix default name resolve order (fix bug #7564)
Björn Baumbach
1
-1
/
+1
2012-04-06
docs: remove whitespace in example samba.ldif (fix bug #8789)
Björn Baumbach
1
-1
/
+1
2012-04-06
docs: add reload-printers command to smbcontrol manual page
Björn Baumbach
1
-0
/
+7
2012-04-06
s3-utils: add do_reload_printers command to smbcontol
Björn Baumbach
1
-0
/
+14
2012-04-06
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
63
-387
/
+384
2012-04-05
s3-build: Remove unused configure checks for xattr functions
Andrew Bartlett
2
-3
/
+3
2012-04-05
s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure
Andrew Bartlett
17
-189
/
+5
2012-04-05
s3-build: Remove unused configure checks for xattr functions
Andrew Bartlett
1
-1
/
+1
2012-04-05
s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure
Andrew Bartlett
17
-227
/
+6
2012-04-05
s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure
Andrew Bartlett
16
-147
/
+4
2012-04-05
s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure
Andrew Bartlett
17
-209
/
+2
2012-04-05
build: Add configure summary checking to waf build
Andrew Bartlett
1
-0
/
+7
2012-04-05
build: Fix bitrotted configure summary, we now also test HAVE_IFACE_GETIFADDRS
Andrew Bartlett
1
-1
/
+1
2012-04-05
build: Restore configure summary checking
Andrew Bartlett
1
-1
/
+0
2012-04-05
build: Add more assertions that fcntl locking works 64-bit
Andrew Bartlett
1
-4
/
+15
2012-04-05
build: Remove unused GLIBC_HACK_FCNTL64
Andrew Bartlett
1
-13
/
+0
2012-04-05
build: Fix sys_open() removal by including system/filesys.h
Andrew Bartlett
1
-0
/
+1
2012-04-05
build: Remove SMB_F* locking defines
Andrew Bartlett
6
-28
/
+12
2012-04-05
build: Remove SMB_STRUCT_FLOCK define
Andrew Bartlett
3
-6
/
+2
2012-04-05
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
32
-171
/
+163
2012-04-05
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
22
-62
/
+54
2012-04-05
build: Remove sys_rewinddir wrapper
Andrew Bartlett
4
-11
/
+2
2012-04-05
build: Remove sys_closedir wrapper
Andrew Bartlett
9
-31
/
+20
2012-04-05
build: Remove sys_telldir wrapper
Andrew Bartlett
4
-12
/
+2
2012-04-05
build: Remove sys_seekdir wrapper
Andrew Bartlett
4
-12
/
+2
2012-04-05
build: Remove sys_readdir wrapper
Andrew Bartlett
9
-18
/
+8
[prev]
[next]