summaryrefslogtreecommitdiff
path: root/source3/libads/disp_sec.c
AgeCommit message (Collapse)AuthorFilesLines
2003-01-02BIG patch...Andrew Bartlett1-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 (This used to be commit 92a777d0eaa4fb3a1c7835816f93c6bdd456816d)
2002-09-28Try to compile as much as possible with only ldap, but not kerberos.Andrew Bartlett1-3/+0
(This used to be commit 9615ab10c006d8027f6a8b7dd3770eb77304dbdc)
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-15/+3
code (This used to be commit 91ad9041e9507d36eb3f40c23c5d4df61f139ef0)
2002-06-03fixed a spelling mistakeAndrew Tridgell1-1/+1
(This used to be commit 5a04ea1f0c41965bc735f38f4892dc37571734d6)
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter1-2/+1
(This used to be commit e66bdf1229ba84f64c19e817e2c4081dbbf0bee8)
2002-03-10forgotten file, oopsAndrew Tridgell1-0/+175
(This used to be commit 98196e79b733e029341578b382bdfabf3f9a0bdc)