2015-04-28 |
Richard Sharpe | Make sure we initialize conn to NULL, because a routine... |
commit | commitdiff | tree |
2015-04-28 |
Ralph Boehme | s3:smbd: update comment to correctly reflect MS-SMB2 |
commit | commitdiff | tree |
2015-04-28 |
Ralph Boehme | s3:smbd: missing tevent_req_nterror |
commit | commitdiff | tree |
2015-04-21 |
David Disseldorp | spoolss: purge the printer name cache on name change |
commit | commitdiff | tree |
2015-04-20 |
Jeremy Allison | s3: libsmbclient: After getting attribute server, ensur... |
commit | commitdiff | tree |
2015-04-08 |
Jeremy Allison | s3: Fix fsctl_validate_neg_info to pass MS compliance... |
commit | commitdiff | tree |
2015-04-08 |
Jeremy Allison | s3: Refactor smbd_smb2_request_process_negprot |
commit | commitdiff | tree |
2015-04-08 |
Andreas Schneider | s3-passdb: Fix 'force user' with winbind default domain |
commit | commitdiff | tree |
2015-04-08 |
Andreas Schneider | s4-process_model: Do not close random fds while forking. |
commit | commitdiff | tree |
2015-04-08 |
Jeremy Allison | s3: libsmbclient: Add missing talloc stackframe. |
commit | commitdiff | tree |
2015-04-08 |
Stefan Metzmacher | s4:auth/gensec_gssapi: let gensec_gssapi_update() retur... |
commit | commitdiff | tree |
2015-03-28 |
Jeremy Allison | s3: client - "client use spnego principal = yes" code... |
commit | commitdiff | tree |
2015-03-27 |
Jeremy Allison | docs: Mark 'client use spnego principal' as deprecated... |
commit | commitdiff | tree |
2015-03-27 |
Michael Adam | s3:winbind:grent: don't stop group enumeration when... |
commit | commitdiff | tree |
2015-03-24 |
Jeremy Allison | s3: lib: libsmbclient: If reusing a server struct,... |
commit | commitdiff | tree |
2015-03-24 |
Jeremy Allison | s3: libcli: smb1: Ensure we correctly finish a tevent... |
commit | commitdiff | tree |
2015-03-24 |
Jeremy Allison | s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO... |
commit | commitdiff | tree |
2015-03-24 |
Jeremy Allison | s4: lib: auth: If NTLMSSP_NEGOTIATE_TARGET_INFO isn... |
commit | commitdiff | tree |
2015-03-24 |
David Disseldorp | docs/idmap_rid: remove deprecated base_rid from example |
commit | commitdiff | tree |
2015-03-15 |
Stefan Metzmacher | talloc: version 2.1.2 |
commit | commitdiff | tree |
2015-03-15 |
Stefan Metzmacher | talloc: fix _talloc_total_limit_size prototype |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | lib: talloc: Test suite for the new destructor reparent... |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | lib: talloc: Allow destructors to reparent the object... |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | lib: talloc: Fix bug when calling a destructor. |
commit | commitdiff | tree |
2015-03-15 |
Michael Adam | talloc:build: improve detection of srcdir |
commit | commitdiff | tree |
2015-03-15 |
Stefan Metzmacher | talloc: version 2.1.1 |
commit | commitdiff | tree |
2015-03-15 |
Stefan Metzmacher | talloc/tests: avoid some unused variable warnings |
commit | commitdiff | tree |
2015-03-15 |
Stefan Metzmacher | talloc: fix compiler warning |
commit | commitdiff | tree |
2015-03-15 |
Stefan Metzmacher | talloc: check for TALLOC_GET_TYPE_ABORT_NOOP |
commit | commitdiff | tree |
2015-03-15 |
Stefan Metzmacher | talloc: avoid a function call in TALLOC_FREE() if possible. |
commit | commitdiff | tree |
2015-03-15 |
Stefan Metzmacher | talloc: inline talloc_get_name() |
commit | commitdiff | tree |
2015-03-15 |
Stefan Metzmacher | talloc: inline more static functions |
commit | commitdiff | tree |
2015-03-15 |
Volker Lendecke | talloc: Tune talloc_vasprintf |
commit | commitdiff | tree |
2015-03-15 |
Lukas Slebodnik | talloc: Update flags in pytalloc-util pkgconfig file |
commit | commitdiff | tree |
2015-03-15 |
Jelmer Vernooij | Add a basic guide on pytalloc. |
commit | commitdiff | tree |
2015-03-15 |
Andreas Schneider | talloc: Add a warning to talloc_reference() documentation. |
commit | commitdiff | tree |
2015-03-15 |
Volker Lendecke | talloc: Test the pooled object |
commit | commitdiff | tree |
2015-03-15 |
Volker Lendecke | talloc: Add talloc_pooled_object |
commit | commitdiff | tree |
2015-03-15 |
Volker Lendecke | talloc: Allow nested pools. |
commit | commitdiff | tree |
2015-03-15 |
Volker Lendecke | talloc: Add a separate pool size |
commit | commitdiff | tree |
2015-03-15 |
Volker Lendecke | talloc: Put pool-specific data before the chunk |
commit | commitdiff | tree |
2015-03-15 |
Volker Lendecke | talloc: Introduce __talloc_with_prefix |
commit | commitdiff | tree |
2015-03-15 |
Volker Lendecke | talloc: Decouple the dual use of chunk->pool |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | Fix valgrind errors with memmove and talloc pools. |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | Add simple limited pool tests to test_memlimit(). |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | Remove talloc_memlimit_update(). No longer used. |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | Inside _talloc_realloc(), keep track of size changes... |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | Don't call talloc_memlimit_update() inside _talloc_real... |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | Fix a conditional check. (size - tc->size > 0) is alway... |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | In _talloc_steal_internal(), correctly decrement the... |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | Inside _talloc_free_internal(), always call talloc_meml... |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | Update memory limits when we call free() on a pool. |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | Change __talloc() to only call talloc_memlimit_check... |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | Change _talloc_total_mem_internal() to ignore memory... |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | Remove magic TC_HDR_SIZE handling inside talloc_memlimi... |
commit | commitdiff | tree |
2015-03-15 |
Jeremy Allison | Start to fix talloc memlimits with talloc pools. |
commit | commitdiff | tree |
2015-03-15 |
Michael Adam | s3-winbind: Fix chached user group lookup of trusted... |
commit | commitdiff | tree |
2015-03-15 |
Andreas Schneider | spoolss: retrieve published printer GUID if not in... |
commit | commitdiff | tree |
2015-03-15 |
Andreas Schneider | printing: rework nt_printer_guid_store to return errors |
commit | commitdiff | tree |
2015-03-15 |
David Disseldorp | printing: add nt_printer_guid_retrieve() helper |
commit | commitdiff | tree |
2015-03-15 |
David Disseldorp | printing: split out printer DN and GUID retrieval |
commit | commitdiff | tree |
2015-03-03 |
Andreas Schneider | doc-xml: Add 'sharesec' reference to 'access based... |
commit | commitdiff | tree |
2015-03-03 |
Ira Cooper | smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT. |
commit | commitdiff | tree |
2015-02-26 |
Stefan Metzmacher | Merge tag 'samba-4.1.17' into v4-1-test |
commit | commitdiff | tree |
2015-02-25 |
Michael Adam | doc:man:vfs_glusterfs: improve the configuration section. |
commit | commitdiff | tree |
2015-02-25 |
Michael Adam | doc:man:vfs_glusterfs: improve and update description. |
commit | commitdiff | tree |
2015-02-25 |
Michael Adam | doc:man:vfs_glusterfs: remove extra % signs. |
commit | commitdiff | tree |
2015-02-25 |
Andrew Bartlett | debug: Set close-on-exec for the main log file FD |
commit | commitdiff | tree |
2015-02-23 |
Karolin Seeger | VERSION: Bump version up to 4.1.18. |
commit | commitdiff | tree |
2015-02-23 |
Karolin Seeger | VERSION: Disable git snapshots for the 4.1.17 release. |
commit | commitdiff | tree |
2015-02-23 |
Karolin Seeger | WHATSNEW: Add release notes for Samba 4.1.17. |
commit | commitdiff | tree |
2015-02-23 |
Andreas Schneider | s3-netlogon: Make sure we do not deference a NULL pointer. |
commit | commitdiff | tree |
2015-02-23 |
Jeremy Allison | CVE-2015-0240: s3: netlogon: Ensure we don't call tallo... |
commit | commitdiff | tree |
2015-02-21 |
Karolin Seeger | VERSION: Disable git snapshots for the 4.1.17 release. samba-4.1.17 |
commit | commitdiff | tree |
2015-02-21 |
Karolin Seeger | WHATSNEW: Add release notes for Samba 4.1.17. |
commit | commitdiff | tree |
2015-02-21 |
Andreas Schneider | s3-netlogon: Make sure we do not deference a NULL pointer. |
commit | commitdiff | tree |
2015-02-21 |
Jeremy Allison | CVE-2015-0240: s3: netlogon: Ensure we don't call tallo... |
commit | commitdiff | tree |
2015-02-16 |
Jeremy Allison | s3: smbclient: Allinfo leaves the file handle open. |
commit | commitdiff | tree |
2015-02-10 |
David Disseldorp | printing/cups: pack requested-attributes with IPP_TAG_K... |
commit | commitdiff | tree |
2015-02-10 |
Karolin Seeger | VERSION: Re-enable git snapshots. |
commit | commitdiff | tree |
2015-02-10 |
Karolin Seeger | VERSION: Bump version up to 4.1.17. |
commit | commitdiff | tree |
2015-02-02 |
Stefan Metzmacher | s3:smb2_server: protect against integer wrap with ... |
commit | commitdiff | tree |
2015-02-02 |
Stefan Metzmacher | s3:smb2_server: always try to grant the credits the... |
commit | commitdiff | tree |
2015-01-29 |
Garming Sam | dsdb: Add tokenGroupsGlobalAndUniversal, tokenGroups... |
commit | commitdiff | tree |
2015-01-26 |
Karolin Seeger | Revert "dsdb: Add tokenGroupsGlobalAndUniversal, tokenG... |
commit | commitdiff | tree |
2015-01-26 |
Andreas Schneider | s3-pam_smbpass: Fix memory leak in pam_sm_authenticate(). |
commit | commitdiff | tree |
2015-01-26 |
Andreas Schneider | utils: Fix 'net time' segfault. |
commit | commitdiff | tree |
2015-01-26 |
Michael Adam | cli_connect_nb_send: don't segfault on host == NULL. |
commit | commitdiff | tree |
2015-01-26 |
Ira Cooper | vfs_glusterfs: Add comments to the pipe(2) code. |
commit | commitdiff | tree |
2015-01-26 |
Volker Lendecke | vfs: Fix a typo |
commit | commitdiff | tree |
2015-01-26 |
Michael Adam | vfs:glusterfs: whitespace fix. |
commit | commitdiff | tree |
2015-01-26 |
Ira Cooper | vfs_glusterfs: Replace eventfd with pipes, for AIO use |
commit | commitdiff | tree |
2015-01-26 |
raghavendra... | vfs/glusterfs: Change xattr key to match gluster key. |
commit | commitdiff | tree |
2015-01-26 |
Poornima G | vfs_glusterfs: Implement AIO support |
commit | commitdiff | tree |
2015-01-26 |
Poornima G | vfs_glusterfs: Change sys_get_acl_file/fd to return... |
commit | commitdiff | tree |
2015-01-26 |
raghavendra... | vfs_glusterfs: Set connectpath as snapdir-entry-path. |
commit | commitdiff | tree |
2015-01-26 |
raghavendra... | vfs_glusterfs: Remember the connect path too for reopening. |
commit | commitdiff | tree |
2015-01-26 |
Poornima G | vfs_glusterfs: In vfs_gluster_sys_acl_get_file/fd,... |
commit | commitdiff | tree |
2015-01-26 |
David Disseldorp | libsmb: provide authinfo domain for encrypted session... |
commit | commitdiff | tree |
2015-01-26 |
David Disseldorp | libsmb: provide authinfo domain for DFS referral auth |
commit | commitdiff | tree |
next |