summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some small cleanups to the libads code (mainly error checking), and give aAndrew Bartlett2002-09-272-5/+28
* Another patch from metze, towards his work on sam_ads.Andrew Bartlett2002-09-252-2/+98
* Avoid a segfault in net join when you have not done an kinit, and it's fallingAndrew Bartlett2002-09-251-0/+5
* Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell2002-09-175-22/+75
* another const cleanupAndrew Tridgell2002-09-171-1/+1
* Seems I missed commiting this when I added the rest of metze's ADS patch.Andrew Bartlett2002-09-061-0/+75
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett2002-09-062-8/+42
* Add some DEBUG()s to some libads failure modes.Andrew Bartlett2002-09-061-1/+5