summaryrefslogtreecommitdiffstats
path: root/source3/libnet
Commit message (Expand)AuthorAgeFilesLines
...
* dssync: record the bind info in the new remote_info28 in libnet_dssync_bind().Michael Adam2008-08-011-0/+29
* dssync: add a drsuapi_DsBindInfo28 struct to the dssync_context structMichael Adam2008-08-011-0/+1
* dssync keytab: wrap printing of the uptodate vector in DEBUGLEVEL >= 10 checksMichael Adam2008-08-011-2/+7
* dssync keytab: add support for keeping track of the up-to-date-ness vector.Michael Adam2008-08-013-8/+67
* libnet_keytab: add a libnet_keytab_search() functionMichael Adam2008-08-012-0/+81
* dssync keytab: use add_to_keytab_entries() for pwd history in parse_object().Michael Adam2008-08-011-13/+5
* dssync keytab: add prefix parameter to add_to_keytab_entries() for flexibility.Michael Adam2008-08-011-2/+5
* dssync keytab: add check for success of ADD_TO_ARRAY().Michael Adam2008-08-011-0/+1
* dssync keytab: refactor adding entry to keytab_context out into new functionMichael Adam2008-08-011-10/+28
* dssync: replace the processing_fn by startup/process/finish ops.Michael Adam2008-08-013-69/+103
* rpc_client: use init_samr_CryptPassword(Ex) in client tools.Günther Deschner2008-07-311-24/+13
* Enabled domain groups to be added to builtin groups at domain join timeTim Prouty2008-07-301-0/+33
* build: fix some no previous prototype warnings.Günther Deschner2008-07-301-1/+1
* Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2008-07-221-1/+1
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke2008-07-201-6/+4
* Refactoring: Make get_schannel_session_key return NTSTATUSVolker Lendecke2008-07-201-4/+3
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-6/+9
* libnetjoin: make libnet_join_rollback() static.Günther Deschner2008-07-181-2/+2
* Use LDAP macros instead of attribute names.Karolin Seeger2008-07-181-24/+24
* dssync: fix missing prototype warning by including the proper header.Michael Adam2008-07-181-1/+1
* libnet_dssync: use ctr[1|6]->more_dataStefan Metzmacher2008-07-161-2/+2
* libnetjoin: fix Bug #5570.Günther Deschner2008-07-031-1/+1
* net_vampire: add code to vampire to a Kerberos keytab file using DRSUAPI.Günther Deschner2008-07-012-0/+246
* net_vampire: keep keytab context and flush keytab only after the last query.Günther Deschner2008-07-011-14/+19
* kerberos: allow to keep entries with old kvno's while creating keytab.Günther Deschner2008-06-301-0/+1
* kerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_add_entry_ext.Günther Deschner2008-06-301-7/+7
* Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.Jeremy Allison2008-06-261-1/+1
* libnet_dssync: add last_query flag to processing routine.Günther Deschner2008-06-272-4/+17
* libnet_dssync: add output filename and dns_domain_name to dssync struct.Günther Deschner2008-06-272-0/+8
* net_vampire: use bool for last_query information in samsync.Günther Deschner2008-06-276-19/+26
* net_vampire: separate keytab code from samsync code.Günther Deschner2008-06-275-154/+211
* libnet_dssync: pass down drsuapi_DsReplicaOIDMapping_Ctr to callback.Günther Deschner2008-06-262-0/+3
* libnet_dssync: always decrypt attributes before passing them to the processin...Günther Deschner2008-06-261-0/+127
* net_vampire: add some error output to libnet_dssync.Günther Deschner2008-06-261-1/+16
* rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner2008-06-251-1/+1
* net_vampire: add basic libnet_dssync() infrastructure.Günther Deschner2008-06-244-0/+399
* net_vampire: add code to vampire a SAM database to a keytab file.Günther Deschner2008-06-243-1/+329
* net_vampire: add username/password to samsync_context.Günther Deschner2008-06-241-0/+3
* libads: use ads_connect_user_creds in some places.Günther Deschner2008-06-241-1/+1
* net_vampire: more libnet_samsync restructuring.Günther Deschner2008-06-233-27/+19
* net_vampire: prepend libnet_ to the public samsync functions.Günther Deschner2008-06-232-31/+26
* net_vampire: move out display routines to one file.Günther Deschner2008-06-232-0/+307
* net_vampire: move out passdb routines to one file.Günther Deschner2008-06-232-0/+794
* net_vampire: fix included header.Günther Deschner2008-06-231-1/+1
* net_vampire: move pull_netr_AcctLockStr() to libnet.Günther Deschner2008-06-232-0/+41
* net_vampire: add error and result_message to samsync_context.Günther Deschner2008-06-173-23/+54
* net_vampire: add domain_name to samsync_context.Günther Deschner2008-06-173-0/+6
* net_vampire: fix samsync_process_database().Günther Deschner2008-06-171-1/+1
* net_vampire: fix build warning.Günther Deschner2008-06-171-1/+0
* net_vampire: use generic output filename and use correct argv element.Günther Deschner2008-06-172-2/+2