summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3: smbd: signing. Ensure we respond correctly to an SMB2 negprot with SMB2_N...Jeremy Allison2015-02-192-2/+5
* regedit: Rename variable to fix compile warningChristof Schmitt2015-02-191-4/+4
* s3/vfs: bump interface version number to 33David Disseldorp2015-02-181-1/+2
* spoolss: retrieve published printer GUID if not in registryAndreas Schneider2015-02-181-2/+22
* printing: rework nt_printer_guid_store to return errorsAndreas Schneider2015-02-182-17/+35
* printing: add nt_printer_guid_retrieve() helperDavid Disseldorp2015-02-182-0/+61
* printing: split out printer DN and GUID retrievalDavid Disseldorp2015-02-181-72/+137
* rpcclient: Fix and enhance rpcclient outputRobin Hack2015-02-171-2/+10
* s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2015-02-1717-93/+72
* smbd/reply: convert free space to 16bit in dskattr handlerDavid Disseldorp2015-02-171-1/+20
* vfs_ceph: fix disk_free_fn callbackYan, Zheng2015-02-161-2/+3
* librpc: Move messaging.idl to the top levelAndrew Bartlett2015-02-163-142/+1
* lib: Use talloc_report_strVolker Lendecke2015-02-132-76/+9
* messaging4: Use messages_dgmVolker Lendecke2015-02-131-1/+1
* messaging3: Use message_hdr_[put|get]Volker Lendecke2015-02-132-32/+17
* messaging: Define a binary format for message headersVolker Lendecke2015-02-133-0/+79
* messaging3: Use messaging_dgm_refVolker Lendecke2015-02-131-11/+15
* lib: Add messages_dgm_ref.[ch]Volker Lendecke2015-02-133-1/+159
* messages_dgm: Make it an independent libVolker Lendecke2015-02-131-1/+6
* messages_dgm: Add a few #includesVolker Lendecke2015-02-131-0/+4
* unix_msg: remove cookie from unix_msg_initVolker Lendecke2015-02-136-16/+9
* messages_dgm: Move directory handling upVolker Lendecke2015-02-133-104/+98
* messages_dgm: Only pass "unique" to messaging_dgm_initVolker Lendecke2015-02-133-8/+8
* Remove an unused function call.Richard Sharpe2015-02-132-18/+0
* s3-passdb: lift annoying debug message level.Günther Deschner2015-02-131-1/+1
* vfs_prealloc: Remove call to gpfs_preallocChristof Schmitt2015-02-111-9/+0
* lib: Fix a typoVolker Lendecke2015-02-101-1/+1
* s3: smbclient: Allinfo leaves the file handle open.Jeremy Allison2015-02-101-0/+1
* smbd: Fix a typoVolker Lendecke2015-02-101-1/+1
* smbd: Fix a typoVolker Lendecke2015-02-101-1/+1
* smbd: Make "check_veto_path" staticVolker Lendecke2015-02-102-2/+1
* Update mailing list references to point at lists.samba.orgAndrew Bartlett2015-02-102-2/+2
* printing/cups: pack requested-attributes with IPP_TAG_KEYWORDDavid Disseldorp2015-02-101-1/+1
* gencache: don't fail gencache_stabilize if there were records to delete.Michael Adam2015-02-091-1/+1
* nfs4: Fix a confusing debug messageVolker Lendecke2015-02-091-1/+1
* s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"Stefan Metzmacher2015-01-291-0/+3
* s3:smb2_server: always try to grant the credits the client just consumedStefan Metzmacher2015-01-291-6/+2
* Fix a couple of DEBUG statements that were copied from elsewhere. Removed the...Richard Sharpe2015-01-251-4/+2
* vfs_glusterfs: Add comments to the pipe(2) code.Ira Cooper2015-01-231-0/+17
* s3-pam_smbpass: Correctly initialize variables.Andreas Schneider2015-01-221-2/+2
* s3-pam_smbpass: Remove superfluous NULL check for pam functions.Andreas Schneider2015-01-221-3/+0
* s3-pam_smbpass: Make sure PAM_MAXTRIES can be returned.Andreas Schneider2015-01-221-1/+2
* s3-pam_smbpass: Check the return code of secrets_init().Andreas Schneider2015-01-221-1/+5
* s3-pam_smbpass: Fix set_ctrl() return value.Andreas Schneider2015-01-222-2/+5
* s3-pam_smbpass: Make sure variables are initialized.Andreas Schneider2015-01-221-3/+3
* s3-smbspool: Use strtol() instead of atoi().Andreas Schneider2015-01-221-1/+8
* winbind: Fix idmap initializationVolker Lendecke2015-01-221-6/+8
* s3-pam_smbpass: Fix memory leak in pam_sm_authenticate().Andreas Schneider2015-01-221-2/+9
* vfs: Fix a typoVolker Lendecke2015-01-221-1/+1
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-3/+3