summaryrefslogtreecommitdiffstats
path: root/source3/utils/smbcquotas.c
Commit message (Collapse)AuthorAgeFilesLines
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+1
| | | | | Sync with trunk as off r13315 (This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f)
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
| | | | | | | | | | | | | lp_load() could not be called multiple times to modify parameter settings based on reading from multiple configuration settings. Each time, it initialized all of the settings back to their defaults before reading the specified configuration file. This patch adds a parameter to lp_load() specifying whether the settings should be initialized. It does, however, still force the settings to be initialized the first time, even if the request was to not initialize them. (Not doing so could wreak havoc due to uninitialized values.) (This used to be commit f2a24de769d1b2266e576597c57a8e3b1e2a2b51)
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2007-10-101-0/+2
| | | | | | What I'd give for a global constructor... Jeremy. (This used to be commit c970d7d0a5ba225465dfb0980989b8817b17c643)
* r12045: More warning fixes... Just a few more to go.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit cd192ed79a531c6775cdbfb35f0eb2e0fa230ce9)
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-5/+8
| | | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
* r2388: fix client quota supportStefan Metzmacher2007-10-101-2/+3
| | | | | | | for the client we need the windows path and for server we need unix path metze (This used to be commit 54fd28f5e7b70ce2b192c2037ce28da3fea9ef92)
* r2348: fix segmention faultsStefan Metzmacher2007-10-101-5/+6
| | | | | | | in smbcquotas and smbcacls caused by setup_logging() (-r 1425) metze (This used to be commit 39f3f76ea2097c10799f0bef8717d3ac71cacaa8)
* 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)