Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-dsgetdcname: always pass in messaging context. | Günther Deschner | 2010-09-23 | 3 | -4/+22 |
| | | | | | | Volker, please check. Guenther | ||||
* | s3: Remove a global variable in bugfix for bug 7665 | Volker Lendecke | 2010-09-21 | 2 | -7/+11 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-libnetapi: Fix Bug #7665, memory leak in netapi connection manager. | Günther Deschner | 2010-09-20 | 1 | -30/+65 |
| | | | | Guenther | ||||
* | s3-util: use shared dom_sid_dup. | Günther Deschner | 2010-09-20 | 2 | -9/+11 |
| | | | | Guenther | ||||
* | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 2010-09-20 | 1 | -2/+3 |
| | | | | Guenther | ||||
* | s3-nltest: add dsregdns command to nltest. | Günther Deschner | 2010-09-19 | 1 | -1/+21 |
| | | | | Guenther | ||||
* | s3-libnetapi: support NETLOGON_CONTROL_FORCE_DNS_REG in I_NetLogonControl(). | Günther Deschner | 2010-09-19 | 1 | -0/+4 |
| | | | | Guenther | ||||
* | s3-nltest: add dsgetdc command. | Günther Deschner | 2010-09-15 | 1 | -3/+181 |
| | | | | Guenther | ||||
* | s3-libnetapi: try using netr_DsRGetDCNameEx() in DsGetDcName(). | Günther Deschner | 2010-09-15 | 1 | -0/+13 |
| | | | | Guenther | ||||
* | s3-libnetapi: add DS request flags to public header. | Günther Deschner | 2010-09-15 | 1 | -0/+21 |
| | | | | Guenther | ||||
* | s3-libnetapi: add DS_X_FLAGs to public header. | Günther Deschner | 2010-09-15 | 1 | -0/+16 |
| | | | | Guenther | ||||
* | s3-nltest: convert server input argument into --server. | Günther Deschner | 2010-09-15 | 1 | -24/+19 |
| | | | | Guenther | ||||
* | s3-nltest: rename print_result to print_netlogon_info_result. | Günther Deschner | 2010-09-15 | 1 | -4/+17 |
| | | | | Guenther | ||||
* | s3-auth Change type of num_sids to uint32_t | Andrew Bartlett | 2010-09-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | size_t is overkill here, and in struct security_token in the num_sids is uint32_t. This includes a change to the prototype of add_sid_to_array() and add_sid_to_array_unique(), which has had a number of consequnetial changes as I try to sort out all the callers using a pointer to the number of sids. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s3-build: only include krb5 environment variables where required. | Günther Deschner | 2010-08-26 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-lsa: separate out init_lsa headers. | Günther Deschner | 2010-08-25 | 5 | -0/+5 |
| | | | | Guenther | ||||
* | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 2010-08-06 | 3 | -3/+3 |
| | | | | | | | This reduces precompiled headers by another 4 MB and also slightly speeds up the build. Guenther | ||||
* | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 2010-08-05 | 1 | -0/+1 |
| | |||||
* | s3-secrets: only include secrets.h when needed. | Günther Deschner | 2010-08-05 | 2 | -0/+2 |
| | | | | Guenther | ||||
* | s3: avoid global include of ads.h. | Günther Deschner | 2010-08-05 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-libnet: better separate headers. | Günther Deschner | 2010-07-13 | 1 | -1/+2 |
| | | | | Guenther | ||||
* | samr.idl:UserInfo structures - fix some names according to MS-SAMR documentation | Matthias Dieter Wallnöfer | 2010-07-05 | 1 | -2/+2 |
| | | | | See MS-SAMR section "FULL IDL" | ||||
* | s3-libads: only include libds flags where needed. | Günther Deschner | 2010-07-01 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3: Fix some enum/int mixup warnings | Volker Lendecke | 2010-06-21 | 1 | -53/+53 |
| | |||||
* | s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in ↵ | Günther Deschner | 2010-06-08 | 1 | -1/+1 |
| | | | | | | | | | | netdomjoin-gui. Patch from Buchan Milne <bgmilne@mandriva.org>. Thanks! Guenther | ||||
* | s3-security: use shared "Standard access rights.". | Günther Deschner | 2010-06-03 | 2 | -3/+3 |
| | | | | Guenther | ||||
* | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 2010-05-21 | 2 | -2/+2 |
| | | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-rpc_client: move protos to init_samr.h | Günther Deschner | 2010-05-18 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 2010-05-18 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 2010-05-18 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | smbconf: only include smbconf headers where needed. | Günther Deschner | 2010-05-18 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | s3: only include gen_ndr headers where needed. | Günther Deschner | 2010-05-06 | 2 | -2/+0 |
| | | | | | | | | | | | | | | | | | This shrinks include/includes.h.gch by the size of 7 MB and reduces build time as follows: ccache build w/o patch real 4m21.529s ccache build with patch real 3m6.402s pch build w/o patch real 4m26.318s pch build with patch real 3m6.932s Guenther | ||||
* | s3-nltest: fix uninitialized query level. | Günther Deschner | 2010-02-25 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3:netapi: remove unused variable | Björn Jacke | 2010-01-26 | 1 | -2/+0 |
| | |||||
* | s3: add libnetapi_set_use_ccache() | Volker Lendecke | 2010-01-24 | 3 | -0/+16 |
| | |||||
* | s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵ | Günther Deschner | 2009-11-26 | 11 | -0/+12 |
| | | | | | | samba. Guenther | ||||
* | Revert "s3: Make libnetapi_open_pipe take strings instead of a ↵ | Volker Lendecke | 2009-11-08 | 12 | -61/+54 |
| | | | | | | ndr_interface_table" This reverts commit 5fc9d93408effe75abcd231c45cbc14656692ebe. | ||||
* | s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_table | Volker Lendecke | 2009-11-08 | 12 | -54/+61 |
| | |||||
* | s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax | Volker Lendecke | 2009-11-07 | 1 | -1/+1 |
| | |||||
* | s3-libnetapi: add nltest tool. | Günther Deschner | 2009-10-16 | 2 | -1/+258 |
| | | | | Guenther | ||||
* | s3-libnetapi: add I_NetLogonControl{2} example code. | Günther Deschner | 2009-10-16 | 3 | -1/+303 |
| | | | | Guenther | ||||
* | s3-libnetapi: add I_NetLogonControl{2} to public headers. | Günther Deschner | 2009-10-16 | 1 | -1/+91 |
| | | | | Guenther | ||||
* | s3-libnetapi: fill in I_NetLogonControl{2}_r. | Günther Deschner | 2009-10-16 | 1 | -2/+181 |
| | | | | Guenther | ||||
* | s3-libnetapi: add I_NetLogonControl{2} skeleton. | Günther Deschner | 2009-10-16 | 3 | -0/+172 |
| | | | | Guenther | ||||
* | w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUND | Kamen Mazdrashki | 2009-09-30 | 1 | -4/+4 |
| | | | | | | | | | In Win 32 we have NERR_GroupNotFound which maps to WERR_GROUP_NOT_FOUND currently and we have ERROR_GROUP_NOT_FOUND which maps to nothing, so it is to be added Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | ||||
* | s3-netapi: Fix Coverity #668: FORWARD_NULL. | Günther Deschner | 2009-09-16 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-netapi: Fix Coverity #669 FORWARD_NULL. | Günther Deschner | 2009-09-16 | 1 | -1/+1 |
| | | | | Guenthe | ||||
* | s3-netapi: Fix Coverity #670: FORWARD_NULL. | Günther Deschner | 2009-09-16 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | Remove gencache_init/shutdown | Volker Lendecke | 2009-07-15 | 1 | -1/+0 |
| | | | | | gencache_get/set/del/iterate call gencache_init() internally anyway. And we've been very lazy calling gencache_shutdown, so this seems not really required. | ||||
* | libds: merge the UF<->ACB flag mapping functions. | Günther Deschner | 2009-07-13 | 1 | -1/+1 |
| | | | | Guenther |