summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-15msg_channel: Fix a 100% CPU loopVolker Lendecke1-0/+12
2014-07-15smbd: Fix bug 10593Volker Lendecke1-1/+8
2014-06-23Merge tag 'samba-4.1.9' into v4-1-testKarolin Seeger4-18/+23
2014-06-22s3: smbd - fix processing of packets with invalid DOS charset conversions.Jeremy Allison3-13/+21
2014-06-22s3: nmbd: Fix bug 10633 - nmbd denial of serviceJeremy Allison1-5/+2
2014-06-10winbindd: Ensure we do not look at rid_array before checking if it was returnedAndrew Bartlett1-3/+3
2014-06-10s3: libsmbclient: Work around bugs in SLES cifsd and Apple smbx SMB1 servers.Jeremy Allison1-1/+21
2014-06-10s3: client : correctly fill in the struct smb_create_returns from cli_ntcreat...Jeremy Allison1-5/+27
2014-06-10s3: client : Add extra return parameter to all client open calls.Jeremy Allison22-113/+137
2014-06-10s3: client - rename 'struct smb2_create_returns' to 'struct smb_create_return...Jeremy Allison2-3/+3
2014-06-02printing: fix purge of all print jobsDavid Disseldorp1-4/+19
2014-05-27s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison1-42/+43
2014-05-27s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison1-70/+57