summaryrefslogtreecommitdiffstats
path: root/source3/libads/kerberos.c
Commit message (Collapse)AuthorAgeFilesLines
* r1245: I think the parameter for "password" and "data" was reversed.Jeremy Allison2007-10-101-2/+2
| | | | | | CHECK THIS ! Jeremy. (This used to be commit d4abeefe3e307ff226fba481ca2c743cde153e4b)
* r541: fixing segfault in winbindd caused -r527 -- looks like a bug in ↵Gerald Carter2007-10-101-4/+4
| | | | | | heimdal; also initialize some pointers (This used to be commit be74e88d9a4b74fcaf25b0816e3fa8a487c91ab5)
* Fix bugzilla # 1208Jim McDonough2004-03-241-2/+37
| | | | | | | | | | | 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). (This used to be commit c2436c433afaab4006554a86307f76b6689d6929)
* Merge tridge's blank password fix from HEAD.Jeremy Allison2002-10-241-2/+6
| | | | | Jeremy. (This used to be commit eadfd312ba92a780f655cf117c44b30457f007e8)
* Updates from Samba HEAD:Andrew Bartlett2002-10-011-1/+8
| | | | | | | | | | | | | | | | | - Fix segfaults in the 'net ads' commands when no password is provided - Readd --with-ldapsam for 2.2 compatability. This conditionally compiles the old options, but the actual code is available on all ldap systems. - Fix shadow passwords (as per work with vl) - Fix sending plaintext passwords to unicode servers (again vl) - Add a bit of const to secrets.c functions - Fix some spelling and grammer by vance. - Document the -r option in smbgroupedit. There are more changes in HEAD, I'm only merging the changes I've been involved with. Andrew Bartlett (This used to be commit 83973c389355a5cc9ca74af467dfd8b5dabd2c8f)
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+6
| | | | (This used to be commit 65e7b5273bb58802bf0c389b77f7fcae0a1f6139)
* sync 3.0 branch with headJelmer Vernooij2002-08-171-10/+2
| | | | (This used to be commit 3928578b52cfc949be5e0ef444fce1558d75f290)
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-130/+25
| | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-201-8/+5
| | | | (This used to be commit 412e79c448bf02e3097b5c14a36fe0172d8d2895)
* better error handlingAndrew Tridgell2001-12-131-2/+7
| | | | (This used to be commit ed6279481bfcb21212e9c22009969c19ea4f1646)
* allow overriding the local time in kerberos_kinit_password()Andrew Tridgell2001-12-111-2/+8
| | | | (This used to be commit cb9dbcef7cba9eb42f7b30b81c35142dc945d84f)
* moved ccache location change into winbindd codeAndrew Tridgell2001-12-101-8/+0
| | | | (This used to be commit be254eb13c4bf316823ed43db3ef9407f45ca23b)
* fixed used of string after freeAndrew Tridgell2001-12-091-1/+1
| | | | (This used to be commit f7ead035ebe55e94cdd5807b173bd4612866b06f)
* added internal sasl/gssapi code. This means we are no longer dependent on ↵Andrew Tridgell2001-12-081-7/+17
| | | | | | cyrus-sasl which makes the code much less fragile. Also added code to auto-determine the server name or realm (This used to be commit 435fdf276a79c2a517adcd7726933aeef3fa924b)
* put the winbindd krb5 credentials cache in the lock directoryAndrew Tridgell2001-12-061-0/+4
| | | | | this prevents it clobbering the users cache (This used to be commit 3de552f365373de85298dbe911143e036805f9ea)
* added a propoer kerberos_kinit_password callAndrew Tridgell2001-12-061-11/+65
| | | | | | | contribution from remus@snapserver.com thanks! (This used to be commit 3ace8f1fcc27492d26f5ad0c3cdfc63235ca0609)
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-051-0/+21
| | | | | | | winbindd can do a kinit this will be removed once we have code that gets a tgt and puts it in a place where cyrus-sasl can see it (This used to be commit 7d94f1b7365215a020d3678d03d820a7d086174f)
* Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2001-11-291-2/+3
| | | | | | | | | | This allows us to use automagically obtained values in future, and the value from krb5.conf now. Also fix mem leaks etc. Andrew Bartlett (This used to be commit 8f9ce717819235d98a1463f20ac659cb4b4ebbd2)
* added "net join" commandAndrew Tridgell2001-11-241-0/+149
this completes the first stage of the smbd ADS support (This used to be commit 058a5aee901e6609969ef7e1d482a720a84a4a12)