Age | Commit message (Expand) | Author | Files | Lines |
2010-10-07 | samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray. | Günther Deschner | 1 | -3/+3 |
2010-10-02 | s3: Attempt to fix bug 7665 | Volker Lendecke | 11 | -136/+295 |
2010-09-23 | s3-dsgetdcname: always pass in messaging context. | Günther Deschner | 3 | -4/+22 |
2010-09-21 | s3: Remove a global variable in bugfix for bug 7665 | Volker Lendecke | 2 | -7/+11 |
2010-09-20 | s3-libnetapi: Fix Bug #7665, memory leak in netapi connection manager. | Günther Deschner | 1 | -30/+65 |
2010-09-20 | s3-util: use shared dom_sid_dup. | Günther Deschner | 2 | -9/+11 |
2010-09-20 | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 1 | -2/+3 |
2010-09-19 | s3-nltest: add dsregdns command to nltest. | Günther Deschner | 1 | -1/+21 |
2010-09-19 | s3-libnetapi: support NETLOGON_CONTROL_FORCE_DNS_REG in I_NetLogonControl(). | Günther Deschner | 1 | -0/+4 |
2010-09-15 | s3-nltest: add dsgetdc command. | Günther Deschner | 1 | -3/+181 |
2010-09-15 | s3-libnetapi: try using netr_DsRGetDCNameEx() in DsGetDcName(). | Günther Deschner | 1 | -0/+13 |
2010-09-15 | s3-libnetapi: add DS request flags to public header. | Günther Deschner | 1 | -0/+21 |
2010-09-15 | s3-libnetapi: add DS_X_FLAGs to public header. | Günther Deschner | 1 | -0/+16 |
2010-09-15 | s3-nltest: convert server input argument into --server. | Günther Deschner | 1 | -24/+19 |
2010-09-15 | s3-nltest: rename print_result to print_netlogon_info_result. | Günther Deschner | 1 | -4/+17 |
2010-09-11 | s3-auth Change type of num_sids to uint32_t | Andrew Bartlett | 1 | -2/+2 |
2010-08-26 | s3-build: only include krb5 environment variables where required. | Günther Deschner | 1 | -0/+1 |
2010-08-25 | s3-lsa: separate out init_lsa headers. | Günther Deschner | 5 | -0/+5 |
2010-08-06 | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 3 | -3/+3 |
2010-08-05 | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 1 | -0/+1 |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 2 | -0/+2 |
2010-08-05 | s3: avoid global include of ads.h. | Günther Deschner | 1 | -1/+1 |
2010-07-13 | s3-libnet: better separate headers. | Günther Deschner | 1 | -1/+2 |
2010-07-05 | samr.idl:UserInfo structures - fix some names according to MS-SAMR documentation | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-07-01 | s3-libads: only include libds flags where needed. | Günther Deschner | 1 | -0/+1 |
2010-06-21 | s3: Fix some enum/int mixup warnings | Volker Lendecke | 1 | -53/+53 |
2010-06-08 | s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in netdo... | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: use shared "Standard access rights.". | Günther Deschner | 2 | -3/+3 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 2 | -2/+2 |
2010-05-18 | s3-rpc_client: move protos to init_samr.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | smbconf: only include smbconf headers where needed. | Günther Deschner | 1 | -0/+2 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 2 | -2/+0 |
2010-02-25 | s3-nltest: fix uninitialized query level. | Günther Deschner | 1 | -1/+1 |
2010-01-26 | s3:netapi: remove unused variable | Björn Jacke | 1 | -2/+0 |
2010-01-24 | s3: add libnetapi_set_use_ccache() | Volker Lendecke | 3 | -0/+16 |
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa... | Günther Deschner | 11 | -0/+12 |
2009-11-08 | Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_... | Volker Lendecke | 12 | -61/+54 |
2009-11-08 | s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_table | Volker Lendecke | 12 | -54/+61 |
2009-11-07 | s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax | Volker Lendecke | 1 | -1/+1 |
2009-10-16 | s3-libnetapi: add nltest tool. | Günther Deschner | 2 | -1/+258 |
2009-10-16 | s3-libnetapi: add I_NetLogonControl{2} example code. | Günther Deschner | 3 | -1/+303 |
2009-10-16 | s3-libnetapi: add I_NetLogonControl{2} to public headers. | Günther Deschner | 1 | -1/+91 |
2009-10-16 | s3-libnetapi: fill in I_NetLogonControl{2}_r. | Günther Deschner | 1 | -2/+181 |
2009-10-16 | s3-libnetapi: add I_NetLogonControl{2} skeleton. | Günther Deschner | 3 | -0/+172 |
2009-09-30 | w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUND | Kamen Mazdrashki | 1 | -4/+4 |
2009-09-16 | s3-netapi: Fix Coverity #668: FORWARD_NULL. | Günther Deschner | 1 | -1/+1 |
2009-09-16 | s3-netapi: Fix Coverity #669 FORWARD_NULL. | Günther Deschner | 1 | -1/+1 |
2009-09-16 | s3-netapi: Fix Coverity #670: FORWARD_NULL. | Günther Deschner | 1 | -1/+1 |