summaryrefslogtreecommitdiffstats
path: root/source4/lib/cmdline
Commit message (Collapse)AuthorAgeFilesLines
* s4:cmdline Add --sign and --encrypt options to our common command lineAndrew Bartlett2010-03-241-1/+28
| | | | | | | This allows ldbsearch to accept --sign and --encrypt. I'll soon work to integrate with the --signing= option in smbclient. Andrew Bartlett
* s4:popt_common.c - fix intendationMatthias Dieter Wallnöfer2010-02-131-1/+1
|
* s4:cmdline: setup talloc log and abort functionsStefan Metzmacher2009-08-241-0/+7
| | | | metze
* fix build on sles8 and other old popt installationsBjörn Jacke2009-03-171-0/+4
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* Remove global_loadparm.Jelmer Vernooij2008-11-022-6/+2
|
* Move check of SMB_CONF_PATH to loadparm code.Jelmer Vernooij2008-11-021-5/+1
|
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-202-0/+3
| | | | remove some unused functions.
* Use new dynconfig.h location.Jelmer Vernooij2008-05-271-1/+1
| | | | (This used to be commit c3f556915f09d078253e4c5539910a1cf420eeca)
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-2/+2
| | | | (This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
* Create prototype headers from Makefile directory, without smb_build in the ↵Jelmer Vernooij2008-05-181-2/+4
| | | | | | middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942)
* Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-181-4/+4
| | | | (This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0)
* Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-3/+6
| | | | (This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6)
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-261-1/+2
| | | | (This used to be commit 89f7c74924965071981bbe7e05ff69847b0a3a03)
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb)
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 1b947fe0e6e16318e5a8127bb4932d6b5d20bcf6)
* r26392: cmdline: remove unused varStefan Metzmacher2007-12-211-2/+0
| | | | | metze (This used to be commit 844da106e91e1363df5f201caa703cea8e98aa16)
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d)
* r26352: Don't make lp_load create a new context.Jelmer Vernooij2007-12-211-9/+14
| | | | (This used to be commit d0d5c1a823a6601292c061dba2b6f4bde2b9e3dd)
* r26350: More tests.Jelmer Vernooij2007-12-211-3/+3
| | | | (This used to be commit 87799f55d5d85bf9a15a9637143faa32183b181b)
* r26339: Make loadparm talloc-allocated.Jelmer Vernooij2007-12-211-3/+3
| | | | (This used to be commit 1e02cd8db1d65ff72b747833904a10b47749b1fb)
* r26308: Split up big popt common callback function.Jelmer Vernooij2007-12-212-32/+58
| | | | (This used to be commit bd2d6e0595c7ef897bbc6fdea50b96a7c1b94031)
* r26275: return loadparm context in lp_load.Jelmer Vernooij2007-12-211-3/+3
| | | | (This used to be commit d01f0f4c2037b531b3fd088060717f90e60471e9)
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit e9875fcd56de0748ed78d7e3c9cdb4919cd96d3c)
* r26270: Require specifying the loadparm_context or NULL to ↵Jelmer Vernooij2007-12-211-1/+1
| | | | | | cli_credentials_guess(). (This used to be commit e52710d6794a25ba697f8c26b43784226964f9cb)
* r26236: Remove more uses of global_loadparm or specify loadparm_context ↵Jelmer Vernooij2007-12-211-10/+11
| | | | | | explicitly. (This used to be commit 5b29ef7c03d9ae76b0ca909e9f03a58e1bad3521)
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 5e814287ba475e12f8cc934fdd09b199dcdfdb86)
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
| | | | | | | | 2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-13/+9
| | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
* r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij2007-10-102-13/+13
| | | | (This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-102-0/+2
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r24868: Don't use callbacks for prompting when stdout is not a tty.Jelmer Vernooij2007-10-101-2/+7
| | | | (This used to be commit 9b02a39c156862f9e9258dcdb9b8b86715022fc1)
* r24620: move printing out the version string and exit()Stefan Metzmacher2007-10-101-3/+9
| | | | | | | | | into the popt _POST processing. Now 'smbd -V --bla' complains about an unknown option metze (This used to be commit 69bf7f1874c8e89b61c4baa03ff9ad191e71b804)
* r24335: Fix -N support.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 18ea767d396bf6d956fd83ee3d2687d98897ae36)
* r23912: We always accept / as a seperator, and it is far less confusingAndrew Bartlett2007-10-101-1/+1
| | | | | | | | | compared with a shell-escape (\). Fixes bug #4765 Andrew Bartlett (This used to be commit 417e0ef87fdf8ea69c66089485bd4e0f7b4ca495)
* r23809: Don't give users the fantasy that we can control choice of GENSECAndrew Bartlett2007-10-101-7/+1
| | | | | | | | security mechanisms at the moment. I'll put this back when I implement the functionality. Andrew Bartlett (This used to be commit 9a38ddc86fe8c68520622678eae81e4e90f427cf)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-104-12/+8
| | | | | | 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)
* r23064: Clarify comment and indentAndrew Bartlett2007-10-101-12/+12
| | | | (This used to be commit 607e8409f86b28c51a058555021cd45c1cb72a26)
* r22622: make it possible to pass the config file via 'SMB_CONF_PATH' envvarStefan Metzmacher2007-10-101-0/+4
| | | | | | | | | very usefull for make testenv! this makes it also possible to pass a config file to smbscript metze (This used to be commit f65fcd764b656ba9953d88dc7b002e4977af5011)
* r22368: remove unused header maybe this fixes th ebuild on some hostsStefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit 3fbf80e5bb8e97e7e0387c2f0282d69e76e8e43c)
* r22306: try to make the aix compiler happyStefan Metzmacher2007-10-102-4/+4
| | | | | metze (This used to be commit 44e1459373821adf4ed41a814a1be238442e37fb)
* r19671: Fix remaining unresolved symbols in shared library build.Jelmer Vernooij2007-10-101-1/+1
| | | | | Fix starting tests in shared library build. (This used to be commit 3b65a0d6e491a57ed216dc0cd9c31d46e0cb6a35)
* r19637: Leave --realm option only, as abartlet suggested.Rafal Szczesniak2007-10-101-2/+2
| | | | | rafal (This used to be commit 73e3f7efa71ca07a42215b044cd9a20762cf2694)
* r19630: Support specifying the realm name from command line.Rafal Szczesniak2007-10-101-0/+6
| | | | | | | Useful when testing calls against windows servers with krb auth. rafal (This used to be commit 0725e2ddebde9c170340d0284a1573222caa2159)
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-102-1/+3
| | | | | | | | | Break up auth/auth.h not to include the world. Add credentials_krb5.h with the kerberos dependent prototypes. Andrew Bartlett (This used to be commit 2b569c42e0fbb596ea82484d0e1cb22e193037b9)
* r18299: POPT_CREDENTIALS should depend on LIBPOPTAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit 95878272cdb20d20c0866fdee35081ae63afa64e)
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-103-8/+4
| | | | (This used to be commit 8b622c5ded0732df0eaf9f6226f52a27b6eacd73)
* r18121: Simplify m4 code, hopefully fix Samba4 build problems.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 1adf65b4d7c5d2d4f65d4b28575bdf2368a42139)
* r18117: first steps in making samba4 use libreplaceAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit c079cedb084d621c5a0aac59310b237ba375df20)
* r17281: we now have client/server max protolStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 1d74291626399d283c180e136a3f7a8c27ecdb37)
* r15590: Fix another include issueJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 4d5b046c83b40f8e6b3f9e243d012e05dd1969be)