summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Expand)AuthorAgeFilesLines
* idl: Added missing endpoint mapper defines.Andreas Schneider2011-01-271-10/+23
* librpc: Added support to accept netbios names.Andreas Schneider2011-01-271-1/+2
* idl: add file_id idl.Günther Deschner2011-01-253-1/+20
* waf: share libndr.so between samba3 and samba4.Günther Deschner2011-01-251-0/+10
* libndr: move ndr_print_bool to ndr_basic.cGünther Deschner2011-01-252-0/+7
* s4-dns: renamed DNS_TYPE_ZERO to DNS_TYPE_TOMBSTONEAndrew Tridgell2011-01-141-1/+2
* drsuapi.idl: add some more DRSUAPI_ATTID_* valuesStefan Metzmacher2011-01-121-0/+5
* idl: Add IDL for remote key backup protocol (rkbp)Matthieu Patou2011-01-125-1/+348
* idl: remove protected storageMatthieu Patou2011-01-123-25/+1
* netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner2011-01-071-1/+1
* wmi: Remove unnecessary noprint statements.Jelmer Vernooij2011-01-013-25/+20
* dns: fixed dns record formatAndrew Tridgell2010-12-221-7/+25
* dns: cope with trailing '.' in dns_nameAndrew Tridgell2010-12-211-1/+7
* librpc/ndr/ndr_*.c - remove "const" from OIDsMatthias Dieter Wallnöfer2010-12-212-2/+2
* dns: fixed the padding for dnsp_name fields in LDAPAndrew Tridgell2010-12-211-4/+18
* dns: auto-calculate the wDataLength field in DNS recordsAndrew Tridgell2010-12-211-2/+2
* dnsp: fixed parsing of dns_name structuresAndrew Tridgell2010-12-211-3/+4
* spoolss: fill in PerMachineConnections add and delete IDL.Günther Deschner2010-12-161-3/+9
* drsblobs.idl: remove nopython from package_PrimaryKerberosBlob related stuffStefan Metzmacher2010-12-101-8/+8
* s4-lsa Implement kerberos ticket life policyAndrew Bartlett2010-12-091-1/+4
* dcerpc.idl: fix typo 0x800000000 => 0x80000000Stefan Metzmacher2010-12-081-1/+1
* Add ncacn_http (RTS) IDL implementation in dcerpc.idlJulien Kerihuel2010-12-081-1/+153
* s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell2010-12-082-2/+2
* ndr: Another try to support the build on non-IPv6 systemsKai Blin2010-12-081-2/+4
* s3/s4:lsa.idl - QueryDomainInformationPolicy - the "unknown6" field is called...Matthias Dieter Wallnöfer2010-12-031-2/+2
* librpc: fix builds without IPv6 suport (HP-UX 11.00)Björn Jacke2010-11-261-0/+2
* librpc/ndr: use new strlen_m_ext_term() in ndr_charset_length(): fix bug #7594Michael Adam2010-11-031-2/+2
* lib/util Remove setup_logging_stdout()Andrew Bartlett2010-11-011-1/+1
* s4-druspia.idl: rename DRSUAPI_ATTID_NONE to DRSUAPI_ATTID_INVALIDKamen Mazdrashki2010-10-311-1/+2
* idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki2010-10-312-110/+110
* s4-build: removed some unnecessary dependenciesAndrew Tridgell2010-10-301-1/+1
* zlib: use the real library name 'z' instead of ZLIBAndrew Tridgell2010-10-301-1/+1
* ndr: Make sure ndr_dns.c has no lines wider than 80 charsKai Blin2010-10-272-104/+153
* librpc/ndr/ndr.c - fix some counter typesMatthias Dieter Wallnöfer2010-10-271-3/+4
* librpc Make ndrdump use printf() rather than having to mess with DEBUG()Andrew Bartlett2010-10-273-12/+27
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-261-2/+2
* waf: Don't auto-lowercase library names.Jelmer Vernooij2010-10-261-14/+14
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-55/+55
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
* waf: Lowercase several library names.Jelmer Vernooij2010-10-241-12/+12
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
* s4 dns: More work on updatesKai Blin2010-10-231-1/+1
* s4 dns: Better error handling when parsing invalid or unknown recordsKai Blin2010-10-233-8/+19
* s4 dns: Allow more components as part of a domain nameKai Blin2010-10-231-1/+1
* s4 dns: Fix a data corruption in the dns_string parsingKai Blin2010-10-231-8/+4
* dnsp: Can't have two memebers of a union with the same nameKai Blin2010-10-231-2/+2
* s4 dns: Reply to a name request with an A record.Kai Blin2010-10-233-12/+131
* ndr dns: Add simple parserKai Blin2010-10-235-6/+221
* dns/nbt: Fix spelling of the "authoritative" flag.Kai Blin2010-10-232-2/+2
* idl: Add idl describing DNS structuresKai Blin2010-10-233-1/+161