summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_dssync_keytab.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-02s3-libnet: add ads forward declaration in libnet keytab code.Günther Deschner1-1/+0
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2010-10-31idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki1-8/+8
2010-08-13s3-krb5 Only build ADS support if arcfour-hmac-md5 is availableAndrew Bartlett1-2/+2
2010-07-13s3-libnet: better separate headers.Günther Deschner1-1/+4
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-5/+4
2008-11-18s3-libnet: move add_to_keytab_entries to libnet_keytab.Günther Deschner1-72/+39
2008-09-23s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.Günther Deschner1-1/+1
2008-09-23s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner1-3/+3
2008-08-01libnet dssync: fix memory allocation for error/result messages.Michael Adam1-4/+4
2008-08-01dssync keytab: add comment header explaining add_to_keytab_entries().Michael Adam1-0/+4
2008-08-01libnet dssync: add my C after dssync keytab changes.Michael Adam1-0/+1
2008-08-01dssync: add clean_old_entries flag to dssync_ctx.Michael Adam1-0/+1
2008-08-01dssync keytab: when not in single object replication mode, use object dn list...Michael Adam1-0/+28
2008-08-01dssync keytab: support storing kerberos keys from supplemental credentials.Michael Adam1-0/+186
2008-08-01dssync keytab: store the samaccountname in the keytab for diff replication.Michael Adam1-5/+55
2008-08-01dssync keytab: move handling of removal of duplicates to libnet_keytab_add_en...Michael Adam1-19/+0
2008-08-01dssync keytab: store the UpToDate vector with ENCTYPE_NULL.Michael Adam1-3/+3
2008-08-01dssync keytab: log the DN of the object to be parsed.Michael Adam1-0/+2
2008-08-01dssync keytab: remove old UpToDateNess vectors from keytab before storing new...Michael Adam1-0/+19
2008-08-01dssync keytab: add parsing and logging of servicePrincipalName-sMichael Adam1-0/+22
2008-08-01dssync keytab: fix comma placement in debug outputMichael Adam1-2/+2
2008-08-01dssync keytab: add debugging output when skipping an object.Michael Adam1-1/+7
2008-08-01libnet keytab: add enctype parameter to libnet_keytab_search().Michael Adam1-2/+4
2008-08-01dssync keytab: add store enctypes in the libnet_keytype_entry structs.Michael Adam1-1/+6
2008-08-01dssync: skip analysis of the msDS_KeyVersionNumber attribute:Michael Adam1-3/+0
2008-08-01dssync keytab: wrap printing of the uptodate vector in DEBUGLEVEL >= 10 checksMichael Adam1-2/+7
2008-08-01dssync keytab: add support for keeping track of the up-to-date-ness vector.Michael Adam1-4/+61
2008-08-01dssync keytab: use add_to_keytab_entries() for pwd history in parse_object().Michael Adam1-13/+5
2008-08-01dssync keytab: add prefix parameter to add_to_keytab_entries() for flexibility.Michael Adam1-2/+5
2008-08-01dssync keytab: add check for success of ADD_TO_ARRAY().Michael Adam1-0/+1
2008-08-01dssync keytab: refactor adding entry to keytab_context out into new functionMichael Adam1-10/+28
2008-08-01dssync: replace the processing_fn by startup/process/finish ops.Michael Adam1-46/+67
2008-07-01net_vampire: add code to vampire to a Kerberos keytab file using DRSUAPI.Günther Deschner1-0/+240