summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: winbindd: On new client connect, prune idle or hung connections older tha...Jeremy Allison2014-09-011-0/+36
* s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds w...Jeremy Allison2014-09-012-0/+2
* dosmode: fix FSCTL_SET_SPARSE request validationDavid Disseldorp2014-09-011-0/+13
* smbd: Properly initialize mangle_hashVolker Lendecke2014-09-011-0/+4
* Don't discard result of checking grouptypeRoel van Meer2014-09-011-2/+0
* samba: Retain case sensitivity of cifs clientShirish Pargaonkar2014-09-011-1/+2
* printing: reload printer shares on OpenPrinterDavid Disseldorp2014-09-011-1/+11
* smbd: split printer reload processingDavid Disseldorp2014-09-012-47/+104
* server: remove duplicate snum_is_shared_printer()David Disseldorp2014-09-013-10/+2
* smbd: only reprocess printer_list.tdb if it changedDavid Disseldorp2014-09-011-0/+21
* printing: return last change time with pcap_cache_loaded()David Disseldorp2014-09-015-7/+13
* printing: remove pcap_cache_add()David Disseldorp2014-09-012-11/+6
* printing: reload printer_list.tdb from in memory listDavid Disseldorp2014-09-016-34/+52
* printing: only reload printer shares on client enumDavid Disseldorp2014-09-015-50/+17
* printing: traverse_read the printer list for share updatesDavid Disseldorp2014-09-015-12/+17
* s3: smbd : SMB2 - fix SMB2_SEARCH when searching non wildcard string with a c...Jeremy Allison2014-09-011-3/+34
* s3: smbd - SMB[2|3]. Ensure a \ or / can't be found anywhere in a search path...Jeremy Allison2014-09-011-2/+2
* s3: enforce a positive allocation_file_size for non-empty files (bug #10543)Björn Baumbach2014-09-011-0/+12
* passdb: fix NT_STATUS_NO_SUCH_GROUPArvid Requate2014-09-011-2/+2
* s3:libsmb: Set a max charge for SMB2 connectionsRoss Lagerwall2014-09-011-0/+5
* s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in in...Jeremy Allison2014-09-011-5/+1
* s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGSStefan Metzmacher2014-09-014-5/+12
* Fixed a memory leak in cli_set_mntpoint().Har Gagan Sahai2014-09-011-2/+4
* build: fix configure to honour --without-dmapiMichael Adam2014-09-011-28/+44
* s3: net time - fix usage and core dump.Jeremy Allison2014-08-071-10/+20
* s3: remove stat_ex.vfs_private completelyMichael Adam2014-08-073-23/+0
* s3:vfs:gpfs: remove a block and reduce indentation in gpfs_is_offline()Michael Adam2014-08-071-8/+6
* s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.Michael Adam2014-08-071-7/+0
* s3:vfs:gpfs: Remove all reading uses of stat_ex.vfs_private from vfs_gfs.Michael Adam2014-08-071-21/+20
* s3:vfs:gpfs: fix flapping offline: always get winAttrs from gpfs for is_offlineMichael Adam2014-08-071-3/+1
* s3:vfs:gpfs: store the winAttrs in the struct_ex when we got them in vfs_gpfs...Michael Adam2014-08-071-0/+1
* s3:idmap: don't log missing range config if range checking not requestedMichael Adam2014-08-071-2/+2
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-08-0717-546/+15
* s3:lib/memcache: only include the required header filesStefan Metzmacher2014-08-072-3/+6
* s3:lib/memcache: make use of talloc for memcache_elementsStefan Metzmacher2014-08-071-6/+5
* s3:lib/memcache: use uint8_t instead of uint8Stefan Metzmacher2014-08-071-2/+2
* libcli/auth: also set secure channel type in netlogon_creds_client_init().Günther Deschner2014-08-071-0/+1
* s3: SMB2 : Fix leak of blocking lock records in the database.Jeremy Allison2014-07-191-0/+1
* s3: smb2: Simplify logic in reprocess_blocked_smb2_lock().Jeremy Allison2014-07-191-30/+25
* s3: smb2: Remove unused code from remove_pending_lock().Jeremy Allison2014-07-191-13/+0
* smbd: Remove 2 indentation levelsVolker Lendecke2014-07-171-11/+11
* s3: smbd - Prevent file truncation on an open that fails with share mode viol...Jeremy Allison2014-07-171-2/+20
* dsdb: Always store and return the userParameters as a array of LE 16-bit valuesAndrew Bartlett2014-07-151-5/+26
* s3: smbd: Locking - re-add pending lock records if we fail to acquire a lock ...Jeremy Allison2014-07-151-17/+80
* s3: smbd: Locking - treat lock timeout the same as any other error.Jeremy Allison2014-07-151-53/+38
* s3: smbd: Locking - add and use utility function lock_timed_out().Jeremy Allison2014-07-151-3/+21
* s3: smbd: Locking - convert to using utility macro used elsewhere.Jeremy Allison2014-07-151-2/+1
* s3:smb2_read: let smb2_sendfile_send_data() behave like send_file_readX()Stefan Metzmacher2014-07-151-16/+53
* pysmbd: improve the return of error codes in the python smbd bindingsGarming Sam2014-07-151-31/+27
* passdb: Do not routinely clear the global memory returned by get_global_sam_s...Andrew Bartlett2014-07-152-15/+41