summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Fix typo.samba-3.4.6Karolin Seeger2010-02-231-1/+1
* WHATSNEW: Update changes since 3.4.5.Karolin Seeger2010-02-221-0/+7
* librpc/ndr: don't overwrite the content in ndr_push_relative_ptr2_end()Stefan Metzmacher2010-02-221-2/+8
* spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves dev...Günther Deschner2010-02-224-238/+238
* spoolss: add spoolss_security_descriptor.Günther Deschner2010-02-225-52/+114
* s3: re-run make samba3-idl.Günther Deschner2010-02-225-1204/+1568
* security: make two bitmaps public.Günther Deschner2010-02-221-2/+2
* spoolss: make two bitmaps public.Günther Deschner2010-02-221-2/+2
* spoolss: make all security descriptors and devicemodes 4 byte aligned and add...Stefan Metzmacher2010-02-221-8/+8
* spoolss: set NDR_RELATIVE_REVERSE flag for various unions that have relative ...Günther Deschner2010-02-221-10/+10
* ndr_spoolss_buf: use LIBNDR_FLAG_NO_NDR_SIZE in NDR_SPOOLSS_SIZE_*Stefan Metzmacher2010-02-221-2/+2
* spoolss: use subcontext in NDR_SPOOLSS_PUSH_ENUM_OUT macro.Stefan Metzmacher2010-02-221-1/+4
* libndr: fix ndr_size_* calculation with relative reverse buffersStefan Metzmacher2010-02-221-0/+6
* libndr: for now align reverse relative pointers to 2 bytes by default.Stefan Metzmacher2010-02-221-0/+3
* libndr: implement LIBNDR_RELATIVE_REVERSE handlingStefan Metzmacher2010-02-222-3/+87
* libndr: store a subcontext buffer size in ndr_push_subcontext_start.Günther Deschner2010-02-222-0/+2
* libndr: give an error when ndr_push_relative_ptr2_start()/_end() is used with...Stefan Metzmacher2010-02-221-1/+6
* libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processi...Günther Deschner2010-02-223-0/+7
* libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.Günther Deschner2010-02-222-0/+4
* libndr: change subcontext buffer allocation to allocate on subcontext_start.Günther Deschner2010-02-221-3/+7
* librpc/ndr: make ndr_push_relative_ptr2() staticStefan Metzmacher2010-02-222-2/+1
* librpc/ndr_krb5pac: use ndr_push_relative_ptr2_start()/_end()Stefan Metzmacher2010-02-221-1/+2
* librpc/ndr_drsblobs: use ndr_push_relative_ptr2_start()/_end()Stefan Metzmacher2010-02-221-2/+4
* spoolss: fix relative pointers in ndr_push_spoolss_DriverInfo101.Günther Deschner2010-02-221-10/+20
* s3: re-run make full_idl.Günther Deschner2010-02-225-156/+312
* pidl: use ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-221-1/+5
* libndr: add ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-222-0/+26
* Fix bug #7154 - mangling method = hash can crash storing a name not containin...Jeremy Allison2010-02-221-3/+5
* Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...Jeremy Allison2010-02-221-0/+1
* Fix bug #6557 - Do not work VFS full_auditJeremy Allison2010-02-221-18/+16
* WHATSNEW: Update changes since 3.4.5.Karolin Seeger2010-02-171-2/+64
* cifs.upcall: allocate a talloc context for smb_krb5_unparse_nameJeff Layton2010-02-171-1/+4
* s3-docs: Add missing para end tag.Karolin Seeger2010-02-151-0/+1
* spoolss: disable GetPrinterDriver level 101 (as called by XP).Günther Deschner2010-02-151-5/+7
* s3-docs: fix eventlogadm manpage typo.Günther Deschner2010-02-151-1/+1
* Fixes issue with preexec scripts creating a share directory, and problems if ...Jeremy Allison2010-02-153-29/+68
* s3: Fix typo found by jhell <jhell@DataIX.net>Volker Lendecke2010-02-151-2/+2
* s3-spoolss: implement spoolss_EnumJobs level 3.Günther Deschner2010-02-151-0/+76
* s3:passdb: only use gid_to_sid() result if the result is a group of our local...Stefan Metzmacher2010-02-151-4/+16
* s3:pdb_ldap: don't search for the users primary group, if we already know itStefan Metzmacher2010-02-151-31/+35
* s3:pdb_ldap: optimize ldapsam_alias_memberships() and cache ldap searches.Stefan Metzmacher2010-02-152-7/+34
* s3:pdb_ldap: try to build the full unix_pw structure with ldapsam:trusted sup...Stefan Metzmacher2010-02-151-5/+85
* s3:passdb: speed up pdb_get_group_sid()Stefan Metzmacher2010-02-151-5/+28
* s3: Make pdb_copy_sam_account also copy the group sidVolker Lendecke2010-02-151-0/+4
* s3: shortcut gid_to_sid when "ldapsam:trusted = yes"Stefan Metzmacher2010-02-151-0/+72
* s3:is_trusted_domain: shortcut if domain name == global_sam_nameMichael Adam2010-02-151-0/+4
* s3:is_trusted_domain: shortcut if domain name is NULL or emptyMichael Adam2010-02-151-0/+4
* s3: shortcut uid_to_sid when "ldapsam:trusted = yes"Michael Adam2010-02-151-0/+75
* s3:smbd: also fill the memcache with sid<->id mappings in ldapsam_sid_to_id()Michael Adam2010-02-151-0/+2
* s3:smbd: make idmap cache persistent for "ldapsam:trusted".Michael Adam2010-02-151-0/+4