summaryrefslogtreecommitdiffstats
path: root/source/libads/krb5_setpw.c
Commit message (Collapse)AuthorAgeFilesLines
* r3436: Fix build with recent heimdal-versions (0.6.3) as pointed out by LukeGünther Deschner2007-10-101-0/+2
| | | | | | | | | Mewburn <lukem@NetBSD.org> and close Bugzilla #1661. Leaving the old define for KRB5_KPASSWD_VERS_SETPW (added by Antti Andreimann) as fallback when the library does not provide one. Guenther
* r3377: Merge in first part of modified patch from Nalin Dahyabhai ↵Jeremy Allison2007-10-101-1/+1
| | | | | | | | | <nalin@redhat.com> for bug #1717.The rest of the code needed to call this patch has not yet been checked in (that's my next task). This has not yet been tested - I'll do this once the rest of the patch is integrated. Jeremy.
* r1247: Final fix to make this compile on Heimdal.Jeremy Allison2007-10-101-0/+4
| | | | Jeremy.
* r1223: Fix valgrind error with realm manipulation.... Damn macros :-(.Jeremy Allison2007-10-101-2/+8
| | | | Jeremy.
* r1222: Valgrind memory leak fixes. Still tracking down a strange one...Jeremy Allison2007-10-101-10/+25
| | | | | Can't fix the krb5 memory leaks inside that library :-(. Jeremy.
* r541: fixing segfault in winbindd caused -r527 -- looks like a bug in ↵Gerald Carter2007-10-101-3/+3
| | | | heimdal; also initialize some pointers
* Fix bugzilla # 1208Jim McDonough2004-03-241-1/+1
| | | | | | | | | | Winbind tickets expired. We now check the expiration time, and acquire new tickets. We couln't rely on renewing them, because if we didn't get a request before they expired, we wouldn't have renewed them. Also, there is a one-week limit in MS on renewal life, so new tickets would have been needed after a week anyway. Default is 10 hours, so we should only be acquiring them that often, unless the configuration on the DC is changed (and the minimum is 1 hour).
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-191-9/+6
| | | | | | | | | - Make winbindd try to use kerberos for connections to DCs, so that it can access RA=2 servers, particularly for netlogon. - Make rpcclient follow the new flags for the NETLOGON pipe - Make all the code that uses schannel use the centralised functions for doing so. Andrew Bartlett
* get rid of more compiler warningsHerb Lewis2003-08-151-1/+1
|
* Removed strupper/strlower macros that automatically map to ↵Jeremy Allison2003-07-031-1/+1
| | | | | | | strupper_m/strlower_m. I really want people to think about when they're using multibyte strings. Jeremy.
* 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
| | | | we wouldn't build.
* Patch from Ken Cross to allow an ADS domain join with a username of the formAndrew Bartlett2003-05-041-1/+1
| | | | | | user@realm, where realm might not be the realm we are joining. Andrew Bartlett
* Add const, static and fix a double free() (merge from HEAD).Andrew Bartlett2003-04-211-6/+5
|
* Merge from HEAD:Andrew Bartlett2003-03-171-37/+29
| | | | | | | | net ads password Heimdal compile fixes. Andrew Bartlett
* More const fixes.Jeremy Allison2003-03-051-2/+2
| | | | Jeremy.
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-123/+306
| | | | | | | | | | - new kerberos code, allowing the account to change it's own password without special SD settings required - NTLMSSP client code, now seperated from cliconnect.c - NTLMv2 client code - SMB signing fixes Andrew Bartlett
* Mem alloc checks.Jeremy Allison2003-02-041-4/+21
| | | | Jeremy.
* More fixes getting us closer to full Heimdal compile....Jeremy Allison2003-01-211-11/+7
| | | | Jeremy.
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-0/+31
| | | | | (i ignored the new SAMBA stuff, but the rest of this looks like it should have been merged already).
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-4/+10
|
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Fix up C99 comment.Andrew Bartlett2002-01-011-1/+1
| | | | // -> /* */
* Allow this to build without LDAP, as per the example below it.Andrew Bartlett2001-12-311-1/+1
| | | | Andrew Bartlett
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-201-14/+131
|
* much better ADS error handling systemAndrew Tridgell2001-12-191-18/+18
|
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-1/+1
|
* added "net join" commandAndrew Tridgell2001-11-241-0/+352
this completes the first stage of the smbd ADS support