summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* lib/addns: move DNS client library to the main directory.Günther Deschner2011-01-0613-2542/+5
* s3-waf: no need to compile librpc/gen_ndr/cli_dfs.c anymore.Günther Deschner2011-01-061-5/+1
* s3-build: no need to compile librpc/gen_ndr/cli_dfs.c anymore.Günther Deschner2011-01-061-2/+1
* s3-rpcclient: use dcerpc_dfs_X functions.Günther Deschner2011-01-061-12/+24
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-051-26/+25
* s3:build: don't use cli_dssetup.c any moreStefan Metzmacher2011-01-042-9/+4
* s3:net_utils: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()Stefan Metzmacher2011-01-041-2/+8
* s3:winbindd: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()Stefan Metzmacher2011-01-041-1/+4
* s3:rpcclient: use dcerpc_binding_handle based client stubs in cmd_dssetup.cStefan Metzmacher2011-01-041-1/+2
* s3:build: don't use cli_epmapper.c anymoreStefan Metzmacher2011-01-042-7/+2
* s3:rpcclient: improve "epmmap" outputStefan Metzmacher2011-01-041-6/+25
* s3:rpcclient: use dcerpc_binding_handle bases client stubs in cmd_epmapper.cStefan Metzmacher2011-01-041-8/+35
* s3:rpc_client: use dcerpc_epm_Map() and don't ignore 'result' anymore.Stefan Metzmacher2011-01-041-2/+11
* s3-rpcecho: Only register rpcecho in the developer build.Andreas Schneider2011-01-043-4/+4
* s3:build: don't use cli_ntsvcs.c any more.Stefan Metzmacher2011-01-042-7/+2
* s3:rpcclient: use dcerpc_binding_handle client stubs in cmd_ntsvcs.cStefan Metzmacher2011-01-041-7/+14
* s3:build: don't use cli_wbint.c any moreStefan Metzmacher2011-01-043-7/+1
* s3-waf: convert SAMBA_VERSION into a subsystem.Günther Deschner2011-01-041-3/+8
* s3-waf: convert PASSCHANGE into a subsystem.Günther Deschner2011-01-041-5/+9
* s3-waf: add UTIL_TDB subsystem.Günther Deschner2011-01-041-6/+10
* s3-waf: Fixed the static rpc service build.Andreas Schneider2011-01-043-139/+80
* s3-smbd: Call the rpc service shutdown functions.Andreas Schneider2011-01-041-0/+34
* s3-build: Remove broken RPC modules support.Andreas Schneider2011-01-043-31/+8
* s3-smbd: Call all the rpc services in the right order.Andreas Schneider2011-01-041-5/+41
* s3:net_rpc_vampire_keytab: don't return -1 on success (bug #7899)Stefan Metzmacher2011-01-031-1/+0
* s3-waf: fix the build.Günther Deschner2011-01-031-2/+4
* s3:librpc: use netsec_outgoing_sig_size() instead of a hardcoded signatureStefan Metzmacher2011-01-031-1/+4
* s3:winbindd/idmap_ad.c: update my CMichael Adam2011-01-031-1/+1
* s3:winbindd/idmap_util.c: add my CMichael Adam2011-01-031-0/+1
* s3:winbindd/idmap.c: add my CMichael Adam2011-01-031-0/+1
* s3: Happy New Year 2011Stefan Metzmacher2011-01-021-1/+1
* s3: Fix a memleak in receive_getdc_responseVolker Lendecke2011-01-021-15/+22
* s3:net: make idmap_store_secret static.Michael Adam2011-01-022-6/+4
* s3:net: fix the usage for net idmap secret (removing alloc)Michael Adam2011-01-021-5/+4
* s3:net: remove alloc parameter from idmap_store_secret() (net idmap store).Michael Adam2011-01-022-8/+4
* s3:idmap_ldap: remove special handling of alloc secret (not used any more).Michael Adam2011-01-021-11/+8
* s3:idmap_ldap: remove unused idmap_ldap_alloc_context.Michael Adam2011-01-021-7/+0
* s3:idmap_ldap: remove alloc context member from ldap_idmap_contextMichael Adam2011-01-021-1/+0
* s3:idmap_ldap: remove use of alloc context from idmap_ldap_allocate_id().Michael Adam2011-01-021-16/+10
* s3:idmap_ldap: remove unused idmap_ldap_alloc_close_destructor().Michael Adam2011-01-021-12/+0
* s3:idmap_ldap: remove unused idmap_ldap_alloc_init().Michael Adam2011-01-021-82/+0
* s3:idmap_ldap: don't call idmap_ldap_alloc_init in idmap_ldap_init.Michael Adam2011-01-021-3/+3
* s3:idmap_ldap: remove use of the ldap_idmap_alloc_context from verify_idpool().Michael Adam2011-01-021-12/+7
* Fix memory leak I introduced when refactoring unexpected packet code.Jeremy Allison2011-01-021-0/+1
* s3: Remove unused mem_ctx arg from set_getdc_requestVolker Lendecke2011-01-014-6/+4
* s3: Factor out prep_getdc_requestVolker Lendecke2011-01-011-31/+50
* s3: cli_send_mailslot -> cli_prep_mailslotVolker Lendecke2011-01-011-31/+28
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-011-2/+2
* s3: Add some const to receive_getdc_responseVolker Lendecke2010-12-312-2/+2
* s3: Add some const to send_getdc_requestVolker Lendecke2010-12-312-2/+2