summaryrefslogtreecommitdiffstats
path: root/source/libads/ads_status.c
Commit message (Collapse)AuthorAgeFilesLines
* Some small cleanups to the libads code (mainly error checking), and give aAndrew Bartlett2002-09-271-0/+6
| | | | | | sane prototype for the push_utf8_allocate code. Andrew Bartlett
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett2002-09-061-8/+40
| | | | | | | | | | | | | to extend the ADS_STATUS system to include NTSTATUS, and to provide a better general infrustructure for his sam_ads work. I've also added some extra failure mode DEBUG()s to parts of the code. NOTE: The ADS_ERR_OK() macro is rather sensitive to braketing issues - without the final set of brakets, the test is essentially inverted - causing some intersting 'error = success' messages... Andrew Bartlett
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Move local variable to avoid warning when compiled without GSSAPI.Martin Pool2002-01-141-1/+2
|
* cope with systems that don't have full gssapi libsAndrew Tridgell2001-12-311-0/+2
|
* Fix the compile on systems without a full kerberos kit.Andrew Bartlett2001-12-301-1/+3
| | | | Andrew Bartlett
* Make Samba compile on RH 6.2 again.Andrew Bartlett2001-12-301-0/+91
We now include the libber.h file if required, but currently we just don't use ldap. (I'll chase this up). In the meantime, I've moved the ads_status code about, its now in its own file, and has a couple of #ifdefs to allow smbd to link - becouse the lack of LDAP caused HAVE_ADS to be undefined. (I hope its not too ugly). Andrew Bartlett