summaryrefslogtreecommitdiff
path: root/source3/libads/ads_struct.c
Commit message (Collapse)AuthorAgeFilesLines
...
* more memory leak fixesAndrew Tridgell2001-12-051-4/+4
| | | | (This used to be commit eb6f0e91ddd2a97a907a569bc60beca99b494884)
* 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-291-0/+182
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)