summaryrefslogtreecommitdiffstats
path: root/source/libads
Commit message (Expand)AuthorAgeFilesLines
* Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups.Jeremy Allison2003-05-151-0/+2
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-163-7/+11
* decode_pac_data() needs a talloc ctx as an argument.Tim Potter2003-04-141-1/+1
* Complete what I've seen (and then some)t of the PAC.Jim McDonough2003-04-091-5/+124
* Decode the PAC! This patch just decodes it and then frees it, so it's justJim McDonough2003-04-072-0/+501
* - Support building all auth modules as .so'sJelmer Vernooij2003-03-252-38/+38
* Changes to help the kerberos change password code work on systems thatAndrew Bartlett2003-03-161-37/+29
* - Fix a double-free (I can't say I understand the code, but it matches the o...Andrew Bartlett2003-03-121-6/+5
* More const fixes.Jeremy Allison2003-03-051-2/+2
* tokenGroups are SIDs, so dump them as such.Andrew Bartlett2003-02-251-0/+1
* Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett2003-02-241-6/+26
* Always initialiseAndrew Bartlett2003-02-241-2/+2
* Fix a DEBUG() formatting, add some more debug to our SID pulling code andAndrew Bartlett2003-02-221-18/+33
* libads/krb5_setpw.cJim McDonough2003-02-191-1/+2
* Fix segv in net ads join...an extra & was the culpritJim McDonough2003-02-191-1/+1
* Check return values of various join-related functions, and ensure we alwaysAndrew Bartlett2003-02-191-9/+16
* Try to get heimdal working with HEAD.Jim McDonough2003-02-191-20/+7
* Fix of two warnings.Rafal Szczesniak2003-02-181-5/+3
* Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-154-132/+337
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-5/+11
* add a note about a better method for finding netbios name of workgroupAndrew Tridgell2003-02-121-0/+7
* Mem alloc failure checks.Jeremy Allison2003-02-043-23/+59
* Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett2003-02-013-10/+39
* More fixes getting us closer to full Heimdal compile....Jeremy Allison2003-01-211-11/+7
* sanity checks from Ken CrossGerald Carter2003-01-212-3/+7
* * removed unused variable from rpcclient codeGerald Carter2003-01-151-5/+5
* Patch from Nik Conwell <nik@bu.edu>. Don't reference free()ed data when tryingAndrew Bartlett2003-01-111-1/+3
* BIG patch...Andrew Bartlett2003-01-023-8/+8
* Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison2002-12-301-0/+2
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-202-9/+9
* More printer publishing code.Jim McDonough2002-12-131-0/+26
* More printer data to publishJim McDonough2002-12-051-0/+1
* Stop using hardcoded key/value strings, be more forgiving of dsspooler/dsdriv...Jim McDonough2002-12-031-70/+74
* [merge from APP_HEAD]Gerald Carter2002-11-231-1/+2
* Don't pass a function to ADS_ERR_OK().Jim McDonough2002-11-181-6/+13
* Next step of printer publishing.Jim McDonough2002-11-181-106/+242
* Include the hostname we are trying to match with $@, to allow easier debugging.Andrew Bartlett2002-11-151-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-124-27/+26
* make sure that if kerberos fails we can fall back on NTLMSSP for SASLAndrew Tridgell2002-11-101-2/+5
* Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-061-12/+7
* Re-enable use of existing kerberos tickets.Jim McDonough2002-10-311-2/+6
* fixed a possible segv when dealing with a blank passwordAndrew Tridgell2002-10-231-2/+6
* Format objectGUIDs on ads dumps.Jim McDonough2002-10-181-1/+18
* only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can'tAndrew Tridgell2002-10-041-3/+7
* support all permitted encoding types in tickets. This allows us toAndrew Tridgell2002-10-041-15/+29
* .NET likes both forms of servicePrincipalName in the machine accountAndrew Tridgell2002-10-031-1/+8
* Try to compile as much as possible with only ldap, but not kerberos.Andrew Bartlett2002-09-284-36/+35
* Add the beginings of sam_ads to the tree.Andrew Bartlett2002-09-284-3/+46
* This needs to be #ifdef HAVE_LDAP.Andrew Bartlett2002-09-281-0/+3
* Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett2002-09-275-31/+332