Age | Commit message (Collapse) | 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 | |
(This used to be commit 52a8d06f00ab3900e2186e047902dbcbe3138a01) | |||||
2008-02-21 | Remove extra whitespace, use public variable in IDL. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit bf08b682586f6b9a17d4ec3934836be957ef955c) | |||||
2008-02-21 | srvsvc.idl: don't use STR_LEN4 anymore | Stefan Metzmacher | 1 | -1/+10 | |
metze (This used to be commit 8c7509bd684ccdabcdb9ad9f75f3dd693ee9c416) | |||||
2008-02-21 | samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfo | Stefan Metzmacher | 1 | -1/+1 | |
Tested with nt4 and w2k3. metze (This used to be commit 24ec069751ef8db1211c50e7ca1e527adaa6432c) | |||||
2008-02-19 | initshutdown.idl: get rid of initshutdown_String and use lsa_StringLarge | Stefan Metzmacher | 1 | -13/+12 | |
metze (This used to be commit d9303cb08324db5ceb89f69a1a71cc3e16fdf250) | |||||
2008-02-19 | winreg.idl: get rid of initshutdown_String and use lsa_StringLarge | Stefan Metzmacher | 1 | -3/+11 | |
metze (This used to be commit 1ccea2a260de83b2e3137f762716ae67070c7024) | |||||
2008-02-19 | drsblobs.idl: don't use asclstr | Stefan Metzmacher | 1 | -1/+2 | |
metze (This used to be commit f42cc9134004597eff19e477d3ed0693d5e6fef6) | |||||
2008-02-19 | lsa.idl: strlen_m*() also for the lsa_AsciiString* versions | Stefan Metzmacher | 1 | -4/+4 | |
We already did this before b994f899b42d294c0418bdc82660a2f7510667d6. This is needed to handle NULL strings, where strlen() would crash... Maybe we should add a strlen_a() and strlen_a_term() later... metze (This used to be commit c388efab13d1be2086a99e6615fa348c4cdc4594) | |||||
2008-02-19 | lsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL strings | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit bdd8d9ebdf184ee3e23a8de92fa4dec7123a8824) | |||||
2008-02-15 | lsa.idl: add lsa_AsciiStringLarge | Stefan Metzmacher | 1 | -0/+6 | |
metze (This used to be commit 646c597b79cb01474ed8139e4e790206bd84632c) | |||||
2008-02-15 | lsa.idl: don't use ascstr_noterm anymore | Stefan Metzmacher | 1 | -3/+3 | |
metze (This used to be commit b994f899b42d294c0418bdc82660a2f7510667d6) | |||||
2008-02-15 | epmapper.idl: don't use ascstr2 anymore | Stefan Metzmacher | 1 | -1/+10 | |
metze (This used to be commit 96f1ad6d27fdfecd3a07a05052c8085d66472106) | |||||
2008-02-15 | epmapper.idl: add link to official IDL | Stefan Metzmacher | 1 | -0/+1 | |
metze (This used to be commit b5c0a6c114b5c832f742bd84179e5e9a5aed3698) | |||||
2008-02-15 | dcerpc.idl: use charset() instead of ascstr3 | Stefan Metzmacher | 1 | -1/+2 | |
metze (This used to be commit 47447f60bc8e5dd1021752e9b011f22762e45eed) | |||||
2008-02-15 | drsuapi.idl: use charset() instead of the exotic flags() and string | Stefan Metzmacher | 1 | -3/+6 | |
metze (This used to be commit 70c7faace76a84d2fe15accf4f8a1ca0ad905bd4) | |||||
2008-02-15 | krb5pac.idl: use charset() instead of string type with flags | Stefan Metzmacher | 1 | -1/+2 | |
metze (This used to be commit 30657ae0ebdb85ae995a3dfe3ce123851fd92e0f) | |||||
2008-02-13 | idl_types: remove unused lstring | Stefan Metzmacher | 1 | -5/+0 | |
metze (This used to be commit 5100452cf3b3c3c5dcdb77a9efe27e8c506d1d43) | |||||
2008-02-13 | spoolss.idl: improve idl for EnumPrinterData and not use 'lstring' any more | Stefan Metzmacher | 1 | -5/+6 | |
metze (This used to be commit d6cdddbcf37d120cb365bc7f8188858c8776e2e0) | |||||
2008-02-12 | librpc: remove special support for fixed length strings | Stefan Metzmacher | 1 | -12/+0 | |
Fixed arrays with the charset() attribute do the same metze (This used to be commit 9620b86e96e8065c0ff6db0d95130ab53581d468) | |||||
2008-02-12 | spoolss.idl: don't use string32 anymore and use an charset() array | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 746a715715c7af8036192ba6d74e282ceaec8c0d) | |||||
2008-02-12 | nbt.idl: don't use astring15 anymore and use an charset() array | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit bb143c76fb971bc2a1d69954d37ab20a953f2b69) | |||||
2008-02-07 | wkssvc.idl: fix idl for wkssvc_NetrGetJoinableOus[2]() | Stefan Metzmacher | 1 | -2/+10 | |
metze (This used to be commit 3f2edcc341e5b0e4369e8f601ef0cb6ecf73b4c7) | |||||
2008-02-04 | spoolss.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -68/+67 | |
Note: this doesn't change the generated output! metze (This used to be commit c472935c984016f0a26ef7851b6472d45b4ac510) | |||||
2008-02-04 | samr.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -48/+47 | |
Note: this doesn't change the generated output! metze (This used to be commit 14ee13c1fe2d17ebfd031a1cd2fbf2a9b72cdfc9) | |||||
2008-02-04 | netlogon.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -78/+77 | |
Note: this doesn't change the generated output! metze (This used to be commit e4b12aa9a44210a7d76a75db6a1fa4fecaf3e76f) | |||||
2008-02-04 | winreg.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -22/+21 | |
Note: this doesn't change the generated output! metze (This used to be commit f195093a86e1359572aacd7411e4a0cb8a2af0cf) | |||||
2008-02-04 | svcctl.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -50/+49 | |
Note: this doesn't change the generated output! metze (This used to be commit 7561e8fa51bf616916a1f87e16e971de29290dcf) | |||||
2008-02-04 | wkssvc.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -72/+71 | |
Note: this doesn't change the generated output! metze (This used to be commit f2227b3bb8dc74788614cc7eb9b84475f0a4a949) | |||||
2008-02-04 | srvsvc.idl: don't use pointer_default_top() and specify "unique" explizit | Stefan Metzmacher | 1 | -73/+72 | |
Note: this doesn't change the generated output! metze (This used to be commit 6d20a2f3f98217ba78e905d0f85dd91cee218238) | |||||
2008-02-04 | Rework cluster_id() to take an additional argument, as we need | Andrew Bartlett | 1 | -1/+2 | |
<node>.<pid>.<fd> to be unique in a prefork process environment. Andrew Bartlett and David Disseldorp (This used to be commit 931994a7f185bbc98924823e9e8cef1011dd0957) | |||||
2008-01-25 | Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion). | Günther Deschner | 1 | -1/+7 | |
Guenther (This used to be commit 722b4dfdc4821ecf349f87f57146f3b52e719b3d) | |||||
2008-01-24 | Add IDL for netr_LogonGetTrustRid. | Günther Deschner | 1 | -1/+5 | |
Guenther (This used to be commit d0893014ab02f4a628bc05135e7afedd11427116) | |||||
2008-01-24 | Rename samr_*AccessMask bitfields to start with SAMR_. | Günther Deschner | 1 | -32/+32 | |
Guenther (This used to be commit 70773be51a568dfc793111044cef93baa343d715) | |||||
2008-01-24 | netlogon.idl: add some MSV1_0_ values from samba3 and use a bitmap32 | Stefan Metzmacher | 1 | -4/+9 | |
metze (This used to be commit 7222edb9cde5cdeb9d065e890775a7254b26648f) | |||||
2008-01-24 | netlogon.idl: make use of bitmap samr_GroupAttrs | Stefan Metzmacher | 1 | -1/+2 | |
metze (This used to be commit 6d68161e676d381600c77c3f862bd7e013968724) | |||||
2008-01-24 | netlogon.idl: remove unused netr_GroupsMembership structure | Stefan Metzmacher | 1 | -5/+0 | |
We have samr_RidWithAttribute and use that in all cases. metze (This used to be commit 3c5bae2249d01213ff4bd7df2b4e3ac04da4a52d) | |||||
2008-01-16 | Add lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy enums from samba3 to IDL. | Günther Deschner | 1 | -1/+21 | |
Guenther (This used to be commit 1b5706e413f1c6aa1ede15a625929f785ce37272) | |||||
2008-01-14 | python: Compile in svcctl Python bindings. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 567099b66d0369715f8e0a083a5ce160faaf4da2) | |||||
2008-01-14 | python: Enable python bindings for samr and lsa interfaces. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 3dfcefd8ac640ef1539185f19f7414fbcea9e741) | |||||
2008-01-14 | Use lsa_PolicyInfo enum in lsa policy info calls. | Günther Deschner | 1 | -5/+5 | |
Guenther (This used to be commit 068697706652373d28091cd7594e0276da27dbc4) | |||||
2008-01-14 | Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2. | Günther Deschner | 1 | -2/+10 | |
Guenther (This used to be commit 54458c46249e07176e2a5b37279a3c95d21df0ab) | |||||
2008-01-12 | idl: Use typedef rather than declare. | Jelmer Vernooij | 11 | -19/+19 | |
(This used to be commit 3fd750bd54f150ff62fd8165406bd26d03d624cf) | |||||
2007-12-24 | r26558: Add IDL for netr_GetForestTrustInformation(). | Günther Deschner | 1 | -1/+8 | |
Guenther (This used to be commit 7aa34b48795d303ba600f34a4b1bc916007aee44) | |||||
2007-12-21 | r26395: spoolss: Add WinXP-like printer browsing test. | Kai Blin | 1 | -3/+64 | |
(This used to be commit 2ccc4d2af58b49ab1319ce87e0f15591b40db06f) | |||||
2007-12-21 | r26332: Add samr_ValidationStatus error mapping to samr_ValidatePassword(). | Günther Deschner | 1 | -1/+21 | |
Torture test to follow. Guenther (This used to be commit 10ccfb4c8970bdb140aa9daf945caea72a4ab7cd) | |||||
2007-12-21 | r26331: Add IDL for samr_ValidatePassword(). A very interesting call. | Günther Deschner | 1 | -5/+75 | |
Guenther (This used to be commit 2b8d7fe16beecf2ea60d6712238527504ccee44c) | |||||
2007-12-21 | r26286: IDL and torture test for netr_ServerTrustPasswordsGet(). | Günther Deschner | 1 | -1/+10 | |
Guenther (This used to be commit 231fe8826b7d8b0f4307ffbb3cd71b4c7723a290) | |||||
2007-12-21 | r26285: Add IDL and torture test for netr_ServerPasswordGet(). | Günther Deschner | 1 | -1/+9 | |
Guenther (This used to be commit d64244cfe871cd549a991ac2a708263fc77d2fef) | |||||
2007-12-21 | r26273: Add IDL and torture test for netr_NetrEnumerateTurstedDomains() and | Günther Deschner | 1 | -44/+55 | |
netr_NetrEnumerateTurstedDomainsEx(). Guenther (This used to be commit 32a189e85026f5b54f82df88306005d9a9f50beb) | |||||
2007-12-21 | r26211: Add very basic test_NetrJoinDomain2() test which can join xp ↵ | Günther Deschner | 1 | -1/+1 | |
workstations into an AD domain. Guenther (This used to be commit 3fd5f3628cb015f61455b4ad87bf8adb8d2392b8) |