summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: re-run make full_idl.Günther Deschner2010-02-186-172/+344
* pidl: use ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-181-1/+5
* libndr: add ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-182-0/+26
* s3-docs: Remove trailing whitespaces and fix a typo.Karolin Seeger2010-02-181-3/+3
* s3:docs: add some advice for usage of strict allocateBjörn Jacke2010-02-181-6/+18
* s3-spoolss: Fix _spoolss_EnumPrinters servername handling.Günther Deschner2010-02-181-1/+1
* s3-selftest: fix return code for modprinter.pl -a.Günther Deschner2010-02-181-1/+2
* tsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()Stefan Metzmacher2010-02-181-2/+4
* Revert "Got back to 16-byte padding on auth RPC. S3 clients and servers now c...Jeremy Allison2010-02-171-6/+4
* s3-selftest: finally enable RPC-SPOOLSS-PRINTER against Samba 3.Günther Deschner2010-02-181-1/+2
* s3-selftest: include addprinter/deleteprinter command.Günther Deschner2010-02-183-0/+136
* s3-spoolss: fix return code of spoolss_DeletePrinter.Günther Deschner2010-02-181-1/+1
* s3-spoolss: in spoolss_EnumPrinters r->in.server is a *unique* pointer!Günther Deschner2010-02-181-3/+5
* s3-spoolss: more AddPrinter{Ex} checks.Günther Deschner2010-02-181-0/+18
* s3-spoolss: add some printer info validation for AddPrinter calls.Günther Deschner2010-02-181-0/+22
* testprogs: print SDDL string of printer security descriptorsGünther Deschner2010-02-181-1/+11
* s3-modules: fix get_acl_blob in the acl_tdb VFS module.Günther Deschner2010-02-181-1/+1
* s4-smbtorture: skip printer info cross tests against samba 3 for now.Günther Deschner2010-02-181-0/+4
* s4-smbtorture: try more combinations to find printers in test_EnumPrinters_fi...Günther Deschner2010-02-181-0/+14
* s4-smbtorture: simplify test_PrinterInfo_DevMode a bit.Günther Deschner2010-02-181-17/+4
* s4-smbtorture: avoid potential loop while adding a new printer in RPC-SPOOLSS...Günther Deschner2010-02-181-0/+7
* s3-rpcclient: fix uninitialized variable in wkssvc_enumerateusers.Günther Deschner2010-02-181-2/+2
* Got back to 16-byte padding on auth RPC. S3 clients and servers now cope with...Jeremy Allison2010-02-171-4/+6
* s4:param Modify secrets_get_domain_sid to give more useful errorsAndrew Bartlett2010-02-185-87/+55
* Fix bug #7146 - Samba miss-parses authenticated RPC packets.Jeremy Allison2010-02-174-138/+363
* Fix bug #6557 - Do not work VFS full_auditJeremy Allison2010-02-171-51/+34
* s3: go straight to winbindd_dual_pam_auth() in case of !NT_STATUS_OKLars Müller2010-02-171-1/+1
* s3: let the pam_winbind po files reference the correct locationLars Müller2010-02-1720-644/+644
* Fix commit d07cd37b993d3c9beded20323174633b806196b5Jeremy Allison2010-02-171-1/+4
* s4/rodc: change the libnet_become_dc code to do RODC joinAnatoliy Atanasov2010-02-173-6/+59
* s4/drs: add DRSUAPI_ATTRIBUTE_options attributeAnatoliy Atanasov2010-02-173-1/+5
* s4/drs:kccdrs_replica_get_info_obj_metadata implementationAnatoliy Atanasov2010-02-176-132/+208
* s4/ldap: Refactor the fix for ldap nested searchesKamen Mazdrashki2010-02-172-13/+15
* tsocket/bsd: fix bug #7115 FreeBSD includes the UDP header in FIONREADStefan Metzmacher2010-02-171-4/+6
* tsocket/bsd: set IPV6_V6ONLY on AF_INET6 socketsStefan Metzmacher2010-02-171-0/+36
* tsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6 based on the remote addre...Stefan Metzmacher2010-02-171-2/+53
* tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bs...Stefan Metzmacher2010-02-171-1/+1
* tsocket/bsd: fix do_bind logic for AF_INETStefan Metzmacher2010-02-171-2/+2
* socket_wrapper: also ignore AF_INET6 in swrap_setsockopt()Stefan Metzmacher2010-02-171-0/+4
* cifs.upcall: allocate a talloc context for smb_krb5_unparse_nameJeff Layton2010-02-171-1/+4
* s3: Fix bug 7139Volker Lendecke2010-02-171-2/+32