summaryrefslogtreecommitdiffstats
path: root/source3/libnet
Commit message (Expand)AuthorAgeFilesLines
...
* libnet_keytab: add some debug statements to libnet_keytab_search().Michael Adam2008-08-011-0/+8
* dssync keytab: store the UpToDate vector with ENCTYPE_NULL.Michael Adam2008-08-011-3/+3
* libnet keytab: use libnet_keytab_add_entry() in libnet_keytab_add().Michael Adam2008-08-011-13/+6
* libnet keytab: add function libnet_keytab_add_entry()Michael Adam2008-08-011-0/+54
* dssync keytab: log the DN of the object to be parsed.Michael Adam2008-08-011-0/+2
* dssync keytab: remove old UpToDateNess vectors from keytab before storing new...Michael Adam2008-08-011-0/+19
* libnet keytab: add function libnet_keytab_remove_entries().Michael Adam2008-08-012-0/+95
* libnet_keytab: cleanup libnet_keytab_search().Michael Adam2008-08-011-28/+27
* libnet keytab: test for matching enctype in libnet_keytab_search().Michael Adam2008-08-011-0/+5
* dssync keytab: add parsing and logging of servicePrincipalName-sMichael Adam2008-08-011-0/+22
* dssync keytab: fix comma placement in debug outputMichael Adam2008-08-011-2/+2
* dssync keytab: add debugging output when skipping an object.Michael Adam2008-08-011-1/+7
* libnet keytab: add enctype parameter to libnet_keytab_search().Michael Adam2008-08-013-2/+6
* dssync keytab: add store enctypes in the libnet_keytype_entry structs.Michael Adam2008-08-011-1/+6
* libnet_keytab: add enctype field to libnet_keytab_entry struct.Michael Adam2008-08-011-0/+1
* dssync: allow replications of a single obj with net rpc vampire keytab.Michael Adam2008-08-012-6/+28
* dssync: pass uptodateness vector into and out of DsGetNCChanges request.Michael Adam2008-08-011-2/+42
* dssync: skip analysis of the msDS_KeyVersionNumber attribute:Michael Adam2008-08-011-3/+0
* dssync: either use the req5 or the req8 request, depending on the supported_e...Michael Adam2008-08-011-8/+24
* 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