summaryrefslogtreecommitdiffstats
path: root/source/libads/disp_sec.c
Commit message (Collapse)AuthorAgeFilesLines
* BIG patch...Andrew Bartlett2003-01-021-3/+3
| | | | | | | | | | | | | | | | This patch makes Samba compile cleanly with -Wwrite-strings. - That is, all string literals are marked as 'const'. These strings are always read only, this just marks them as such for passing to other functions. What is most supprising is that I didn't need to change more than a few lines of code (all in 'net', which got a small cleanup of net.h and extern variables). The rest is just adding a lot of 'const'. As far as I can tell, I have not added any new warnings - apart from making all of tdbutil.c's function const (so they warn for adding that const string to struct). Andrew Bartlett
* Try to compile as much as possible with only ldap, but not kerberos.Andrew Bartlett2002-09-281-3/+0
|
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-15/+3
| | | | code
* fixed a spelling mistakeAndrew Tridgell2002-06-031-1/+1
|
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-2/+1
|
* forgotten file, oopsAndrew Tridgell2002-03-101-0/+175