summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* torture3: Fix bug 10687Volker Lendecke2014-07-151-1/+1
* libsmb: Provide a talloc_stackframe() to external users of libsmb_setget.cAndrew Bartlett2014-07-151-2/+15
* libsmbclient: Wrap more function calls in talloc_stackframe() to protect agai...Andrew Bartlett2014-07-151-0/+17
* pam_smbpass: Wrap calls in talloc_stackframe() to avoid warnings about leakin...Andrew Bartlett2014-07-153-1/+31
* smbd: Avoid double-free in get_print_db_bynameVolker Lendecke2014-07-151-2/+2
* s3: smbd: Locking, fix off-by one calculation in brl_pending_overlap().Jeremy Allison2014-07-151-1/+1
* smbstatus: Fix an uninitialized variableVolker Lendecke2014-07-151-0/+1
* s3: fix missing braces in nfs4_acls.cAbhidnya Joshi2014-07-151-1/+2
* s3:winbindd - fix bad bugfix for bug #10280 - winbind panic if AD server is d...Jeremy Allison2014-07-151-2/+2
* s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison2014-07-151-6/+10
* msg_channel: Fix a 100% CPU loopVolker Lendecke2014-07-151-0/+12
* smbd: Fix bug 10593Volker Lendecke2014-07-151-1/+8
* Merge tag 'samba-4.1.9' into v4-1-testKarolin Seeger2014-06-234-18/+23
|\
| * s3: smbd - fix processing of packets with invalid DOS charset conversions.Jeremy Allison2014-06-223-13/+21
| * s3: nmbd: Fix bug 10633 - nmbd denial of serviceJeremy Allison2014-06-221-5/+2
* | winbindd: Ensure we do not look at rid_array before checking if it was returnedAndrew Bartlett2014-06-101-3/+3
* | s3: libsmbclient: Work around bugs in SLES cifsd and Apple smbx SMB1 servers.Jeremy Allison2014-06-101-1/+21
* | s3: client : correctly fill in the struct smb_create_returns from cli_ntcreat...Jeremy Allison2014-06-101-5/+27
* | s3: client : Add extra return parameter to all client open calls.Jeremy Allison2014-06-1022-113/+137
* | s3: client - rename 'struct smb2_create_returns' to 'struct smb_create_return...Jeremy Allison2014-06-102-3/+3
|/
* printing: fix purge of all print jobsDavid Disseldorp2014-06-021-4/+19
* s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison2014-05-271-42/+43
* s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison2014-05-271-70/+57
* lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach2014-05-208-11/+11
* winbindd: use exit_daemon() to pass startup status to systemdAlexander Bokovoy2014-05-201-9/+4
* nmbd: use exit_daemon() to report status to systemdAlexander Bokovoy2014-05-201-25/+14
* smbd: use exit_daemon() to support reporting to systemd from smbdAlexander Bokovoy2014-05-201-25/+19
* add systemd integrationAlexander Bokovoy2014-05-203-0/+13
* FSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes at endChristof Schmitt2014-05-191-2/+2
* FSCTL_GET_SHADOW_COPY_DATA: Initialize output array to zeroChristof Schmitt2014-05-191-1/+1
* s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...Jeremy Allison2014-05-191-1/+2
* s3: smbd: Remove open_file_fchmod().Jeremy Allison2014-05-192-36/+0
* s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...Jeremy Allison2014-05-191-12/+92
* s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERN...Jeremy Allison2014-05-192-4/+15
* s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2014-05-195-2/+41
* Minor typo fix in source3/wscript.Jose A. Rivera2014-05-191-1/+1
* s3: smbd - smb1 - fix read of deleted memory in reply_writeclose().Noel Power2014-05-061-11/+13