summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...Jeremy Allison2012-04-091-10/+0
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-067-49/+46
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-053-9/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-053-8/+1
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-053-7/+1
* 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
* 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
* s3-krb5: remove unused unwrap_pac()Andrew Bartlett2012-04-031-1/+0
* s3-krb5: remove unused get_auth_data_from_tktAndrew Bartlett2012-04-031-1/+0
* s3-krb5: Remove unused get_authtime_from_tktAndrew Bartlett2012-04-031-1/+0
* s3-krb5: Remove unused krb5_rd_req_return_keyblock_from_keytabAndrew Bartlett2012-04-031-8/+0
* s3-krb5: Remove unused get_principal_from_tktAndrew Bartlett2012-04-031-1/+0
* s3-libsmb: Remove unused spnego_parse_krb5_wrap()Andrew Bartlett2012-04-031-1/+0
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-262-6/+8
* use usleep rather than sys_usleep in various places, in anticipation of uslee...Jelmer Vernooij2012-03-241-1/+0
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-2/+2
* 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
* s3: Remove "conn" from sys_notify_contextVolker Lendecke2012-03-211-1/+0
* s3: Pass "path" through vfs_notify_watchVolker Lendecke2012-03-212-4/+6
* s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam2012-03-151-0/+1
* s3-printing: Make printer a const char *.Andreas Schneider2012-03-141-1/+3
* s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.Alexander Bokovoy2012-03-131-0/+6
* s3: Add smb_request_doneVolker Lendecke2012-03-101-0/+5
* s3: Remove unused smb_request->doneVolker Lendecke2012-03-101-2/+0
* s3: Remove unused smb_request->chain_outbufVolker Lendecke2012-03-101-5/+0
* s3:smb2_server increase defaults for read/write/trans sizes to 1MBChristian Ambach2012-03-091-3/+3
* s3-auth: Remove single-implementation plugin layerAndrew Bartlett2012-03-081-6/+0
* dbwrap_ctdb: only fetch a read-only copy if we had a record already.Rusty Russell2012-03-051-1/+2