summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:libsmb/ntlmssp: add ntlmssp_is_anonymous()Stefan Metzmacher2012-04-171-0/+1
| | | | metze
* s3: New notify implementationVolker Lendecke2012-04-171-1/+1
| | | | | | | | | | | | From notify_internal.c: /* * The notify database is split up into two databases: One * relatively static index db and the real notify db with the * volatile entries. */ This change is necessary to make notify scale better in a cluster
* s3: Start a list of ctdb srvid assigmentsVolker Lendecke2012-04-171-0/+40
|
* s3: Introduce ctdb_messaging_send_blobVolker Lendecke2012-04-171-0/+3
| | | | Send a raw blob without the messaging.idl wrap
* s3: Add messaging_tdb_event()Volker Lendecke2012-04-171-0/+3
| | | | | | | | This is a void* that represents a signal handler attached to some custom tevent_context. This is necessary to make the tdb based messaging infrastructure trigger its business when we are sitting in tevent_loop_once for an event context that is not the main one in the messaging context.
* s3: Return CTDB_PATH from lp_ctdbd_socket()Volker Lendecke2012-04-171-0/+1
| | | | All callers had that fallback
* param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett2012-04-161-1/+1
| | | | | | | This will make a merge with the lib/param param code easier, as we can then paste lp_ to the front of all parameters unconditionally. Andrew Bartlett
* make _lp_readraw() and _lp_writeraw() staticAndrew Bartlett2012-04-161-2/+0
|
* clikrb5: Move pure krb wrapper functions from libads to clikrb5.Simo Sorce2012-04-121-0/+3
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-121-0/+1
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3:param convert kernel oplocks to share parameterChristian Ambach2012-04-111-1/+1
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with ↵Jeremy Allison2012-04-091-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
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-067-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
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-053-9/+0
| | | | | | | If this is ever needed again, it would be more appropriate as an options argument to removexattr. Andrew Bartlett
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-053-8/+1
| | | | | | | If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-053-7/+1
| | | | | | | If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-053-10/+0
|
* build: Remove unused GLIBC_HACK_FCNTL64Andrew Bartlett2012-04-051-13/+0
| | | | | | | This is not set from anywhere, and refers to Red Hat 7.0, which is really, really old now. Andrew Bartlett
* build: Remove SMB_F* locking definesAndrew Bartlett2012-04-051-16/+0
|
* build: Remove SMB_STRUCT_FLOCK defineAndrew Bartlett2012-04-051-4/+0
|
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-053-26/+18
|
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-052-10/+2
|
* build: Remove sys_rewinddir wrapperAndrew Bartlett2012-04-051-1/+0
|
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-051-1/+0
|
* build: Remove sys_telldir wrapperAndrew Bartlett2012-04-051-1/+0
|
* build: Remove sys_seekdir wrapperAndrew Bartlett2012-04-051-1/+0
|
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-051-1/+0
|
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-051-1/+0
|
* build: Remove sys_fopen wrapperAndrew Bartlett2012-04-051-1/+0
|
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-1/+0
|
* build: Remove sys_creat wrapperAndrew Bartlett2012-04-051-1/+0
|
* build: Remove sys_ftell wrapperAndrew Bartlett2012-04-051-1/+0
|
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-051-1/+0
|
* build: Remove sys_ftruncate wrapperAndrew Bartlett2012-04-051-1/+0
|
* build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bitsAndrew Bartlett2012-04-052-16/+0
|
* build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any moreAndrew Bartlett2012-04-052-51/+4
|
* s3-krb5: Remove unused smb_krb5_get_keyinfo_from_ap_req()Andrew Bartlett2012-04-031-4/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-krb5: remove unused unwrap_pac()Andrew Bartlett2012-04-031-1/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-krb5: remove unused get_auth_data_from_tktAndrew Bartlett2012-04-031-1/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-krb5: Remove unused get_authtime_from_tktAndrew Bartlett2012-04-031-1/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-krb5: Remove unused krb5_rd_req_return_keyblock_from_keytabAndrew Bartlett2012-04-031-8/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-krb5: Remove unused get_principal_from_tktAndrew Bartlett2012-04-031-1/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-libsmb: Remove unused spnego_parse_krb5_wrap()Andrew Bartlett2012-04-031-1/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-262-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
* use usleep rather than sys_usleep in various places, in anticipation of ↵Jelmer Vernooij2012-03-241-1/+0
| | | | usleep moving to libreplace.
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-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
* adt_tree: Avoid WERROR.Jelmer Vernooij2012-03-241-1/+1
|
* lib/util: Move calloc_array and memalign_array to top-level libutil.Jelmer Vernooij2012-03-241-2/+0
|
* s3: Add FILE_NOTIFY_CHANGE_ALL #defineVolker Lendecke2012-03-221-0/+8
|
* s3: Move the notify_ctx to the smbd_server_connectionVolker Lendecke2012-03-211-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