summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2015-02-21s3-netlogon: Make sure we do not deference a NULL pointer.Andreas Schneider1-1/+6
2015-02-21CVE-2015-0240: s3: netlogon: Ensure we don't call talloc_free on an uninitial...Jeremy Allison1-1/+5
2015-01-11nsswitch: fix soname of linux nss_*.so.2 modulesStefan Metzmacher1-7/+0
2015-01-11winbind: Retry after SESSION_EXPIRED error in ping-dcChristof Schmitt1-0/+8
2015-01-11winbind: Retry LogonControl RPC in ping-dc after session expirationChristof Schmitt1-0/+10
2015-01-11idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfoSamuel Cabrero2-1/+24
2014-12-18s3:smb2_server: allow reauthentication without signingStefan Metzmacher2-5/+4
2014-12-18s3:smb2_server: use the global signing key to check if signing is requiredStefan Metzmacher1-1/+1
2014-12-18s3:utils/profiles fix a use after freeChristian Ambach1-3/+3
2014-12-18s3:registry/regfio fix some valgrind warningsChristian Ambach1-2/+2
2014-12-18s3:registry/regfio read SD from the correct locationChristian Ambach1-2/+4
2014-12-08s3: modules: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison3-13/+13
2014-12-08s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison1-11/+11
2014-12-08s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison1-5/+12
2014-12-08s3-libsmb: Duplicate the memory before we free it.Andreas Schneider1-3/+6
2014-12-08s3-libsmb: Set the netbios_name in use_ccache case too.Andreas Schneider1-0/+9
2014-12-08s3-lib: Do not require a password with --use-ccache.Andreas Schneider2-3/+4
2014-12-04libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows clien...Jeremy Allison1-0/+2
2014-12-04s3-smbstatus: Fix exit code of profile output.Andreas Schneider1-2/+5
2014-12-04s3-smbclient: Return success if we listed the shares.Andreas Schneider1-1/+1
2014-11-24samba: pass down size_t instead of int to add_string_to_array().Günther Deschner8-10/+12
2014-11-24s3-proto: remove duplicate proto for add_string_to_array().Günther Deschner1-3/+0
2014-11-17s3:build: don't detect perl in source3/wscript again.Michael Adam1-1/+0
2014-11-17pdb_tdb: Fix a TALLOC/SAFE_FREE mixupVolker Lendecke1-1/+1
2014-11-17s3-keytab: fix keytab array NULL termination.Matt Rogers1-2/+1
2014-11-17spoolss: remove unused fill_job_info3()David Disseldorp1-21/+0
2014-11-17spoolss: fix jobid in level 3 EnumJobs responseDavid Disseldorp1-23/+33
2014-11-17spoolss: fix jobid in level 2 GetJob and EnumJobs responsesDavid Disseldorp1-14/+36
2014-11-17spoolss: fix jobid in level 1 GetJob and EnumJobs responsesDavid Disseldorp1-12/+36
2014-11-17spoolss: fix GetJob jobid lookupsDavid Disseldorp1-5/+32
2014-11-17printing: add jobid_to_sysjob helper functionDavid Disseldorp2-18/+53
2014-11-09s3:smbd: fix file corruption using "write cache size != 0"Stefan Metzmacher1-0/+3
2014-11-09s3: nmbd: Ensure NetBIOS names are only 15 characters stored.Jeremy Allison1-1/+9
2014-11-09s3: libsmbclient - smb2. MacOSX 10 SMB2 server doesn't set STATUS_NO_MORE_FIL...Jeremy Allison1-0/+14
2014-11-09spoolss: fix handling of bad EnumJobs levelsDavid Disseldorp1-1/+6
2014-11-09s3-nmbd: Fix netbios name truncation.Jeremy Allison1-8/+68
2014-11-09There are tests all over the SMB1 code to check that srv_send_smb fails, but ...Richard Sharpe1-1/+1
2014-11-09s3: daemons - ensure nmbd and winbindd are consistent in command line process...Jeremy Allison2-1/+3
2014-10-26vfs_glusterfs: Remove "integer fd" code and store the glfs pointers.Jose A. Rivera1-90/+32
2014-10-26vfs_glusterfs: smb_stat_ex_from_stat commenting and cleanup.Christopher R. Hertel1-13/+8
2014-10-26vfs_glusterfs: Comment the top of the file.Christopher R. Hertel1-8/+18
2014-10-19s3: nmbd: Ensure the main nmbd process doesn't create zombies.Jeremy Allison1-0/+3
2014-10-19pthreadpool: Slightly serialize jobsJeremy Allison1-3/+3
2014-10-19s3: lib: Signal handling - ensure smbrun and change password code save and re...Jeremy Allison2-12/+15
2014-10-09s3-libads: Add all machine account principals to the keytab.Andreas Schneider1-22/+52
2014-10-09registry: Don't leave dangling transactionsVolker Lendecke1-1/+1
2014-10-09s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs callChristof Schmitt1-3/+30
2014-10-09s3: Move init_lsa_ref_domain_list to libChristof Schmitt5-48/+98
2014-10-09idmap_rfc2307: Fix a crash after connection problem to DCChristof Schmitt1-0/+1
2014-10-09s3-libnet: Make sure we do not overwrite precreated SPNs.Günther Deschner1-3/+36