Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-11 | s3:param convert kernel oplocks to share parameter | Christian Ambach | 1 | -1/+1 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-04-09 | Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with ↵ | Jeremy Allison | 1 | -10/+0 | |
platforms that don't have these. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Apr 9 21:40:42 CEST 2012 on sn-devel-104 | |||||
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 7 | -49/+46 | |
Now that we always require a 64 bit off_t, we no longer need SMB_OFF_T. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 6 01:47:43 CEST 2012 on sn-devel-104 | |||||
2012-04-05 | s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure | Andrew Bartlett | 3 | -9/+0 | |
If this is ever needed again, it would be more appropriate as an options argument to removexattr. Andrew Bartlett | |||||
2012-04-05 | s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 3 | -8/+1 | |
If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett | |||||
2012-04-05 | s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure | Andrew Bartlett | 3 | -7/+1 | |
If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett | |||||
2012-04-05 | s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 3 | -10/+0 | |
2012-04-05 | build: Remove unused GLIBC_HACK_FCNTL64 | Andrew Bartlett | 1 | -13/+0 | |
This is not set from anywhere, and refers to Red Hat 7.0, which is really, really old now. Andrew Bartlett | |||||
2012-04-05 | build: Remove SMB_F* locking defines | Andrew Bartlett | 1 | -16/+0 | |
2012-04-05 | build: Remove SMB_STRUCT_FLOCK define | Andrew Bartlett | 1 | -4/+0 | |
2012-04-05 | build: Remove SMB_STRUCT_DIR define | Andrew Bartlett | 3 | -26/+18 | |
2012-04-05 | build: Remove SMB_STRUCT_DIRENT define | Andrew Bartlett | 2 | -10/+2 | |
2012-04-05 | build: Remove sys_rewinddir wrapper | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: Remove sys_closedir wrapper | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: Remove sys_telldir wrapper | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: Remove sys_seekdir wrapper | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: Remove sys_readdir wrapper | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: Remove sys_opendir wrapper | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: Remove sys_fopen wrapper | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: Remove sys_open wrapper | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: Remove sys_creat wrapper | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: Remove sys_ftell wrapper | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: Remove sys_lseek wrapper | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: Remove sys_ftruncate wrapper | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bits | Andrew Bartlett | 2 | -16/+0 | |
2012-04-05 | build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any more | Andrew Bartlett | 2 | -51/+4 | |
2012-04-03 | s3-krb5: Remove unused smb_krb5_get_keyinfo_from_ap_req() | Andrew Bartlett | 1 | -4/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-04-03 | s3-krb5: remove unused unwrap_pac() | Andrew Bartlett | 1 | -1/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-04-03 | s3-krb5: remove unused get_auth_data_from_tkt | Andrew Bartlett | 1 | -1/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-04-03 | s3-krb5: Remove unused get_authtime_from_tkt | Andrew Bartlett | 1 | -1/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-04-03 | s3-krb5: Remove unused krb5_rd_req_return_keyblock_from_keytab | Andrew Bartlett | 1 | -8/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-04-03 | s3-krb5: Remove unused get_principal_from_tkt | Andrew Bartlett | 1 | -1/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-04-03 | s3-libsmb: Remove unused spnego_parse_krb5_wrap() | Andrew Bartlett | 1 | -1/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-26 | s3: Pass filters explicitly through vfs notify watch | Volker Lendecke | 2 | -6/+8 | |
This removes a dependency on "struct notify_entry" and makes the nature of the API more explicit. We depend upon the VFS module to mask out elements from e->filter and e->subdir_filter that it took over to handle. Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Mar 26 17:45:44 CEST 2012 on sn-devel-104 | |||||
2012-03-24 | use usleep rather than sys_usleep in various places, in anticipation of ↵ | Jelmer Vernooij | 1 | -1/+0 | |
usleep moving to libreplace. | |||||
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 1 | -2/+2 | |
The performance of these is minimal (these days) and they can return invalid results when used as part of applications that do not use sys_fork(). Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 24 21:55:41 CET 2012 on sn-devel-104 | |||||
2012-03-24 | adt_tree: Avoid WERROR. | Jelmer Vernooij | 1 | -1/+1 | |
2012-03-24 | lib/util: Move calloc_array and memalign_array to top-level libutil. | Jelmer Vernooij | 1 | -2/+0 | |
2012-03-22 | s3: Add FILE_NOTIFY_CHANGE_ALL #define | Volker Lendecke | 1 | -0/+8 | |
2012-03-21 | s3: Move the notify_ctx to the smbd_server_connection | Volker Lendecke | 1 | -1/+0 | |
We only need one notify_ctx per smbd. The notify_array can become quite large. It's based on absolute paths, so there's no point in having a copy of the complete array in memory multiple times. Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Mar 21 14:26:07 CET 2012 on sn-devel-104 | |||||
2012-03-21 | s3: Remove "conn" from sys_notify_context | Volker Lendecke | 1 | -1/+0 | |
2012-03-21 | s3: Pass "path" through vfs_notify_watch | Volker Lendecke | 2 | -4/+6 | |
2012-03-15 | s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent ↵ | Michael Adam | 1 | -0/+1 | |
process died. This applies to all child processes making use of reinit_after_fork(). It is implemented by establishing a pipe between parent and child. The child watches for EOF on the read end of the pipe, indidcating an exited parent. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-14 | s3-printing: Make printer a const char *. | Andreas Schneider | 1 | -1/+3 | |
2012-03-13 | s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2. | Alexander Bokovoy | 1 | -0/+6 | |
On LSA and SAMR pipes session_key is truncated to 16 byte when doing encryption/decryption. However, this was not done for trusted domain-related modifying operations. As result, Samba 4 client libraries do not work against Samba 3 while working against Windows 2008 r2. Solved this by introducing "session_extract_session_key()" function that allows to specify intent of use of the key. Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Tue Mar 13 12:23:44 CET 2012 on sn-devel-104 | |||||
2012-03-10 | s3: Add smb_request_done | Volker Lendecke | 1 | -0/+5 | |
This is used to enable async chained command sequences. A synchronous reply_xxx command does not need to take are anymore about and_x chaining. The async commands (pipe r/w at this moment) must do so however. When finished, they must inform the main chain engine that they are finished with a smb_request_done call. Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sat Mar 10 17:14:05 CET 2012 on sn-devel-104 | |||||
2012-03-10 | s3: Remove unused smb_request->done | Volker Lendecke | 1 | -2/+0 | |
2012-03-10 | s3: Remove unused smb_request->chain_outbuf | Volker Lendecke | 1 | -5/+0 | |
2012-03-09 | s3:smb2_server increase defaults for read/write/trans sizes to 1MB | Christian Ambach | 1 | -3/+3 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-03-08 | s3-auth: Remove single-implementation plugin layer | Andrew Bartlett | 1 | -6/+0 | |
The ->get_ntlm_challenge and ->check_ntlm_password elements of struct auth_context were only ever initialised to a single value. Make it easier to follow by just calling the function directly. Andrew Bartlett |