summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-0661-367/+364
* s3-build: Remove unused configure checks for xattr functionsAndrew Bartlett2012-04-052-3/+3
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-0514-175/+5
* s3-build: Remove unused configure checks for xattr functionsAndrew Bartlett2012-04-051-1/+1
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-0514-213/+6
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-0513-133/+4
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-0514-193/+2
* build: Remove unused GLIBC_HACK_FCNTL64Andrew Bartlett2012-04-051-13/+0
* build: Fix sys_open() removal by including system/filesys.hAndrew Bartlett2012-04-051-0/+1
* build: Remove SMB_F* locking definesAndrew Bartlett2012-04-056-28/+12
* build: Remove SMB_STRUCT_FLOCK defineAndrew Bartlett2012-04-053-6/+2
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-0529-154/+146
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-0519-59/+51
* build: Remove sys_rewinddir wrapperAndrew Bartlett2012-04-054-11/+2
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-058-28/+17
* build: Remove sys_telldir wrapperAndrew Bartlett2012-04-054-12/+2
* build: Remove sys_seekdir wrapperAndrew Bartlett2012-04-054-12/+2
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-058-17/+7
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-058-19/+9
* build: Remove sys_fopen wrapperAndrew Bartlett2012-04-056-17/+6
* build: Remove sys_open wrapperAndrew Bartlett2012-04-0515-33/+23
* build: Remove sys_creat wrapperAndrew Bartlett2012-04-053-12/+2
* build: Remove fallback call to sys_open as HAVE_CREAT is not actually checked...Andrew Bartlett2012-04-051-8/+0
* build: Remove sys_ftell wrapperAndrew Bartlett2012-04-053-11/+1
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-059-21/+11
* build: Remove sys_ftruncate wrapperAndrew Bartlett2012-04-055-17/+7
* build: combine off_t 64 bit and largefile testAndrew Bartlett2012-04-051-24/+10
* build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bitsAndrew Bartlett2012-04-055-113/+2
* Remove off64_t declarationsAndrew Bartlett2012-04-052-2/+2
* build: Fix configure test that was declaring an off64_tAndrew Bartlett2012-04-051-1/+0
* build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any moreAndrew Bartlett2012-04-054-206/+48
* build: Remove configure tests for *64 functions and typesAndrew Bartlett2012-04-052-486/+38
* build: Require 64-bit files support and do not define HAVE_EXPLICIT_LARGEFILE...Andrew Bartlett2012-04-052-19/+7
* build: use only standard _FILE_OFFSET_BITS=64 macro for large filesAndrew Bartlett2012-04-051-145/+7
* Third part of fix for bug #8837 - smbd crashes when deleting directory and ve...Jeremy Allison2012-04-051-1/+1
* Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...Jeremy Allison2012-04-046-20/+74
* First part of fix for bug 8837 - smbd crashes when deleting directory and vet...Jeremy Allison2012-04-042-2/+2
* build: Remove checks for krb5_decode_ap_req, free_AP_REQ and KRB5_TICKET_HAS_...Andrew Bartlett2012-04-032-65/+1
* build: Remove unused check for HAVE_KRB5_TKT_ENC_PART2Andrew Bartlett2012-04-032-13/+0
* s3-krb5 Remove unused get_kvno_from_ap_req()Andrew Bartlett2012-04-031-13/+0
* s3-krb5 Remove unused get_enctype_from_ap_reqAndrew Bartlett2012-04-031-10/+0
* s3-krb5: Remove unused smb_krb5_get_keyinfo_from_ap_req()Andrew Bartlett2012-04-032-30/+0
* s3-krb5: Remove unused get_key_from_keytabAndrew Bartlett2012-04-031-59/+0
* s3-krb5: remove unused unwrap_pac()Andrew Bartlett2012-04-032-49/+0
* s3-krb5: remove unused get_auth_data_from_tktAndrew Bartlett2012-04-032-67/+0
* s3-krb5: Remove unused get_authtime_from_tktAndrew Bartlett2012-04-032-10/+0
* s3-krb5: Remove unused krb5_rd_req_return_keyblock_from_keytabAndrew Bartlett2012-04-032-63/+0
* s3-krb5: Remove unused get_principal_from_tktAndrew Bartlett2012-04-032-10/+0
* s3-libads: Remove ads_verify_ticket() as it is now unusedAndrew Bartlett2012-04-034-790/+2
* s3-libads: Rework kerberos_return_pac() to use GENSEC for the server-sideAndrew Bartlett2012-04-031-22/+167