summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Collapse)AuthorFilesLines
2001-12-05added functions that convert a ads binary blob to a string (forAndrew Tridgell1-0/+39
searching on SID) (This used to be commit 31d6d049b30e364e062f108d6f9221bbdc2ebec5)
2001-12-04added ads_search_dn() and ads_pull_sids()Andrew Tridgell1-1/+42
(This used to be commit bc83d55f4400cdcdfed44622954f11580b6d2f87)
2001-12-03added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell1-8/+80
least basic operations work (This used to be commit 88241cab983b2c7db7d477c6c4654694a7a56cd3)
2001-11-29ads->realm must not be NULLAndrew Tridgell1-0/+3
perhaps we should just fail ads_init() in this case? (This used to be commit 2a4ce3de6ae8fb833370d1f9d6e5e7193fafa979)
2001-11-29define LDAP_PORT when not availableAndrew Tridgell1-0/+3
(This used to be commit 5a5f140f84f4dd377d141e352f4cb7f9bea4fe64)
2001-11-29Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett3-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)
2001-11-28fixed some krb5 ifdefsAndrew Tridgell1-1/+1
(This used to be commit 23ef22f11700bbaa5778a9678a990a2b041fcefe)
2001-11-28add .po32 files to ignore listHerb Lewis1-1/+2
(This used to be commit 5f625f2877fc5132be3030fc6ea9df4d59ecff05)
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-1/+14
(This used to be commit e2ba2383c9f679c076749a8f4fccefc3559e37ec)
2001-11-25added "net ads user" and "net ads group" commandsAndrew Tridgell1-10/+14
(This used to be commit f482583139eedb75a23c7a720dca4e8fb7070fd5)
2001-11-25added "net ads status" commandAndrew Tridgell1-15/+76
(This used to be commit ae0eabd04c97320c2cf3c4575263c53cf61d03ea)
2001-11-25better auto-selection of realm and ldap serverAndrew Tridgell1-3/+4
(This used to be commit 69d256af4612f5c1277202eb8a7ef37eb6bb55f4)
2001-11-24added "net join" commandAndrew Tridgell3-12/+592
this completes the first stage of the smbd ADS support (This used to be commit 058a5aee901e6609969ef7e1d482a720a84a4a12)
2001-11-23Ignore *.po files.Tim Potter1-0/+1
(This used to be commit 5d343b40650464ae70037fd6e3fd96a9865fa611)
2001-11-20added the beginnings of ADS support in smbdAndrew Tridgell1-0/+324
(This used to be commit c7f611691941ca92f57665e19d6e46b161599427)