Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-19 | s4:utils Remove typo... | Andrew Bartlett | 1 | -1/+0 | |
2009-09-19 | s4:utils Explian fix for testparm -v | Andrew Bartlett | 1 | -2/+6 | |
The problem here was that we take an address of a bool, and then (via a void*) cast it to a int *, so put this in a comment. Andrew Bartlett | |||||
2009-09-19 | s4-testparm: fixed -v option | Andrew Tridgell | 1 | -1/+1 | |
never pass a bool pointer to popt | |||||
2008-10-24 | Fix includes. | Jelmer Vernooij | 1 | -0/+1 | |
2008-02-28 | Remove sDefault as static variable. | Jelmer Vernooij | 1 | -5/+5 | |
(This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172) | |||||
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 1 | -8/+8 | |
(This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173) | |||||
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 1 | -8/+8 | |
(This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2) | |||||
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d) | |||||
2007-12-21 | r26352: Don't make lp_load create a new context. | Jelmer Vernooij | 1 | -4/+6 | |
(This used to be commit d0d5c1a823a6601292c061dba2b6f4bde2b9e3dd) | |||||
2007-12-21 | r26344: Fix memory access. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 966248108f97d237b41ff2d14ec1e592d61d8db3) | |||||
2007-12-21 | r26339: Make loadparm talloc-allocated. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 1e02cd8db1d65ff72b747833904a10b47749b1fb) | |||||
2007-12-21 | r26275: return loadparm context in lp_load. | Jelmer Vernooij | 1 | -3/+4 | |
(This used to be commit d01f0f4c2037b531b3fd088060717f90e60471e9) | |||||
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and ↵ | Jelmer Vernooij | 1 | -1/+0 | |
wbsrv_connection. (This used to be commit 7c008664238ed966cb82adf5b25b22157bb50730) | |||||
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts ↵ | Jelmer Vernooij | 1 | -85/+98 | |
further up the call stack. (This used to be commit 0721a07aada6a1fae6dcbd610b8783df57d7bbad) | |||||
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -10/+10 | |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | |||||
2007-10-10 | r25392: Add loadparm context as argument in a couple more places. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069) | |||||
2007-10-10 | r25379: Use loadparm context parameter in a lot more places. | Jelmer Vernooij | 1 | -9/+9 | |
(This used to be commit 091961b13be665061c7e88ab4e2808c015bc403e) | |||||
2007-10-10 | r25047: Fix more warnings. | Jelmer Vernooij | 1 | -4/+4 | |
(This used to be commit 69de86d2d2e49439760fbc61901eb87fb7fc5d55) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 1 | -22/+21 | |
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 | |
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa) | |||||
2007-10-10 | r22607: work with the solaris version of popt | Stefan Metzmacher | 1 | -4/+4 | |
metze (This used to be commit c992e882b53525fea995c68be668ba939671139c) | |||||
2007-10-10 | r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 8b622c5ded0732df0eaf9f6226f52a27b6eacd73) | |||||
2007-10-10 | r12732: This option does nothing. | Andrew Bartlett | 1 | -2/+1 | |
Andrew Bartlett (This used to be commit 708ce7de3034cfef3c6d8c7d49df8851ad1e5827) | |||||
2007-10-10 | r12731: Simplify and re-implemenet support for --parameter-name=foo | Andrew Bartlett | 1 | -1/+1 | |
--service-name=bar in testparm. Andrew Bartlett (This used to be commit be067e9a04a4dca02a9472ae7385dc0bf26735ea) | |||||
2007-10-10 | r12730: Reimplement --parameter-name, and bring in common samba options. | Andrew Bartlett | 1 | -7/+12 | |
This changes -s from meaning 'suppress prompt' to 'services file'. Andrew Bartlett (This used to be commit 0f78bd743b8bc415e47006a683c53bfdff1bc1e1) | |||||
2007-10-10 | r12729: Implement the --section-name option, for dumping only one section. | Andrew Bartlett | 1 | -3/+22 | |
Andrew Bartlett (This used to be commit 3c49dd9219b12f5ed229ba108a02b85a18146df8) | |||||
2007-10-10 | r12728: Revive testparm. | Andrew Bartlett | 1 | -0/+219 | |
It needs work to not dump defaults from loadparm.c, but otherwise it works. Andrew Bartlett (This used to be commit 1260fcf46579d708a406625f548add9be9fdc6fb) | |||||
2007-10-10 | r852: remove unused utility progs | Stefan Metzmacher | 1 | -338/+0 | |
metze (This used to be commit 4ef0b3656abdebb698d93936ae6ca492a8d35ef8) | |||||
2003-08-15 | more fixes from the IRIX compiler (thanks herb!) | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 4cf3839b727c77a727abb558bd9473119a092913) | |||||
2003-08-13 | first public release of samba4 code | Andrew Tridgell | 1 | -0/+338 | |
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f) |