summaryrefslogtreecommitdiffstats
path: root/source3/libnet
Commit message (Collapse)AuthorAgeFilesLines
* libnet_dssync: use ctr[1|6]->more_dataStefan Metzmacher2008-07-161-2/+2
| | | | | metze (This used to be commit 6b7ddb6d664f5f3b62161cdb3abf12633b263a64)
* libnetjoin: fix Bug #5570.Günther Deschner2008-07-031-1/+1
| | | | | | | Thanks to Atte Peltomäki. Guenther (This used to be commit 144d374ad9dd981430a82369ceaa2783e6dae90a)
* net_vampire: add code to vampire to a Kerberos keytab file using DRSUAPI.Günther Deschner2008-07-012-0/+246
| | | | | Guenther (This used to be commit 0ef420c3a478a8adce7483f14b45e9995bfa5e5d)
* net_vampire: keep keytab context and flush keytab only after the last query.Günther Deschner2008-07-011-14/+19
| | | | | Guenther (This used to be commit 48efe7dbce1cde6689f94fafe2d7756f673bc050)
* kerberos: allow to keep entries with old kvno's while creating keytab.Günther Deschner2008-06-301-0/+1
| | | | | Guenther (This used to be commit 6194244bd9fcc1fb736f3d91433f107270cac1c9)
* kerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_add_entry_ext.Günther Deschner2008-06-301-7/+7
| | | | | Guenther (This used to be commit 48600a0019d70d22574cf08e8fe19d44cc332a0f)
* Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.Jeremy Allison2008-06-261-1/+1
| | | | | Jeremy. (This used to be commit 9e2ab30d3cf6950fc79152b2169e7aeae8d6a366)
* libnet_dssync: add last_query flag to processing routine.Günther Deschner2008-06-272-4/+17
| | | | | Guenther (This used to be commit 22bdee7fe0cdcd95e0bade70cacb095e0b348abf)
* libnet_dssync: add output filename and dns_domain_name to dssync struct.Günther Deschner2008-06-272-0/+8
| | | | | Guenther (This used to be commit c16e1820f86f105853aa855eda322ba6cbff3a84)
* net_vampire: use bool for last_query information in samsync.Günther Deschner2008-06-276-19/+26
| | | | | Guenther (This used to be commit fa1976e23a33bd3fab17c3f6ab5573ee1fdf9e31)
* net_vampire: separate keytab code from samsync code.Günther Deschner2008-06-275-154/+211
| | | | | Guenther (This used to be commit 69d8442bf3248f97ad23def424901d7fa87bfe48)
* libnet_dssync: pass down drsuapi_DsReplicaOIDMapping_Ctr to callback.Günther Deschner2008-06-262-0/+3
| | | | | Guenther (This used to be commit cbff970facae295650742d12768f23c7f67380a6)
* libnet_dssync: always decrypt attributes before passing them to the ↵Günther Deschner2008-06-261-0/+127
| | | | | | | processing routine. Guenther (This used to be commit 6eedd167e77969e2ab7d5abe7311de62fc413d17)
* net_vampire: add some error output to libnet_dssync.Günther Deschner2008-06-261-1/+16
| | | | | Guenther (This used to be commit 891d4cca0ca5ccb075940517af25f3760a315219)
* rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner2008-06-251-1/+1
| | | | | | | Thanks, Volker, for pointing this out. Guenther (This used to be commit b47899195e0c190445953243fe80da4e92994dd1)
* net_vampire: add basic libnet_dssync() infrastructure.Günther Deschner2008-06-244-0/+399
| | | | | Guenther (This used to be commit 9486e532da602da587769d4ff8a1a2825e541a30)
* net_vampire: add code to vampire a SAM database to a keytab file.Günther Deschner2008-06-243-1/+329
| | | | | Guenther (This used to be commit ee6e422c0e035aa4779fa718bb6f142827cc2de0)
* net_vampire: add username/password to samsync_context.Günther Deschner2008-06-241-0/+3
| | | | | Guenther (This used to be commit e884304206b512a1ffc70b7a4da8db3c6dfd4f11)
* libads: use ads_connect_user_creds in some places.Günther Deschner2008-06-241-1/+1
| | | | | Guenther (This used to be commit ebf31203e7cf22e32b986c536279688b17a65d22)
* net_vampire: more libnet_samsync restructuring.Günther Deschner2008-06-233-27/+19
| | | | | Guenther (This used to be commit 3bcda522f025aff249678a8a086218679fc19c6b)
* net_vampire: prepend libnet_ to the public samsync functions.Günther Deschner2008-06-232-31/+26
| | | | | Guenther (This used to be commit f020c947cfb1482176af8827ed9c361d7c21e26f)
* net_vampire: move out display routines to one file.Günther Deschner2008-06-232-0/+307
| | | | | Guenther (This used to be commit 64b48a07e714d7eb97dd49c11d9ca62951d79524)
* net_vampire: move out passdb routines to one file.Günther Deschner2008-06-232-0/+794
| | | | | Guenther (This used to be commit 74d431270d9b4cc1524f79fa2ad743420afef417)
* net_vampire: fix included header.Günther Deschner2008-06-231-1/+1
| | | | | Guenther (This used to be commit 1dbe6ea8607549649f69e1b63cc427efe67e0778)
* net_vampire: move pull_netr_AcctLockStr() to libnet.Günther Deschner2008-06-232-0/+41
| | | | | Guenther (This used to be commit 8ec64a96e43d2e55e81f725fe693178ecdc65e88)
* net_vampire: add error and result_message to samsync_context.Günther Deschner2008-06-173-23/+54
| | | | | Guenther (This used to be commit e0b117200441f842fbc11cc817ab2cde4d63a22e)
* net_vampire: add domain_name to samsync_context.Günther Deschner2008-06-173-0/+6
| | | | | Guenther (This used to be commit 7e7f07ec59d23e909809ed32adc8fc399826310d)
* net_vampire: fix samsync_process_database().Günther Deschner2008-06-171-1/+1
| | | | | | | Turns out the password hashes are not rid encrypted in the samsync reply. Guenther (This used to be commit 7d8d60bcbae79f3cdd55b27217145ffbd19f161d)
* net_vampire: fix build warning.Günther Deschner2008-06-171-1/+0
| | | | | Guenther (This used to be commit eb4232fec05cd87ea85a781b84a3fbe85f469703)
* net_vampire: use generic output filename and use correct argv element.Günther Deschner2008-06-172-2/+2
| | | | | Guenther (This used to be commit e0843e631e379645296a5fe34dfc83bc265ebef3)
* net_vampire: move ldif code out of net_rpc_samsync.cGünther Deschner2008-06-172-30/+1216
| | | | | Guenther (This used to be commit 1d5758ec3a5160e5649242c42f6e4a7b39eb6199)
* net_vampire: move some samsync functions to libnet.Günther Deschner2008-06-174-1/+241
| | | | | Guenther (This used to be commit b3b6af0a3e25fab0a14c9c802dbabd3d03448ebe)
* samsync: add prototype for samsync_fix_delta_array().Günther Deschner2008-06-131-0/+8
| | | | | Guenther (This used to be commit 6c1904f8be1b4e08b09b64052c1aba24e7a4fb3d)
* samsync: add samsync_fix_delta_array()Günther Deschner2008-06-131-0/+188
| | | | | | | | This code is vastly based on samba4 code. Guenther (cherry picked from commit 5b68be96996a710988b1fd1c176cd5dff0f2c6af) (This used to be commit 2c53d87de4ecc5ac9c43bc7488a03bceecf35140)
* libnetjoin: add libnet_join_rollback().Günther Deschner2008-06-051-1/+30
| | | | | | | | This is required now if the join verify failed and we already modified the local configuration. Guenther (This used to be commit 2870fe50af5163e30330f5a3ef21d0b7eea85ee5)
* libnetjoin: First store configuration and then verify the join.Günther Deschner2008-06-051-4/+11
| | | | | | | Jerry, this fixes the issues while joining with "config backend = registry". Guenther (This used to be commit b3d47f099286778252c6df6bf2c1fee0c4e26560)
* libnetjoin: correctly copy returned lsa policy sid.Günther Deschner2008-06-041-2/+4
| | | | | Guenther (This used to be commit f9e5450c9492b0f35bd90040739007963e765ab1)
* libnetjoin: only close existing policy handles while unjoining.Günther Deschner2008-06-041-2/+10
| | | | | Guenther (This used to be commit 6dbed6e7b7300962e11fdce1a713e6f3ea2cb619)
* libnetjoin: delete possible "realm" leftover parameter.Günther Deschner2008-06-041-0/+2
| | | | | Guenther (This used to be commit d7ba98cc3f2d037ec01e079220a66da508b104b0)
* libnet: freeze libnet_proto.h from "make proto"Michael Adam2008-05-181-0/+46
| | | | | Michael (This used to be commit b455cd1a619a1f1922e2e7bc07f1af246e3201e6)
* libnetjoin: for informational reasons, report forest_name.Günther Deschner2008-05-161-0/+1
| | | | | Guenther (This used to be commit 452a9ea4af19d3aebc35929edaf4e5adf8c1fd11)
* Fix Bug #5465 (joining with createcomputer=ou1/ou2/ou3).Günther Deschner2008-05-141-2/+1
| | | | | Guenther (This used to be commit f3251ba03a69c2fd0335861177159a32b2bc9477)
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-091-0/+2
| | | | | Guenther (This used to be commit 7889516a384c155a9045aad4409c041fddd0d98d)
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-091-4/+6
| | | | | Guenther (This used to be commit 82cbb3269b2e764c9c2a2fbcbe9c29feae07fb62)
* libnetjoin: identify type of domain early.Günther Deschner2008-04-221-16/+16
| | | | | | | This finally enables joining AD using workgroup or realm name. Guenther (This used to be commit 0cf16e6b47f5978bdcb84ac8a29ef13ff2b5cca8)
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-3/+3
| | | | (This used to be commit 99fc3283c4ecc791f5a242bd1983b4352ce3e6cf)
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-2/+2
| | | | | This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b)
* libnetjoin/net: Fix lp_config_backend_is_registry() handling.Günther Deschner2008-04-141-14/+56
| | | | | | | | Thanks obnox, now we can net ads join and net ads leave with zero configuration changes if "config backend = registry". Guenther (This used to be commit 9003881773de787a51ceadcdc2cb1e95f6979763)
* libnetjoin: delete the workgroup name when requested while unjoining.Günther Deschner2008-04-141-0/+4
| | | | | Guenther (This used to be commit 1782e89f3341eca5ee1fa39881ee8efb3fac9a5b)
* libnetjoin: separate out libnet_join_lookup_dc_rpc.Günther Deschner2008-04-141-37/+86
| | | | | Guenther (This used to be commit 8d3d1c094a28f75b01315ee05b7939ffba374f20)