summaryrefslogtreecommitdiffstats
path: root/source/libads
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leaks, added krb5 replay cache. Now I need to add code to checkJeremy Allison2003-07-121-17/+72
* Fix shadow parameter warning.Tim Potter2003-07-101-4/+4
* Call the synchronous version of the ldap delete function otherwise we end upTim Potter2003-07-071-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-033-7/+7
* Implemented 'net ads printer search' which searches the directory forTim Potter2003-07-031-1/+14
* Fix bug in doxygen comments for ads search functions.Tim Potter2003-07-031-4/+4
* Fix shadow variable warnings.Tim Potter2003-06-301-8/+8
* * fix typos in a few debug statementsGerald Carter2003-06-251-3/+9
* large change:Gerald Carter2003-06-252-120/+48
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-0/+3
* we need to call ads_first_entry() before using a ldap result,Andrew Tridgell2003-06-161-5/+12
* Rename some uuid functions so as not to conflict with systemTim Potter2003-06-131-1/+1
* Fix shadow variable warning.Tim Potter2003-06-131-4/+4
* added an auth flag that indicates if we should be allowed to fallbackAndrew Tridgell2003-06-101-1/+4
* No matter how special this session key is, it's not worth a level 0.Andrew Bartlett2003-06-061-2/+4
* More on bug 137: rename more of krb5_xxx functions to not start with krb5_Jim McDonough2003-05-301-1/+1
* More on bug 137: rename remainder of krb5_xxx functions to not start with krb5_Jim McDonough2003-05-301-11/+11
* Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, soJim McDonough2003-05-301-5/+6
* Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups.Jeremy Allison2003-05-151-0/+2
* Patch from Ken Cross to allow an ADS domain join with a username of the formAndrew Bartlett2003-05-041-1/+1
* Revert patch - we need to try the NTLMSSP code below...Andrew Bartlett2003-04-241-9/+4
* Use the kerberos error from ads_kinit_password() in the return value fromAndrew Bartlett2003-04-241-4/+9
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-213-7/+11
* Add const, static and fix a double free() (merge from HEAD).Andrew Bartlett2003-04-211-6/+5
* Move PAC decoding over from HEAD.Jim McDonough2003-04-161-0/+6
* Change variable name to get this working on gcc 3.2 (Merge from HEAD)Jelmer Vernooij2003-04-152-38/+38
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-04-131-0/+614
|\
| * 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