summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Collapse)AuthorAgeFilesLines
...
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-193-25/+131
| | | | | | | - gss error code patch from a.bokovoy@sam-solutions.net - better sid dumping in ads_dump - fixed help in wbinfo (This used to be commit ee1c3e1f044b4ef62169ad74c5cac40eef81bfda)
* allow selection of the organisational unit when joining a realmAndrew Tridgell2001-12-171-4/+4
| | | | (This used to be commit f1231c2b54cac9d4fda7fa9d45fd329f1fd7b779)
* better error handlingAndrew Tridgell2001-12-131-2/+7
| | | | (This used to be commit ed6279481bfcb21212e9c22009969c19ea4f1646)
* try the PDC for our workgroup if we can't find the ldap serverAndrew Tridgell2001-12-131-3/+8
| | | | (This used to be commit fc9fd2ca19899e757a6d3ccbba3d4a10f27d7a3f)
* 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)
* make sid_binstring available without HAVE_ADSAndrew Tridgell2001-12-101-39/+0
| | | | (This used to be commit 4a6d29768665f71b72cf48ee34ee9a9c451232f6)
* fixed used of string after freeAndrew Tridgell2001-12-091-1/+1
| | | | (This used to be commit f7ead035ebe55e94cdd5807b173bd4612866b06f)
* fix a DEBUG() lineAndrew Tridgell2001-12-081-2/+3
| | | | (This used to be commit 18da530293b11d895c62d08895ee1f77d8f97a12)
* added internal sasl/gssapi code. This means we are no longer dependent on ↵Andrew Tridgell2001-12-084-118/+279
| | | | | | 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-062-12/+66
| | | | | | | contribution from remus@snapserver.com thanks! (This used to be commit 3ace8f1fcc27492d26f5ad0c3cdfc63235ca0609)
* fixed a minor password memory leakAndrew Tridgell2001-12-051-0/+1
| | | | (This used to be commit 5985d7e6eec1eb80d8d7470ee2ceda8981c7410c)
* fix link errorAndrew Tridgell2001-12-051-0/+2
| | | | (This used to be commit 58e93a8b7de10f60a1e68570f1bdd6e3d8fa44a5)
* handle ldap server down betterAndrew Tridgell2001-12-051-1/+3
| | | | (This used to be commit 0d85815c992c6ca77ba64dfb2d7538be4684654d)
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-053-1/+29
| | | | | | | 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)
* added timeouts and retries to ldap operationsAndrew Tridgell2001-12-051-9/+53
| | | | (This used to be commit 4f004eb54d66b6f811cb2f4791da6c70d77f87c2)
* moved the sequence number fetch into the backend, and fetch theAndrew Tridgell2001-12-051-1/+1
| | | | | sequence number via ldap when using ads (This used to be commit 9a084f0bb91883224ad44e2b76417d10c15cce42)
* paranoia fixes in based ldap routines for potential memory leaksAndrew Tridgell2001-12-051-10/+16
| | | | (This used to be commit 13b933104e1389608e4831ca47dd8106ea0c60a5)
* more memory leak fixesAndrew Tridgell2001-12-052-4/+12
| | | | (This used to be commit eb6f0e91ddd2a97a907a569bc60beca99b494884)
* added functions that convert a ads binary blob to a string (forAndrew Tridgell2001-12-051-0/+39
| | | | | searching on SID) (This used to be commit 31d6d049b30e364e062f108d6f9221bbdc2ebec5)
* added ads_search_dn() and ads_pull_sids()Andrew Tridgell2001-12-041-1/+42
| | | | (This used to be commit bc83d55f4400cdcdfed44622954f11580b6d2f87)
* added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell2001-12-031-8/+80
| | | | | least basic operations work (This used to be commit 88241cab983b2c7db7d477c6c4654694a7a56cd3)
* ads->realm must not be NULLAndrew Tridgell2001-11-291-0/+3
| | | | | perhaps we should just fail ads_init() in this case? (This used to be commit 2a4ce3de6ae8fb833370d1f9d6e5e7193fafa979)
* define LDAP_PORT when not availableAndrew Tridgell2001-11-291-0/+3
| | | | (This used to be commit 5a5f140f84f4dd377d141e352f4cb7f9bea4fe64)
* Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2001-11-293-104/+186
| | | | | | | | | | 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)
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-1/+1
| | | | (This used to be commit 23ef22f11700bbaa5778a9678a990a2b041fcefe)
* add .po32 files to ignore listHerb Lewis2001-11-281-1/+2
| | | | (This used to be commit 5f625f2877fc5132be3030fc6ea9df4d59ecff05)
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-1/+14
| | | | (This used to be commit e2ba2383c9f679c076749a8f4fccefc3559e37ec)
* added "net ads user" and "net ads group" commandsAndrew Tridgell2001-11-251-10/+14
| | | | (This used to be commit f482583139eedb75a23c7a720dca4e8fb7070fd5)
* added "net ads status" commandAndrew Tridgell2001-11-251-15/+76
| | | | (This used to be commit ae0eabd04c97320c2cf3c4575263c53cf61d03ea)
* better auto-selection of realm and ldap serverAndrew Tridgell2001-11-251-3/+4
| | | | (This used to be commit 69d256af4612f5c1277202eb8a7ef37eb6bb55f4)
* added "net join" commandAndrew Tridgell2001-11-243-12/+592
| | | | | this completes the first stage of the smbd ADS support (This used to be commit 058a5aee901e6609969ef7e1d482a720a84a4a12)
* Ignore *.po files.Tim Potter2001-11-231-0/+1
| | | | (This used to be commit 5d343b40650464ae70037fd6e3fd96a9865fa611)
* added the beginnings of ADS support in smbdAndrew Tridgell2001-11-201-0/+324
(This used to be commit c7f611691941ca92f57665e19d6e46b161599427)