Age | Commit message (Expand) | Author | Files | Lines |
2008-02-21 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 2 | -2/+11 |
2008-02-21 | Remove extra whitespace, use public variable in IDL. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-21 | srvsvc.idl: don't use STR_LEN4 anymore | Stefan Metzmacher | 1 | -1/+10 |
2008-02-21 | samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfo | Stefan Metzmacher | 1 | -1/+1 |
2008-02-19 | initshutdown.idl: get rid of initshutdown_String and use lsa_StringLarge | Stefan Metzmacher | 1 | -13/+12 |
2008-02-19 | winreg.idl: get rid of initshutdown_String and use lsa_StringLarge | Stefan Metzmacher | 1 | -3/+11 |
2008-02-19 | drsblobs.idl: don't use asclstr | Stefan Metzmacher | 1 | -1/+2 |
2008-02-19 | lsa.idl: strlen_m*() also for the lsa_AsciiString* versions | Stefan Metzmacher | 1 | -4/+4 |
2008-02-19 | lsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL strings | Stefan Metzmacher | 1 | -1/+1 |
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-15 | lsa.idl: add lsa_AsciiStringLarge | Stefan Metzmacher | 1 | -0/+6 |
2008-02-15 | lsa.idl: don't use ascstr_noterm anymore | Stefan Metzmacher | 1 | -3/+3 |
2008-02-15 | epmapper.idl: don't use ascstr2 anymore | Stefan Metzmacher | 1 | -1/+10 |
2008-02-15 | epmapper.idl: add link to official IDL | Stefan Metzmacher | 1 | -0/+1 |
2008-02-15 | dcerpc.idl: use charset() instead of ascstr3 | Stefan Metzmacher | 1 | -1/+2 |
2008-02-15 | ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ... | Stefan Metzmacher | 1 | -0/+3 |
2008-02-15 | drsuapi.idl: use charset() instead of the exotic flags() and string | Stefan Metzmacher | 1 | -3/+6 |
2008-02-15 | krb5pac.idl: use charset() instead of string type with flags | Stefan Metzmacher | 1 | -1/+2 |
2008-02-13 | idl_types: remove unused lstring | Stefan Metzmacher | 1 | -5/+0 |
2008-02-13 | spoolss.idl: improve idl for EnumPrinterData and not use 'lstring' any more | Stefan Metzmacher | 1 | -5/+6 |
2008-02-13 | missed a spot in the SMB2 create conversion | Andrew Tridgell | 1 | -3/+3 |
2008-02-12 | librpc: remove special support for fixed length strings | Stefan Metzmacher | 3 | -58/+1 |
2008-02-12 | spoolss.idl: don't use string32 anymore and use an charset() array | Stefan Metzmacher | 1 | -2/+2 |
2008-02-12 | nbt.idl: don't use astring15 anymore and use an charset() array | Stefan Metzmacher | 1 | -1/+1 |
2008-02-07 | wkssvc.idl: fix idl for wkssvc_NetrGetJoinableOus[2]() | Stefan Metzmacher | 1 | -2/+10 |
2008-02-04 | spoolss.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -68/+67 |
2008-02-04 | samr.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -48/+47 |
2008-02-04 | netlogon.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -78/+77 |
2008-02-04 | winreg.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -22/+21 |
2008-02-04 | svcctl.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -50/+49 |
2008-02-04 | wkssvc.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -72/+71 |
2008-02-04 | srvsvc.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -73/+72 |
2008-02-04 | Rework cluster_id() to take an additional argument, as we need | Andrew Bartlett | 1 | -1/+2 |
2008-01-30 | libndr: depend on samba-config, so that callers doesn't need to know about it | Stefan Metzmacher | 1 | -1/+1 |
2008-01-25 | Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion). | Günther Deschner | 1 | -1/+7 |
2008-01-24 | Add IDL for netr_LogonGetTrustRid. | Günther Deschner | 1 | -1/+5 |
2008-01-24 | Rename samr_*AccessMask bitfields to start with SAMR_. | Günther Deschner | 1 | -32/+32 |
2008-01-24 | netlogon.idl: add some MSV1_0_ values from samba3 and use a bitmap32 | Stefan Metzmacher | 1 | -4/+9 |
2008-01-24 | netlogon.idl: make use of bitmap samr_GroupAttrs | Stefan Metzmacher | 1 | -1/+2 |
2008-01-24 | netlogon.idl: remove unused netr_GroupsMembership structure | Stefan Metzmacher | 1 | -5/+0 |
2008-01-22 | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 1 | -3/+0 |
2008-01-22 | dcerpc_samr: Use manually written .pc file. | Jelmer Vernooij | 2 | -0/+12 |
2008-01-22 | dcerpc: Use manually written .pc files for dcerpc and ndr. | Jelmer Vernooij | 3 | -0/+24 |
2008-01-22 | python: Avoid duplicate copies of some objects in different packages. | Jelmer Vernooij | 3 | -967/+19 |
2008-01-21 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 1 | -12/+3 |
2008-01-21 | Be sure to pass iconv handle down to compression subcontexts (fixes | Andrew Bartlett | 1 | -0/+4 |
2008-01-21 | build: Demote a bunch of libraries to subsystems. This makes packaging easier... | Jelmer Vernooij | 1 | -12/+3 |
2008-01-16 | Add lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy enums from samba3 to IDL. | Günther Deschner | 1 | -1/+21 |
2008-01-15 | util: Move asn1 to lib/util to trim down the number of subsystems. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-14 | python: Enable building of the wkssvc python bindings. | Jelmer Vernooij | 1 | -0/+4 |