summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_proto.h
AgeCommit message (Collapse)AuthorFilesLines
2008-11-18s3-libnet: move add_to_keytab_entries to libnet_keytab.Günther Deschner1-0/+7
Guenther
2008-10-04"gwen/cc" does not like the double const :-)Volker Lendecke1-1/+1
2008-08-01dssync keytab: move handling of removal of duplicates to ↵Michael Adam1-5/+0
libnet_keytab_add_entry(). This makes libnet_keytab_remove_entries static and moves it up. libnet_keytab_add_entry() now removes the duplicates in advance. No special handling neede for the UTDV - this is also needed for other entries... Michael (This used to be commit 3c463745445f6b64017918f442bf1021be219e83)
2008-08-01libnet keytab: add function libnet_keytab_remove_entries().Michael Adam1-0/+5
This can be used to remove entries of given principal, kvno and enctype. Michael (This used to be commit a6f61c05b270c82f4bfce8a6850f81a09ad29087)
2008-08-01libnet keytab: add enctype parameter to libnet_keytab_search().Michael Adam1-0/+1
Not really used yet. Note: callers use ENCTYPE_ARCFOUR_HMAC enctype for UTDV (for now). This is what is currently stored. This is to be changed to ENCTYPE_NULL. Michael (This used to be commit cb91d07413430e0e0a16846d2c44aae8c165400e)
2008-08-01libnet_keytab: add a libnet_keytab_search() functionMichael Adam1-0/+4
that searches and fetches an entry from a keytab file by principal and kvno. This code is by metze. Michael (This used to be commit a51a60066b6703fc4e5db3536903abf1cdaca885)
2008-06-27net_vampire: separate keytab code from samsync code.Günther Deschner1-0/+9
Guenther (This used to be commit 69d8442bf3248f97ad23def424901d7fa87bfe48)
2008-06-24net_vampire: add basic libnet_dssync() infrastructure.Günther Deschner1-0/+8
Guenther (This used to be commit 9486e532da602da587769d4ff8a1a2825e541a30)
2008-06-23net_vampire: more libnet_samsync restructuring.Günther Deschner1-5/+1
Guenther (This used to be commit 3bcda522f025aff249678a8a086218679fc19c6b)
2008-06-23net_vampire: prepend libnet_ to the public samsync functions.Günther Deschner1-14/+9
Guenther (This used to be commit f020c947cfb1482176af8827ed9c361d7c21e26f)
2008-06-23net_vampire: move pull_netr_AcctLockStr() to libnet.Günther Deschner1-0/+3
Guenther (This used to be commit 8ec64a96e43d2e55e81f725fe693178ecdc65e88)
2008-06-17net_vampire: add domain_name to samsync_context.Günther Deschner1-0/+1
Guenther (This used to be commit 7e7f07ec59d23e909809ed32adc8fc399826310d)
2008-06-17net_vampire: move some samsync functions to libnet.Günther Deschner1-1/+8
Guenther (This used to be commit b3b6af0a3e25fab0a14c9c802dbabd3d03448ebe)
2008-06-13samsync: add prototype for samsync_fix_delta_array().Günther Deschner1-0/+8
Guenther (This used to be commit 6c1904f8be1b4e08b09b64052c1aba24e7a4fb3d)
2008-05-18libnet: freeze libnet_proto.h from "make proto"Michael Adam1-0/+46
Michael (This used to be commit b455cd1a619a1f1922e2e7bc07f1af246e3201e6)