samba.git
2015-05-20 Stefan Metzmachers4:torture/smb2: add smb2.notify.invalid-reauth test
2015-05-20 Stefan Metzmachers4:torture/smb2: add smb2.notify.close test
2015-05-20 Stefan Metzmachers4:torture/smb2: verify STATUS_NOTIFY_CLEANUP return...
2015-05-20 Stefan Metzmachers3:smbd: use STATUS_NOTIFY_CLEANUP on smb2 logoff ...
2015-05-20 Stefan Metzmachers3:smbd: use STATUS_NOTIFY_CLEANUP when closing a smb2...
2015-05-20 Stefan Metzmachers3:smbd: add a smbd_notify_cancel_by_map() helper function
2015-05-20 Michael Adamsmbd:smb2: fix error code when the header says the...
2015-05-20 Stefan Metzmachers3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED...
2015-05-11 Karolin SeegerVERSION: Bump version up to 4.1.19...
2015-05-10 Karolin SeegerWHATSNEW: Add release notes for Samba 4.1.18. samba-4.1.18
2015-05-06 Jeremy Allisons3: nmbd: Don't set work_changed = True inside update_s...
2015-05-06 Jeremy Allisons3: nmbd: Ensure we only set work_changed = true if...
2015-05-06 Ralph Boehmevfs: kernel_flock and named streams
2015-05-06 Jeremy Allisons3: smbd: Incorrect file size returned in the response...
2015-05-06 Jeremy Allisons4: rpc: Refactor dcesrv_alter() function into setup...
2015-04-28 Julien KerihuelAdd DCERPC flag to call unbind hooks without destroying...
2015-04-28 Julien Kerihuels4:rpc_server: Add multiplex state to dcerpc flags...
2015-04-28 Richard SharpeMake sure we initialize conn to NULL, because a routine...
2015-04-28 Ralph Boehmes3:smbd: update comment to correctly reflect MS-SMB2
2015-04-28 Ralph Boehmes3:smbd: missing tevent_req_nterror
2015-04-21 David Disseldorpspoolss: purge the printer name cache on name change
2015-04-20 Jeremy Allisons3: libsmbclient: After getting attribute server, ensur...
2015-04-08 Jeremy Allisons3: Fix fsctl_validate_neg_info to pass MS compliance...
2015-04-08 Jeremy Allisons3: Refactor smbd_smb2_request_process_negprot
2015-04-08 Andreas Schneiders3-passdb: Fix 'force user' with winbind default domain
2015-04-08 Andreas Schneiders4-process_model: Do not close random fds while forking.
2015-04-08 Jeremy Allisons3: libsmbclient: Add missing talloc stackframe.
2015-04-08 Stefan Metzmachers4:auth/gensec_gssapi: let gensec_gssapi_update() retur...
2015-03-28 Jeremy Allisons3: client - "client use spnego principal = yes" code...
2015-03-27 Jeremy Allisondocs: Mark 'client use spnego principal' as deprecated...
2015-03-27 Michael Adams3:winbind:grent: don't stop group enumeration when...
2015-03-24 Jeremy Allisons3: lib: libsmbclient: If reusing a server struct,...
2015-03-24 Jeremy Allisons3: libcli: smb1: Ensure we correctly finish a tevent...
2015-03-24 Jeremy Allisons3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO...
2015-03-24 Jeremy Allisons4: lib: auth: If NTLMSSP_NEGOTIATE_TARGET_INFO isn...
2015-03-24 David Disseldorpdocs/idmap_rid: remove deprecated base_rid from example
2015-03-15 Stefan Metzmachertalloc: version 2.1.2
2015-03-15 Stefan Metzmachertalloc: fix _talloc_total_limit_size prototype
2015-03-15 Jeremy Allisonlib: talloc: Test suite for the new destructor reparent...
2015-03-15 Jeremy Allisonlib: talloc: Allow destructors to reparent the object...
2015-03-15 Jeremy Allisonlib: talloc: Fix bug when calling a destructor.
2015-03-15 Michael Adamtalloc:build: improve detection of srcdir
2015-03-15 Stefan Metzmachertalloc: version 2.1.1
2015-03-15 Stefan Metzmachertalloc/tests: avoid some unused variable warnings
2015-03-15 Stefan Metzmachertalloc: fix compiler warning
2015-03-15 Stefan Metzmachertalloc: check for TALLOC_GET_TYPE_ABORT_NOOP
2015-03-15 Stefan Metzmachertalloc: avoid a function call in TALLOC_FREE() if possible.
2015-03-15 Stefan Metzmachertalloc: inline talloc_get_name()
2015-03-15 Stefan Metzmachertalloc: inline more static functions
2015-03-15 Volker Lendecketalloc: Tune talloc_vasprintf
2015-03-15 Lukas Slebodniktalloc: Update flags in pytalloc-util pkgconfig file
2015-03-15 Jelmer VernooijAdd a basic guide on pytalloc.
2015-03-15 Andreas Schneidertalloc: Add a warning to talloc_reference() documentation.
2015-03-15 Volker Lendecketalloc: Test the pooled object
2015-03-15 Volker Lendecketalloc: Add talloc_pooled_object
2015-03-15 Volker Lendecketalloc: Allow nested pools.
2015-03-15 Volker Lendecketalloc: Add a separate pool size
2015-03-15 Volker Lendecketalloc: Put pool-specific data before the chunk
2015-03-15 Volker Lendecketalloc: Introduce __talloc_with_prefix
2015-03-15 Volker Lendecketalloc: Decouple the dual use of chunk->pool
2015-03-15 Jeremy AllisonFix valgrind errors with memmove and talloc pools.
2015-03-15 Jeremy AllisonAdd simple limited pool tests to test_memlimit().
2015-03-15 Jeremy AllisonRemove talloc_memlimit_update(). No longer used.
2015-03-15 Jeremy AllisonInside _talloc_realloc(), keep track of size changes...
2015-03-15 Jeremy AllisonDon't call talloc_memlimit_update() inside _talloc_real...
2015-03-15 Jeremy AllisonFix a conditional check. (size - tc->size > 0) is alway...
2015-03-15 Jeremy AllisonIn _talloc_steal_internal(), correctly decrement the...
2015-03-15 Jeremy AllisonInside _talloc_free_internal(), always call talloc_meml...
2015-03-15 Jeremy AllisonUpdate memory limits when we call free() on a pool.
2015-03-15 Jeremy AllisonChange __talloc() to only call talloc_memlimit_check...
2015-03-15 Jeremy AllisonChange _talloc_total_mem_internal() to ignore memory...
2015-03-15 Jeremy AllisonRemove magic TC_HDR_SIZE handling inside talloc_memlimi...
2015-03-15 Jeremy AllisonStart to fix talloc memlimits with talloc pools.
2015-03-15 Michael Adams3-winbind: Fix chached user group lookup of trusted...
2015-03-15 Andreas Schneiderspoolss: retrieve published printer GUID if not in...
2015-03-15 Andreas Schneiderprinting: rework nt_printer_guid_store to return errors
2015-03-15 David Disseldorpprinting: add nt_printer_guid_retrieve() helper
2015-03-15 David Disseldorpprinting: split out printer DN and GUID retrieval
2015-03-03 Andreas Schneiderdoc-xml: Add 'sharesec' reference to 'access based...
2015-03-03 Ira Coopersmbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT.
2015-02-26 Stefan MetzmacherMerge tag 'samba-4.1.17' into v4-1-test
2015-02-25 Michael Adamdoc:man:vfs_glusterfs: improve the configuration section.
2015-02-25 Michael Adamdoc:man:vfs_glusterfs: improve and update description.
2015-02-25 Michael Adamdoc:man:vfs_glusterfs: remove extra % signs.
2015-02-25 Andrew Bartlettdebug: Set close-on-exec for the main log file FD
2015-02-23 Karolin SeegerVERSION: Bump version up to 4.1.18.
2015-02-23 Karolin SeegerVERSION: Disable git snapshots for the 4.1.17 release.
2015-02-23 Karolin SeegerWHATSNEW: Add release notes for Samba 4.1.17.
2015-02-23 Andreas Schneiders3-netlogon: Make sure we do not deference a NULL pointer.
2015-02-23 Jeremy AllisonCVE-2015-0240: s3: netlogon: Ensure we don't call tallo...
2015-02-21 Karolin SeegerVERSION: Disable git snapshots for the 4.1.17 release. samba-4.1.17
2015-02-21 Karolin SeegerWHATSNEW: Add release notes for Samba 4.1.17.
2015-02-21 Andreas Schneiders3-netlogon: Make sure we do not deference a NULL pointer.
2015-02-21 Jeremy AllisonCVE-2015-0240: s3: netlogon: Ensure we don't call tallo...
2015-02-16 Jeremy Allisons3: smbclient: Allinfo leaves the file handle open.
2015-02-10 David Disseldorpprinting/cups: pack requested-attributes with IPP_TAG_K...
2015-02-10 Karolin SeegerVERSION: Re-enable git snapshots.
2015-02-10 Karolin SeegerVERSION: Bump version up to 4.1.17.
2015-02-02 Stefan Metzmachers3:smb2_server: protect against integer wrap with ...
2015-02-02 Stefan Metzmachers3:smb2_server: always try to grant the credits the...
next