s3: Fix connecting to port-139 only servers
[samba.git] / source3 /
2011-03-05 Volker Lendeckes3: Fix connecting to port-139 only servers
2011-03-05 Karolin SeegerRevert "s3-printing: update parent smbd pcap cache"
2011-03-05 Karolin SeegerRevert "s3-printing: reload shares after pcap cache...
2011-03-05 Volker Lendeckes3: Fix bug 7917: Yet another bug in chain_reply
2011-03-05 Björn Baumbachs3-rpcclient: Fix bug #7880: cmd_spoolss_deletedriver...
2011-03-05 David Disseldorps3-printing: update parent smbd pcap cache
2011-03-05 David Disseldorps3-printing: reload shares after pcap cache fill
2011-03-05 Günther Deschners3-spoolss: Fix Bug #7641: handle win9x adddriver calls...
2011-03-05 Andrew Bartletts3-dns Don't use DELEG_FLAG in DNS update, Windows...
2011-03-05 Andrew Bartletts3-dns Don't use SEQUENCE_FLAG in DNS update, Windows...
2011-03-05 Stefan Metzmachers3:net_rpc_vampire_keytab: don't return -1 on success...
2011-03-05 Björn Baumbachs3-nmbd: Fix bug #7875
2011-03-05 Stefan Metzmachers3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we...
2011-03-05 Stefan Metzmachers3:libsmb: use 16 zero bytes as channel binding checksu...
2011-03-05 Andrew Bartletts3-krb5 Fix Kerberos on FreeBSD with Samba4 DCs
2011-03-05 Volker Lendeckes3: Fix a memleak in receive_getdc_response
2011-03-05 Volker Lendeckes3: Fix bug 7066 -- wbcAuthenticateEx gives unix times
2011-03-05 Volker Lendeckes3: Fix another aspect of bug 7262
2011-03-05 Björn Jackeѕ3/configue: set Tru64 cc's PIC switch right (none)
2011-03-05 Michael Adams3:winbind: fix bug #7894 - sporadic winbind panic...
2011-03-05 Jeremy AllisonFix bug #7892 - open_file_fchmod() leaves a stale lock.
2011-03-05 Volker Lendeckes3: Use smbsock_any_connect in winbind
2011-03-05 Volker Lendeckes3: Retry *SMBSERVER in nb_connect
2011-03-05 Volker Lendeckes3: Add smbsock_any_connect
2011-03-05 Volker Lendeckes3: Add an async smbsock_connect
2011-03-05 Volker Lendeckev3-5-test: Pull in tevent_req_poll_ntstatus from master
2011-03-05 Volker Lendeckes3: Add async cli_session_request
2011-03-05 Volker Lendeckes3: Add some const to name_mangle()
2011-03-05 Stefan Metzmachers3:net ads dns register: use "cluster addresses" option...
2011-03-05 Michael Adams3:net ads dns register: add support for specifying...
2011-03-05 Michael Adams3:net: add net_update_dns_ext() that accepts a list...
2011-03-05 Michael Adams3:net: disable dynamic dns updates at the end of ...
2011-03-05 Andrew Bartletts3-net Allow 'net ads dns register' to take an optional...
2011-03-05 Stefan Metzmachers3:ntlm_auth: support clients which offer a spnego...
2011-03-05 Stefan Metzmachers3:ntlm_auth: free session key, as we don't use it...
2011-03-05 Stefan Metzmachers3:ntlm_auth: fix memory leak in the raw ntlmssp code...
2011-03-05 Stefan Metzmachers3: Correctly unwrap the krb ticket in gss-spnego ...
2011-03-05 Volker Lendeckes3: Fall back to raw NTLMSSP for the gss-spnego protocol
2011-03-05 Stefan Metzmachers3: Split off output generation from manage_squid_ntlms...
2011-03-05 Volker Lendeckes3: Wrap the ntlm_auth loop with a talloc_stackframe...
2011-03-05 Volker Lendeckes3: Fix some debug msgs in ntlm_auth (cherry picked...
2011-03-05 Volker Lendeckentlm_auth: Fix a valgrind error (cherry picked from...
2011-03-05 Jeremy Allisons3: Fix bug 7843: Expand the local SAMs aliases
2011-03-05 Volker Lendeckes3: Fix bug 7842: WINBINDD_LOOKUPRIDS does not return...
2011-03-05 Volker Lendeckes3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong...
2011-03-05 Jeremy AllisonFix bug #7835 - vfs_fill_sparse() doesn't use posix_fal...
2011-03-05 Volker Lendeckes3: Fix "force group" with ntlmssp guest session setup
2011-03-05 Volker Lendeckes3: Make winbind recover from a signing error
2011-03-05 olivierswitch from mtime to ctime which is more reliable if...
2011-03-05 Jeremy AllisonFix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inherita...
2011-03-05 Jeremy AllisonFix our privileges code to display privileges with...
2011-03-05 Jeremy AllisonAdd SeSecurityPrivilige.
2011-03-05 Jeremy AllisonEnsure we have correct parameters to use Windows ACL...
2011-03-05 Jeremy AllisonAdd acl_xattr:ignore system acls boolean (normally...
2011-03-05 Jeremy AllisonAdd make_default_filesystem_acl() function to be used...
2011-03-05 Jeremy AllisonFix handling of "NULL" DACL. Map to u/g/w - rwx.
2011-03-05 Jeremy AllisonFix "force unknown ACL user" to strip out foreign SIDs...
2011-03-05 Jeremy AllisonAdd debug message to get_nt_acl_internal() to see what...
2011-03-05 Jeremy AllisonFix valgrind "uninitialized read" error on "info" when...
2011-03-05 Jeremy AllisonFix bug #7734 - When creating files with "inherit ACLs...
2011-03-05 Jeremy AllisonFix bug #7733 - Invalid client DOS attributes on create...
2011-03-05 Jeremy AllisonMake the vfs_acl_xattr and other modules work with...
2011-03-05 Jeremy AllisonCanonicalize incoming and outgoing ACLs.
2011-03-05 Jeremy AllisonMake the posix ACL module cope with a NULL incoming...
2011-03-05 Jeremy AllisonFix bug #7785 - atime limit.
2011-03-05 Jeremy AllisonFix bug #7791 - gvfsd-smb (Gnome vfs) fails to copy...
2011-03-05 Jeremy AllisonSecond part of fix for bug #7777 - When requesting...
2011-03-05 Jeremy AllisonFirst part of fix for bug #7777 - When requesting looku...
2011-03-05 Volker Lendeckes3: Fix bug 7779, crash in expand_msdfs
2011-03-05 Volker Lendeckes3: Fix a getgrent crash with many groups
2011-03-05 Jeremy AllisonFix bug #7744 - "dfree cache time" doesn't work.
2011-03-05 Jeremy AllisonFix bug #7743 - Inconsistent use of system name lookup...
2011-03-05 Volker Lendeckes3: Fix bug 7730 -- crash in winbindd_dsgetdcname.c
2011-03-05 Jeremy AllisonFix bug 7716 - acl_xattr and acl_tdb modules don't...
2011-03-05 Volker Lendeckes3: Attempt to fix bug 7665
2011-03-05 Michael Adams3:librpc/ndr: use new strlen_m_ext_term() in ndr_chars...
2011-03-05 Stefan Metzmacherlibrpc/ndr: correctly implement ndr_charset_length()
2011-03-05 Michael Adams3:lib/util_str: add strlen_m_ext_term() - variant...
2011-03-05 Michael Adams3:lib/util_str: add strlen_m_ext() that takes the...
2011-03-05 Jeremy AllisonFix bug 7409 - Thousands of reduce_name: couldn't get...
2011-02-28 Karolin SeegerVERSION: Bump version number up to 3.5.8.
2011-02-27 Jeremy AllisonFix denial of service - memory corruption.
2010-10-08 Karolin SeegerVERSION: Bump version number up to 3.5.7.
2010-10-07 Volker Lendeckes3: Stop using the write cache after an oplock break
2010-10-07 Jeremy AllisonFix bug 7694 - Crash bug with invalid SPNEGO token.
2010-10-06 Jeremy AllisonFix bug #7698 - Assert causes smbd to panic on invalid...
2010-10-06 Volker Lendeckes3: Fix bug 7470
2010-09-27 Volker Lendeckes3: Fix bug 7688, rpcclient command line completion...
2010-09-27 Volker Lendeckes3: Remove a global variable in bugfix for bug 7665
2010-09-27 Günther Deschners3-libnetapi: Fix Bug #7665, memory leak in netapi...
2010-09-27 Björn Jackes3: fix build on platforms without st_blocks and st_blk...
2010-09-27 Jeremy AllisonFix bug #7693 - smbd changing mode of files on rename
2010-09-27 Chere Zhous3:smbd: Align change notify replies on 4-byte boundary
2010-09-27 Günther Deschners3-spoolss: add and use spoolss_printerinfo2_to_setprin...
2010-09-27 Günther Deschners3-rpcclient: fix two more invalid typecasts in spoolss...
2010-09-27 Günther Deschners3-net: fix a "dereferencing type-punned pointer will...
2010-09-27 Volker Lendeckes3: Cache results of finding printer names
2010-09-27 Jeremy AllisonFix bug #7651 - mknod and mkfifo fails with "No such...
2010-09-27 Günther Deschners3-dcerpc: avoid talloc_move on schannel creds in cli_r...
2010-09-27 Jeremy AllisonFinal part of fix for bug #7636 - winbind internal...
next