summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s4:lsa open trusted domain also with dns nameSimo Sorce2010-02-191-3/+7
* remove trailing tabs and spacesSimo Sorce2010-02-191-9/+9
* Second part of fix for bug #7159 - client rpc_transport doesn't cope with bad...Jeremy Allison2010-02-191-0/+6
* First part of fix for bug #7159 - client rpc_transport doesn't cope with bad ...Jeremy Allison2010-02-192-0/+16
* readability reformattingSimo Sorce2010-02-191-28/+36
* s4:rpc_server Add a 'if_version' parameter to the bind operation.Andrew Bartlett2010-02-205-6/+8
* librpc When sending endpoint mapper requests, include the minor if_versionAndrew Bartlett2010-02-201-1/+16
* s4-smbtorture: more work on devicemode tests.Günther Deschner2010-02-191-35/+63
* s4-smbtorture: explain failure conditions in printer device mode tests a litt...Günther Deschner2010-02-191-11/+20
* s4-smbtorture: add --option=torture:spoolss_check_size=yes.Günther Deschner2010-02-191-0/+6
* s4-smbtorture: print more comments while running SD and DM tests in RPC-SPOOL...Günther Deschner2010-02-191-15/+14
* testprogs: ignore GetJob level 3 and 4 against samba for now.Günther Deschner2010-02-192-1/+3
* librpc/ndr: don't overwrite the content in ndr_push_relative_ptr2_end()Stefan Metzmacher2010-02-191-2/+8
* s4:selftest Add test for the RPC proxyAndrew Bartlett2010-02-191-0/+3
* s4:selftest Add infrastructure for testing against an RPC proxyAndrew Bartlett2010-02-192-11/+117
* misc.idl: Add reference to the slightly odd representation of if_versionAndrew Bartlett2010-02-191-0/+3
* s4:rpc_server Record the remote connections association group IDAndrew Bartlett2010-02-192-6/+39
* s4:winbind Make the 'no SID found' message even more detailedAndrew Bartlett2010-02-192-5/+26
* More fixes for bug #7146 - Samba miss-parses authenticated RPC packets.Jeremy Allison2010-02-181-16/+31
* s3-spoolss: add support for _spoolss_SetPrinter level 8.Günther Deschner2010-02-191-1/+65
* nss_wrapper: fix segfault in print_group() in the testsuiteMichael Adam2010-02-191-1/+1
* More fixes for bug #7146 - Samba miss-parses authenticated RPC packets.Jeremy Allison2010-02-181-14/+16
* s4-smbtorture: add LOCAL-NSS-WRAPPER-DUPLICATES test.Günther Deschner2010-02-181-1/+92
* s4-smbtorture: be more verbose in LOCAL-NSS-WRAPPER.Günther Deschner2010-02-181-4/+4
* s3: optimize strict allocate for XFS on IRIXBjörn Jacke2010-02-181-0/+25
* testprogs: add tests for GetJob() to spoolss test.Günther Deschner2010-02-181-0/+106
* Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...Jeremy Allison2010-02-181-0/+1
* Fix bug #7154 - mangling method = hash can crash storing a name not containin...Jeremy Allison2010-02-181-3/+5
* testprogs: add RPC_S_PROCNUM_OUT_OF_RANGE error.Günther Deschner2010-02-181-0/+2
* spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves dev...Günther Deschner2010-02-184-239/+239
* spoolss: add spoolss_security_descriptor.Günther Deschner2010-02-185-52/+115
* s3: re-run make samba3-idl.Günther Deschner2010-02-185-1263/+1627
* security: make two bitmaps public.Günther Deschner2010-02-181-2/+2
* spoolss: make two bitmaps public.Günther Deschner2010-02-181-2/+2
* spoolss: make all security descriptors and devicemodes 4 byte aligned and add...Stefan Metzmacher2010-02-181-8/+8
* spoolss: set NDR_RELATIVE_REVERSE flag for various unions that have relative ...Günther Deschner2010-02-181-10/+10
* ndr_spoolss_buf: use LIBNDR_FLAG_NO_NDR_SIZE in NDR_SPOOLSS_SIZE_*Stefan Metzmacher2010-02-181-2/+2
* spoolss: use subcontext in NDR_SPOOLSS_PUSH_ENUM_OUT macro.Stefan Metzmacher2010-02-181-1/+4
* libndr: fix ndr_size_* calculation with relative reverse buffersStefan Metzmacher2010-02-181-0/+6
* libndr: for now align reverse relative pointers to 2 bytes by default.Stefan Metzmacher2010-02-181-0/+3
* libndr: implement LIBNDR_RELATIVE_REVERSE handlingStefan Metzmacher2010-02-182-3/+87
* libndr: store a subcontext buffer size in ndr_push_subcontext_start.Günther Deschner2010-02-182-0/+2
* libndr: give an error when ndr_push_relative_ptr2_start()/_end() is used with...Stefan Metzmacher2010-02-181-1/+6
* libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processingGünther Deschner2010-02-183-0/+7
* libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.Günther Deschner2010-02-182-0/+4
* libndr: change subcontext buffer allocation to allocate on subcontext_start.Günther Deschner2010-02-181-3/+7
* librpc/ndr: make ndr_push_relative_ptr2() staticStefan Metzmacher2010-02-182-2/+1
* librpc/ndr_krb5pac: use ndr_push_relative_ptr2_start()/_end()Stefan Metzmacher2010-02-181-1/+2
* librpc/ndr_drsblobs: use ndr_push_relative_ptr2_start()/_end()Stefan Metzmacher2010-02-181-2/+4
* spoolss: fix relative pointers in ndr_push_spoolss_DriverInfo101.Günther Deschner2010-02-181-10/+20