summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:configure: require external talloc >= 2.1.2Stefan Metzmacher2015-03-161-1/+1
* smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT.Ira Cooper2015-03-021-3/+3
* s3-netlogon: Make sure we do not deference a NULL pointer.Andreas Schneider2015-02-231-1/+6
* CVE-2015-0240: s3: netlogon: Ensure we don't call talloc_free on an uninitial...Jeremy Allison2015-02-231-1/+5
* s3: smbclient: Allinfo leaves the file handle open.Jeremy Allison2015-02-161-0/+1
* printing/cups: pack requested-attributes with IPP_TAG_KEYWORDDavid Disseldorp2015-02-101-1/+1
* s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"Stefan Metzmacher2015-02-051-0/+3
* s3:smb2_server: always try to grant the credits the client just consumedStefan Metzmacher2015-02-051-6/+2
* libsmb: provide authinfo domain for encrypted session referralsDavid Disseldorp2015-01-291-1/+1
* libsmb: provide authinfo domain for DFS referral authDavid Disseldorp2015-01-291-4/+9
* libsmb: reuse connections derived from DFS referralsDavid Disseldorp2015-01-291-24/+79
* smbd: Fix CID 1063259 Uninitialized scalar variableVolker Lendecke2015-01-141-0/+1
* net: Fix sam addgroupmemVolker Lendecke2015-01-141-3/+5
* nsswitch: fix soname of linux nss_*.so.2 modulesStefan Metzmacher2015-01-111-7/+0
* winbind: Retry after SESSION_EXPIRED error in ping-dcChristof Schmitt2015-01-111-0/+8
* winbind: Retry LogonControl RPC in ping-dc after session expirationChristof Schmitt2015-01-111-0/+10
* s3:smb2_server: allow reauthentication without signingStefan Metzmacher2014-12-182-5/+4
* s3:smb2_server: use the global signing key to check if signing is requiredStefan Metzmacher2014-12-181-1/+1
* s3:utils/profiles fix a use after freeChristian Ambach2014-12-181-3/+3
* s3:registry/regfio fix some valgrind warningsChristian Ambach2014-12-181-2/+2
* s3:registry/regfio read SD from the correct locationChristian Ambach2014-12-181-2/+4
* s3: modules: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-182-3/+10
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-181-11/+11
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-181-5/+12
* s3:build: don't detect perl in source3/wscript again.Michael Adam2014-11-181-1/+0
* pdb_tdb: Fix a TALLOC/SAFE_FREE mixupVolker Lendecke2014-11-181-1/+1
* spoolss: remove unused fill_job_info3()David Disseldorp2014-11-181-21/+0
* spoolss: fix jobid in level 3 EnumJobs responseDavid Disseldorp2014-11-181-23/+33
* spoolss: fix jobid in level 2 GetJob and EnumJobs responsesDavid Disseldorp2014-11-181-14/+36
* spoolss: fix jobid in level 1 GetJob and EnumJobs responsesDavid Disseldorp2014-11-181-12/+36
* spoolss: fix GetJob jobid lookupsDavid Disseldorp2014-11-181-5/+32
* printing: add jobid_to_sysjob helper functionDavid Disseldorp2014-11-182-18/+53
* s3:smbd: fix file corruption using "write cache size != 0"Stefan Metzmacher2014-11-091-0/+3
* spoolss: fix handling of bad EnumJobs levelsDavid Disseldorp2014-10-291-1/+6
* s3-nmbd: Fix netbios name truncation.Jeremy Allison2014-10-291-8/+68
* There are tests all over the SMB1 code to check that srv_send_smb fails, but ...Richard Sharpe2014-10-291-1/+1
* s3: daemons - ensure nmbd and winbindd are consistent in command line process...Jeremy Allison2014-10-292-1/+3
* s3: nmbd: Ensure the main nmbd process doesn't create zombies.Jeremy Allison2014-10-131-0/+3
* pthreadpool: Slightly serialize jobsJeremy Allison2014-10-131-3/+3
* s3: lib: Signal handling - ensure smbrun and change password code save and re...Jeremy Allison2014-10-132-12/+15
* s3-libads: Add all machine account principals to the keytab.Andreas Schneider2014-10-091-22/+52
* registry: Don't leave dangling transactionsVolker Lendecke2014-10-091-1/+1
* s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs callChristof Schmitt2014-10-091-3/+30
* s3: Move init_lsa_ref_domain_list to libChristof Schmitt2014-10-096-48/+102
* s3-libnet: Make sure we do not overwrite precreated SPNs.Günther Deschner2014-10-091-3/+36
* s3-libnet: Add libnet_join_get_machine_spns().Andreas Schneider2014-10-091-0/+20
* s3-libads: Add function to search for an element in an array.Andreas Schneider2014-10-092-0/+33
* s3-libads: Add a function to retrieve the SPNs of a computer account.Andreas Schneider2014-10-092-0/+66
* s3-libads: Improve service principle guessing.Andreas Schneider2014-09-301-58/+66
* s3: smbd: vfs_dirsort module.Jeremy Allison2014-09-111-1/+1