summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Update changes since 3.5.0rc3.samba-3.5.0Karolin Seeger2010-03-011-0/+14
* s3-net: fix net ads dns usage calls.Günther Deschner2010-03-011-3/+8
* s3-rpcclient: fix uninitialized variable in wkssvc_enumerateusers.Günther Deschner2010-03-011-2/+2
* s3: Fix but 7145 -- duplicate sam and unix accountsVolker Lendecke2010-03-012-0/+22
* s3:cli_netlogon: keep the the correct negotiate_flags on the cli->dc structureStefan Metzmacher2010-02-261-2/+6
* s3: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_sendVolker Lendecke2010-02-261-1/+2
* WHATSNEW: Prepare release notes for Samba 3.5.0.Karolin Seeger2010-02-261-7/+9
* VERSION: Raise version number up to 3.5.0.Karolin Seeger2010-02-261-1/+1
* WHATSNEW: Update changes since 3.5.0rc2.samba-3.5.0rc3Karolin Seeger2010-02-191-4/+13
* librpc/ndr: don't overwrite the content in ndr_push_relative_ptr2_end()Stefan Metzmacher2010-02-191-2/+8
* spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves dev...Günther Deschner2010-02-194-239/+239
* spoolss: add spoolss_security_descriptor.Günther Deschner2010-02-195-52/+115
* s3: re-run make samba3-idl.Günther Deschner2010-02-195-1243/+1607
* security: make two bitmaps public.Günther Deschner2010-02-191-2/+2
* spoolss: make two bitmaps public.Günther Deschner2010-02-191-2/+2
* spoolss: make all security descriptors and devicemodes 4 byte aligned and add...Stefan Metzmacher2010-02-191-8/+8
* spoolss: set NDR_RELATIVE_REVERSE flag for various unions that have relative ...Günther Deschner2010-02-191-10/+10
* ndr_spoolss_buf: use LIBNDR_FLAG_NO_NDR_SIZE in NDR_SPOOLSS_SIZE_*Stefan Metzmacher2010-02-191-2/+2
* spoolss: use subcontext in NDR_SPOOLSS_PUSH_ENUM_OUT macro.Stefan Metzmacher2010-02-191-1/+4
* libndr: fix ndr_size_* calculation with relative reverse buffersStefan Metzmacher2010-02-191-0/+6
* libndr: for now align reverse relative pointers to 2 bytes by default.Stefan Metzmacher2010-02-191-0/+3
* libndr: implement LIBNDR_RELATIVE_REVERSE handlingStefan Metzmacher2010-02-192-3/+87
* libndr: store a subcontext buffer size in ndr_push_subcontext_start.Günther Deschner2010-02-192-0/+2
* libndr: give an error when ndr_push_relative_ptr2_start()/_end() is used with...Stefan Metzmacher2010-02-191-1/+6
* libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processi...Günther Deschner2010-02-193-0/+7
* libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.Günther Deschner2010-02-192-0/+4
* libndr: change subcontext buffer allocation to allocate on subcontext_start.Günther Deschner2010-02-191-3/+7
* librpc/ndr: make ndr_push_relative_ptr2() staticStefan Metzmacher2010-02-192-2/+1
* librpc/ndr_krb5pac: use ndr_push_relative_ptr2_start()/_end()Stefan Metzmacher2010-02-191-1/+2
* librpc/ndr_drsblobs: use ndr_push_relative_ptr2_start()/_end()Stefan Metzmacher2010-02-191-2/+4
* spoolss: fix relative pointers in ndr_push_spoolss_DriverInfo101.Günther Deschner2010-02-191-10/+20
* s3: re-run make full_idl.Günther Deschner2010-02-196-172/+344
* pidl: use ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-191-1/+5
* libndr: add ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-192-0/+26
* Fix bug #7154 - mangling method = hash can crash storing a name not containin...Jeremy Allison2010-02-191-3/+5
* Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...Jeremy Allison2010-02-191-0/+1
* s3-docs: Remove trailing whitespaces and fix a typo.Karolin Seeger2010-02-191-3/+3
* s3:docs: add some advice for usage of strict allocateBjörn Jacke2010-02-191-6/+18
* tsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()Stefan Metzmacher2010-02-191-2/+4
* Fix commit d07cd37b993d3c9beded20323174633b806196b5Jeremy Allison2010-02-191-1/+4
* tsocket/bsd: fix bug #7115 FreeBSD includes the UDP header in FIONREADStefan Metzmacher2010-02-191-4/+6
* tsocket/bsd: set IPV6_V6ONLY on AF_INET6 socketsStefan Metzmacher2010-02-191-0/+36
* tsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6 based on the remote addre...Stefan Metzmacher2010-02-191-2/+53
* tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bs...Stefan Metzmacher2010-02-191-1/+1
* tsocket/bsd: fix do_bind logic for AF_INETStefan Metzmacher2010-02-191-2/+2
* socket_wrapper: also ignore AF_INET6 in swrap_setsockopt()Stefan Metzmacher2010-02-191-0/+4
* s3-modules: fix get_acl_blob in the acl_tdb VFS module.Günther Deschner2010-02-191-1/+1
* Fix bug #6557 - Do not work VFS full_auditJeremy Allison2010-02-181-19/+16
* s3: Fix bug 7139 owner of file not available with kerberos.Volker Lendecke2010-02-181-2/+32
* WHATSNEW: Update changes.Karolin Seeger2010-02-181-0/+4