summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2014-10-09s3-libads: Add a function to retrieve the SPNs of a computer account.Andreas Schneider2-0/+66
2014-09-30s3-libads: Improve service principle guessing.Andreas Schneider1-58/+66
2014-09-29s3: smbd: streams - Ensure share mode validation ignores internal opens (op_m...Volker Lendecke1-1/+6
2014-09-27s3: smbd - open logic fix.Jeremy Allison1-0/+11
2014-09-27s3:smbd:open_file: use a more natural check.Michael Adam1-1/+3
2014-09-27s3:smbd: fix a race in open codeMichael Adam1-17/+42
2014-09-27s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be N...Jeremy Allison2-3/+8
2014-09-27s3-winbindd: Use correct realm for trusted domains in idmap childChristof Schmitt1-2/+9
2014-09-27media_harmony: Fix a crash bugVolker Lendecke1-2/+2
2014-09-26nmbd: Send waiting status to systemd.Andreas Schneider1-2/+5
2014-09-08s3: smbd: vfs_dirsort module.Jeremy Allison1-1/+1
2014-09-01s3: winbindd: On new client connect, prune idle or hung connections older tha...Jeremy Allison1-0/+36
2014-09-01s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds w...Jeremy Allison2-0/+2
2014-09-01dosmode: fix FSCTL_SET_SPARSE request validationDavid Disseldorp1-0/+13
2014-09-01smbd: Properly initialize mangle_hashVolker Lendecke1-0/+4
2014-09-01Don't discard result of checking grouptypeRoel van Meer1-2/+0
2014-09-01samba: Retain case sensitivity of cifs clientShirish Pargaonkar1-1/+2
2014-09-01printing: reload printer shares on OpenPrinterDavid Disseldorp1-1/+11
2014-09-01smbd: split printer reload processingDavid Disseldorp2-47/+104
2014-09-01server: remove duplicate snum_is_shared_printer()David Disseldorp3-10/+2
2014-09-01smbd: only reprocess printer_list.tdb if it changedDavid Disseldorp1-0/+21
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