summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-01-06s3-waf: no need to compile librpc/gen_ndr/cli_dfs.c anymore.Günther Deschner1-5/+1
2011-01-06s3-build: no need to compile librpc/gen_ndr/cli_dfs.c anymore.Günther Deschner1-2/+1
2011-01-06s3-rpcclient: use dcerpc_dfs_X functions.Günther Deschner1-12/+24
2011-01-05s3: Fix some nonempty blank linesVolker Lendecke1-26/+25
2011-01-04s3:build: don't use cli_dssetup.c any moreStefan Metzmacher2-9/+4
2011-01-04s3:net_utils: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()Stefan Metzmacher1-2/+8
2011-01-04s3:winbindd: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()Stefan Metzmacher1-1/+4
2011-01-04s3:rpcclient: use dcerpc_binding_handle based client stubs in cmd_dssetup.cStefan Metzmacher1-1/+2
2011-01-04s3:build: don't use cli_epmapper.c anymoreStefan Metzmacher2-7/+2
2011-01-04s3:rpcclient: improve "epmmap" outputStefan Metzmacher1-6/+25
2011-01-04s3:rpcclient: use dcerpc_binding_handle bases client stubs in cmd_epmapper.cStefan Metzmacher1-8/+35
2011-01-04s3:rpc_client: use dcerpc_epm_Map() and don't ignore 'result' anymore.Stefan Metzmacher1-2/+11
2011-01-04s3-rpcecho: Only register rpcecho in the developer build.Andreas Schneider3-4/+4
2011-01-04s3:build: don't use cli_ntsvcs.c any more.Stefan Metzmacher2-7/+2
2011-01-04s3:rpcclient: use dcerpc_binding_handle client stubs in cmd_ntsvcs.cStefan Metzmacher1-7/+14
2011-01-04s3:build: don't use cli_wbint.c any moreStefan Metzmacher3-7/+1
2011-01-04s3-waf: convert SAMBA_VERSION into a subsystem.Günther Deschner1-3/+8
2011-01-04s3-waf: convert PASSCHANGE into a subsystem.Günther Deschner1-5/+9
2011-01-04s3-waf: add UTIL_TDB subsystem.Günther Deschner1-6/+10
2011-01-04s3-waf: Fixed the static rpc service build.Andreas Schneider3-139/+80
2011-01-04s3-smbd: Call the rpc service shutdown functions.Andreas Schneider1-0/+34
2011-01-04s3-build: Remove broken RPC modules support.Andreas Schneider3-31/+8
2011-01-04s3-smbd: Call all the rpc services in the right order.Andreas Schneider1-5/+41
2011-01-03s3:net_rpc_vampire_keytab: don't return -1 on success (bug #7899)Stefan Metzmacher1-1/+0
2011-01-03s3-waf: fix the build.Günther Deschner1-2/+4
2011-01-03s3:librpc: use netsec_outgoing_sig_size() instead of a hardcoded signatureStefan Metzmacher1-1/+4
2011-01-03s3:winbindd/idmap_ad.c: update my CMichael Adam1-1/+1
2011-01-03s3:winbindd/idmap_util.c: add my CMichael Adam1-0/+1
2011-01-03s3:winbindd/idmap.c: add my CMichael Adam1-0/+1
2011-01-02s3: Happy New Year 2011Stefan Metzmacher1-1/+1
2011-01-02s3: Fix a memleak in receive_getdc_responseVolker Lendecke1-15/+22
2011-01-02s3:net: make idmap_store_secret static.Michael Adam2-6/+4
2011-01-02s3:net: fix the usage for net idmap secret (removing alloc)Michael Adam1-5/+4
2011-01-02s3:net: remove alloc parameter from idmap_store_secret() (net idmap store).Michael Adam2-8/+4
2011-01-02s3:idmap_ldap: remove special handling of alloc secret (not used any more).Michael Adam1-11/+8
2011-01-02s3:idmap_ldap: remove unused idmap_ldap_alloc_context.Michael Adam1-7/+0
2011-01-02s3:idmap_ldap: remove alloc context member from ldap_idmap_contextMichael Adam1-1/+0
2011-01-02s3:idmap_ldap: remove use of alloc context from idmap_ldap_allocate_id().Michael Adam1-16/+10
2011-01-02s3:idmap_ldap: remove unused idmap_ldap_alloc_close_destructor().Michael Adam1-12/+0
2011-01-02s3:idmap_ldap: remove unused idmap_ldap_alloc_init().Michael Adam1-82/+0
2011-01-02s3:idmap_ldap: don't call idmap_ldap_alloc_init in idmap_ldap_init.Michael Adam1-3/+3
2011-01-02s3:idmap_ldap: remove use of the ldap_idmap_alloc_context from verify_idpool().Michael Adam1-12/+7
2011-01-02Fix memory leak I introduced when refactoring unexpected packet code.Jeremy Allison1-0/+1
2011-01-01s3: Remove unused mem_ctx arg from set_getdc_requestVolker Lendecke4-6/+4
2011-01-01s3: Factor out prep_getdc_requestVolker Lendecke1-31/+50
2011-01-01s3: cli_send_mailslot -> cli_prep_mailslotVolker Lendecke1-31/+28
2011-01-01s3: Fix some nonempty blank linesVolker Lendecke1-2/+2
2010-12-31s3: Add some const to receive_getdc_responseVolker Lendecke2-2/+2
2010-12-31s3: Add some const to send_getdc_requestVolker Lendecke2-2/+2
2010-12-31s3: Fix some nonempty blank linesVolker Lendecke2-77/+77