summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-014-4/+4
* working on transtive trusts issue:Gerald Carter2003-07-311-71/+0
* Don't revert something until you've seen if volker has already fixed it :-).Jeremy Allison2003-07-301-4/+0
* Comment out mutex until I get dependencies sorted out...Jeremy Allison2003-07-301-0/+4
* Put mutex around access of replay cache for krb5 tickets. krb5 replay cacheJeremy Allison2003-07-291-4/+13
* Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E...Jeremy Allison2003-07-291-1/+1
* Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, andJim McDonough2003-07-291-1/+1
* Improved debug messages whilst trying to track down kerb issues.Jeremy Allison2003-07-291-13/+20
* W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-252-2/+3
* fix case where no realm or workgroup means to use our ownGerald Carter2003-07-251-2/+19
* connect to the right realm or domain for trusted AD domainsGerald Carter2003-07-231-8/+4
* 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'.(This us...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