summaryrefslogtreecommitdiffstats
path: root/source3/utils/smbcquotas.c
Commit message (Collapse)AuthorAgeFilesLines
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-7/+7
| | | | | | | in iconv.c and nsswitch/). Using them means you're not thinking about multibyte at all and I really want to discourage that. Jeremy. (This used to be commit d7e35dfb9283d560d0ed2ab231f36ed92767dace)
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+2
| | | | | | connections. Overrides smb.conf parameter if set. Jeremy. (This used to be commit 879309671df6b530e0bff69559422a417da4a307)
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
| | | | (This used to be commit d817eaf0ecca2d878ab1ffcf7a747a02d71c811e)
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
| | | | | | that is now possible to, for example, load a module which contains an auth method into a binary without the auth/ subsystem built in. (This used to be commit 74d9ecfe2dd7364643d32acb62ade957bd71cd0d)
* Merge from HEAD - the usual popt-needs-static for Sun CC.Andrew Bartlett2003-04-301-1/+1
| | | | (This used to be commit 2fabc356769477cc8bdbb23ecd8fee1e7d9fdb7d)
* Merge of const fixes from HEAD.Tim Potter2003-04-281-1/+1
| | | | (This used to be commit a847ebd82732cc2b430c58c3b287a46db0e35ba1)
* More fun with Sun CC needing constant initializersAndrew Bartlett2003-04-231-1/+1
| | | | (This used to be commit ce3dd8fd69231798185e3e3bb988775e5671e070)
* smbcquota patch from metzeGerald Carter2003-04-111-0/+545
(This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)