summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2014-09-01printing: return last change time with pcap_cache_loaded()David Disseldorp5-7/+13
2014-09-01printing: remove pcap_cache_add()David Disseldorp2-11/+6
2014-09-01printing: reload printer_list.tdb from in memory listDavid Disseldorp6-34/+52
2014-09-01printing: only reload printer shares on client enumDavid Disseldorp5-50/+17
2014-09-01printing: traverse_read the printer list for share updatesDavid Disseldorp5-12/+17
2014-09-01s3: smbd : SMB2 - fix SMB2_SEARCH when searching non wildcard string with a c...Jeremy Allison1-3/+34
2014-09-01s3: smbd - SMB[2|3]. Ensure a \ or / can't be found anywhere in a search path...Jeremy Allison1-2/+2
2014-09-01s3: enforce a positive allocation_file_size for non-empty files (bug #10543)Björn Baumbach1-0/+12
2014-09-01passdb: fix NT_STATUS_NO_SUCH_GROUPArvid Requate1-2/+2
2014-09-01s3:libsmb: Set a max charge for SMB2 connectionsRoss Lagerwall1-0/+5
2014-09-01s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in in...Jeremy Allison1-5/+1
2014-09-01s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGSStefan Metzmacher4-5/+12
2014-09-01Fixed a memory leak in cli_set_mntpoint().Har Gagan Sahai1-2/+4
2014-09-01build: fix configure to honour --without-dmapiMichael Adam1-28/+44
2014-08-07s3: net time - fix usage and core dump.Jeremy Allison1-10/+20
2014-08-07s3: remove stat_ex.vfs_private completelyMichael Adam3-23/+0
2014-08-07s3:vfs:gpfs: remove a block and reduce indentation in gpfs_is_offline()Michael Adam1-8/+6
2014-08-07s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.Michael Adam1-7/+0
2014-08-07s3:vfs:gpfs: Remove all reading uses of stat_ex.vfs_private from vfs_gfs.Michael Adam1-21/+20
2014-08-07s3:vfs:gpfs: fix flapping offline: always get winAttrs from gpfs for is_offlineMichael Adam1-3/+1
2014-08-07s3:vfs:gpfs: store the winAttrs in the struct_ex when we got them in vfs_gpfs...Michael Adam1-0/+1
2014-08-07s3:idmap: don't log missing range config if range checking not requestedMichael Adam1-2/+2
2014-08-07lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher17-546/+15
2014-08-07s3:lib/memcache: only include the required header filesStefan Metzmacher2-3/+6
2014-08-07s3:lib/memcache: make use of talloc for memcache_elementsStefan Metzmacher1-6/+5
2014-08-07s3:lib/memcache: use uint8_t instead of uint8Stefan Metzmacher1-2/+2
2014-08-07libcli/auth: also set secure channel type in netlogon_creds_client_init().Günther Deschner1-0/+1
2014-07-19s3: SMB2 : Fix leak of blocking lock records in the database.Jeremy Allison1-0/+1
2014-07-19s3: smb2: Simplify logic in reprocess_blocked_smb2_lock().Jeremy Allison1-30/+25
2014-07-19s3: smb2: Remove unused code from remove_pending_lock().Jeremy Allison1-13/+0
2014-07-17smbd: Remove 2 indentation levelsVolker Lendecke1-11/+11
2014-07-17s3: smbd - Prevent file truncation on an open that fails with share mode viol...Jeremy Allison1-2/+20
2014-07-15dsdb: Always store and return the userParameters as a array of LE 16-bit valuesAndrew Bartlett1-5/+26
2014-07-15s3: smbd: Locking - re-add pending lock records if we fail to acquire a lock ...Jeremy Allison1-17/+80
2014-07-15s3: smbd: Locking - treat lock timeout the same as any other error.Jeremy Allison1-53/+38
2014-07-15s3: smbd: Locking - add and use utility function lock_timed_out().Jeremy Allison1-3/+21
2014-07-15s3: smbd: Locking - convert to using utility macro used elsewhere.Jeremy Allison1-2/+1
2014-07-15s3:smb2_read: let smb2_sendfile_send_data() behave like send_file_readX()Stefan Metzmacher1-16/+53
2014-07-15pysmbd: improve the return of error codes in the python smbd bindingsGarming Sam1-31/+27
2014-07-15passdb: Do not routinely clear the global memory returned by get_global_sam_s...Andrew Bartlett2-15/+41
2014-07-15torture3: Fix bug 10687Volker Lendecke1-1/+1
2014-07-15libsmb: Provide a talloc_stackframe() to external users of libsmb_setget.cAndrew Bartlett1-2/+15
2014-07-15libsmbclient: Wrap more function calls in talloc_stackframe() to protect agai...Andrew Bartlett1-0/+17
2014-07-15pam_smbpass: Wrap calls in talloc_stackframe() to avoid warnings about leakin...Andrew Bartlett3-1/+31
2014-07-15smbd: Avoid double-free in get_print_db_bynameVolker Lendecke1-2/+2
2014-07-15s3: smbd: Locking, fix off-by one calculation in brl_pending_overlap().Jeremy Allison1-1/+1
2014-07-15smbstatus: Fix an uninitialized variableVolker Lendecke1-0/+1
2014-07-15s3: fix missing braces in nfs4_acls.cAbhidnya Joshi1-1/+2
2014-07-15s3:winbindd - fix bad bugfix for bug #10280 - winbind panic if AD server is d...Jeremy Allison1-2/+2
2014-07-15s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison1-6/+10