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-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
2012-04-05
build: Remove sys_opendir wrapper
Andrew Bartlett
9
-20
/
+10
2012-04-05
build: Remove sys_fopen wrapper
Andrew Bartlett
6
-17
/
+6
2012-04-05
build: Remove sys_open wrapper
Andrew Bartlett
16
-34
/
+24
2012-04-05
build: Remove sys_creat wrapper
Andrew Bartlett
3
-12
/
+2
2012-04-05
build: Remove fallback call to sys_open as HAVE_CREAT is not actually checked...
Andrew Bartlett
1
-8
/
+0
2012-04-05
build: Remove sys_ftell wrapper
Andrew Bartlett
3
-11
/
+1
2012-04-05
build: Remove sys_lseek wrapper
Andrew Bartlett
9
-21
/
+11
2012-04-05
build: Remove sys_ftruncate wrapper
Andrew Bartlett
5
-17
/
+7
2012-04-05
build: combine off_t 64 bit and largefile test
Andrew Bartlett
1
-24
/
+10
2012-04-05
vfs: Remove -D_LARGEFILE64_SOURCE from vfs examples Makefile
Andrew Bartlett
1
-1
/
+1
2012-04-05
build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bits
Andrew Bartlett
5
-113
/
+2
2012-04-05
Remove off64_t declarations
Andrew Bartlett
2
-2
/
+2
2012-04-05
build: Fix configure test that was declaring an off64_t
Andrew Bartlett
1
-1
/
+0
2012-04-05
build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any more
Andrew Bartlett
5
-212
/
+49
2012-04-05
build: Remove configure tests for *64 functions and types
Andrew Bartlett
5
-589
/
+40
2012-04-05
build: Require 64-bit files support and do not define HAVE_EXPLICIT_LARGEFILE...
Andrew Bartlett
3
-20
/
+9
2012-04-05
build: Add getconf LFS_CFLAGS support to waf build
Andrew Bartlett
1
-1
/
+19
2012-04-05
build: use only standard _FILE_OFFSET_BITS=64 macro for large files
Andrew Bartlett
1
-145
/
+7
2012-04-05
lib/replace: Add getconf LFS_CFLAGS support to autoconf build
Andrew Bartlett
1
-0
/
+8
2012-04-05
Third part of fix for bug #8837 - smbd crashes when deleting directory and ve...
Jeremy Allison
1
-1
/
+1
2012-04-04
Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...
Jeremy Allison
6
-20
/
+74
2012-04-04
First part of fix for bug 8837 - smbd crashes when deleting directory and vet...
Jeremy Allison
2
-2
/
+2
2012-04-04
systemd: Add samba service file.
Andreas Schneider
2
-0
/
+17
2012-04-03
s4:librpc/rpc: also parse ncacn_packet pdus with LIBNDR_FLAG_OBJECT_PRESENT
Stefan Metzmacher
1
-0
/
+4
2012-04-03
s4:librpc/rpc: don't mix up paylod ndr flags with the dcerpc layer
Stefan Metzmacher
1
-1
/
+1
2012-04-03
build: Remove checks for krb5_decode_ap_req, free_AP_REQ and KRB5_TICKET_HAS_...
Andrew Bartlett
3
-67
/
+1
2012-04-03
build: Remove unused check for HAVE_KRB5_TKT_ENC_PART2
Andrew Bartlett
2
-13
/
+0
2012-04-03
s3-krb5 Remove unused get_kvno_from_ap_req()
Andrew Bartlett
1
-13
/
+0
2012-04-03
s3-krb5 Remove unused get_enctype_from_ap_req
Andrew Bartlett
1
-10
/
+0
2012-04-03
s3-krb5: Remove unused smb_krb5_get_keyinfo_from_ap_req()
Andrew Bartlett
2
-30
/
+0
2012-04-03
s3-krb5: Remove unused get_key_from_keytab
Andrew Bartlett
1
-59
/
+0
2012-04-03
s3-krb5: remove unused unwrap_pac()
Andrew Bartlett
2
-49
/
+0
2012-04-03
s3-krb5: remove unused get_auth_data_from_tkt
Andrew Bartlett
2
-67
/
+0
2012-04-03
s3-krb5: Remove unused get_authtime_from_tkt
Andrew Bartlett
2
-10
/
+0
[next]