Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-20 | s3-waf: Fix up PIDL includes. | Kai Blin | 1 | -1/+1 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2010-05-20 | s3-waf: Add autogeneration with PIDL | Stefan Metzmacher | 1 | -0/+7 | |
2010-05-20 | librpc: finally merge ndr_string.c. | Günther Deschner | 1 | -720/+0 | |
Guenther | |||||
2010-05-20 | s3-libndr: merge in better ndr warnings from s4 ndr_string.c | Günther Deschner | 1 | -8/+8 | |
Guenther | |||||
2010-05-18 | s3:winbind use no_srv_register to avoid needing rpc_srv_register | Andrew Bartlett | 1 | -1/+2 | |
This pidl attribute avoids the need for this dummy function, which helps s3compat. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -4/+0 | |
2010-05-14 | s3-libndr: make sure ndr_pull_string_array() only inspects string ↵ | Günther Deschner | 1 | -1/+1 | |
termination flags. Otherwise the NOTERM case is not reachable for ascii strings (only utf16). With this patch we now can have: [flag(STR_ASCII|STR_NOTERM|NDR_REMAINING)] string_array array_name; Guenther | |||||
2010-05-04 | s3-libnetjoin: omit admin password in generated ndr_print function. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-05-04 | s3-idl: removed gen_ndr files from source3/ as well | Andrew Tridgell | 26 | -21879/+1 | |
2010-03-23 | s3:librpc/rpc: move prototypes to dcerpc.h | Stefan Metzmacher | 1 | -0/+18 | |
metze | |||||
2010-03-19 | s3:librpc: remove unused stuff | Stefan Metzmacher | 2 | -217/+0 | |
metze | |||||
2010-02-12 | s3: Implement global locks in a g_lock tdb | Volker Lendecke | 3 | -2/+6 | |
This is the basis to implement global locks in ctdb without depending on a shared file system. The initial goal is to make ctdb persistent transactions deterministic without too many timeouts. | |||||
2010-01-23 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -5/+5 | |
2009-12-21 | s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc | Volker Lendecke | 8 | -5/+288 | |
This just does a NULL RPC call through an existing NETLOGON connection. If someone knows an operation that "just works" and does not return NOT_SUPPORTED, please tell me :-) | |||||
2009-11-26 | s3-winbind: properly include netlogon.idl in wbint.idl. | Günther Deschner | 3 | -1/+3 | |
Guenther | |||||
2009-11-08 | Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly" | Volker Lendecke | 3 | -48/+48 | |
This reverts commit daa964013bc5d036f4da571ce22c0052ef40943a. | |||||
2009-11-08 | Revert "s3: Do not reference the ndr_tables in the server calls directly" | Volker Lendecke | 1 | -23/+23 | |
This reverts commit 98fb71782e05ae72cd6abeb38b6e0b96a50c1761. | |||||
2009-11-08 | Revert "s3: Do not reference ndr_table when calling rpc_srv_register" | Volker Lendecke | 1 | -1/+1 | |
This reverts commit 494b2aff8826947e3bd556aecb175746163da485. | |||||
2009-11-08 | s3: Do not reference ndr_table when calling rpc_srv_register | Volker Lendecke | 1 | -1/+1 | |
2009-11-08 | s3: Do not reference the ndr_tables in the server calls directly | Volker Lendecke | 1 | -23/+23 | |
This involves storing the interface table in the pipes_struct | |||||
2009-11-08 | s3: Do not reference ndr_table_<pipe> in the cli_ routines directly | Volker Lendecke | 3 | -48/+48 | |
2009-11-07 | s3: Do the printing for DEBUGLEVEL>=10 centrally | Volker Lendecke | 1 | -368/+0 | |
12 insertions(+), 10651 deletions(-) I think that says it all :-) | |||||
2009-10-29 | s3: add secrets.idl. | Günther Deschner | 4 | -0/+138 | |
Guenther | |||||
2009-10-16 | s3-libnetapi: add I_NetLogonControl{2} to IDL. | Günther Deschner | 4 | -1/+188 | |
Guenther | |||||
2009-10-13 | s3-winbindd: add wbint_ChangeMachineAccount implementation. | Günther Deschner | 8 | -6/+305 | |
Guenther | |||||
2009-10-07 | s3: re-run make samba3-idl. | Günther Deschner | 7 | -145/+469 | |
Guenther | |||||
2009-10-01 | s3: add perfcount idl and generated files. | Günther Deschner | 4 | -0/+820 | |
Guenther | |||||
2009-09-25 | s3-libndr: fix build warning. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2009-09-17 | s3-rpc: samba3 needs the DCERPC_NDR64 define | Andrew Tridgell | 1 | -0/+3 | |
2009-09-17 | Check in modified generated files for systems where pidl can't run. | Jeremy Allison | 1 | -52/+54 | |
Jeremy. | |||||
2009-09-07 | s3:winbind: Convert WINBINDD_SET_HWM to the new API | Volker Lendecke | 8 | -2/+326 | |
2009-09-07 | s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new API | Volker Lendecke | 8 | -2/+350 | |
2009-09-07 | s3:winbind: Convert WINBINDD_SET_MAPPING to the new API | Volker Lendecke | 8 | -2/+400 | |
2009-09-07 | s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new API | Volker Lendecke | 8 | -3/+302 | |
2009-08-30 | w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new API | Volker Lendecke | 8 | -11/+358 | |
2009-08-30 | w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new API | Volker Lendecke | 8 | -11/+358 | |
2009-08-29 | s3:winbind: Add async QueryGroupList | Volker Lendecke | 8 | -4/+351 | |
2009-08-29 | w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new API | Volker Lendecke | 8 | -2/+376 | |
2009-08-29 | s3:winbind: Add an async dsgetdcname call | Volker Lendecke | 8 | -3/+484 | |
2009-08-29 | s3:winbind: Add async query_user_list | Volker Lendecke | 8 | -5/+434 | |
2009-08-29 | s3:winbind: Rename wbint_GroupMembers to wbint_Principals | Volker Lendecke | 7 | -54/+54 | |
2009-08-29 | s3:winbind: Rename wbint_GroupMember to wbint_Principal | Volker Lendecke | 4 | -21/+21 | |
2009-08-16 | s3:winbind: Add async wb_group_members | Volker Lendecke | 8 | -2/+549 | |
2009-08-16 | s3:winbind: Add async wb_seqnum | Volker Lendecke | 8 | -2/+348 | |
2009-08-05 | s3:winbind: Add async wb_lookupusergroups | Volker Lendecke | 8 | -2/+376 | |
2009-08-05 | s3:winbind: Add async wb_lookupuseraliases | Volker Lendecke | 8 | -2/+520 | |
2009-08-05 | s3:winbind: Add async wb_queryuser | Volker Lendecke | 8 | -2/+567 | |
2009-08-05 | s3:winbind: Add async wb_gid2sid | Volker Lendecke | 8 | -2/+404 | |
2009-08-05 | s3:winbind: Add async wb_uid2sid | Volker Lendecke | 8 | -2/+404 | |
2009-08-05 | s3:winbind: Add async wb_sid2gid | Volker Lendecke | 8 | -2/+417 | |