summaryrefslogtreecommitdiffstats
path: root/source4/lib/cmdline
Commit message (Collapse)AuthorAgeFilesLines
...
* r2302: added a '--option' option, allowing any global or default option inAndrew Tridgell2007-10-101-3/+15
| | | | | | | | | smb.conf to be set on the command line. For example, you can use: smbtorture --option 'unicode=false' or smbtorture --option 'netbios name=myname' (This used to be commit 360a6b530e2295976ddefc138d1333411a94484d)
* r2272: fixed another couple of errors in the popt option arraysAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 89acbf4f02ae03f0546e1633c030765a563ce958)
* r2003: got rid of next_token_nr(), which involved some horrible globalsAndrew Tridgell2007-10-101-1/+1
| | | | | | | and nasy pointer tricks. this involved fixing some of the internals of smbclient (This used to be commit 126fec6169f9412932c82e7675840476132bce87)
* r1972: cmdline_auth_info does not need to be declared globalAndrew Tridgell2007-10-101-2/+0
| | | | (This used to be commit d07dbdb22acc4c9cafb7141486fbf162d9f8164e)
* r1957: add cmdline_set_* functionsStefan Metzmacher2007-10-101-0/+26
| | | | | | | and let smbclient use the cmdline _* functions metze (This used to be commit ffb87ebc33e728bf8506383f95b80605adec3c68)
* r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher2007-10-101-1/+36
| | | | | | | | now you're prompted when cmdline_get_userpassword() is called and the password is not yet known metze (This used to be commit d14a01533c5d465ff3709c48576b798b3be807e0)
* r1912: move popt_common.hStefan Metzmacher2007-10-101-0/+51
| | | | | metze (This used to be commit ecf6be894fc47f9e00f46531e06ef20e11115c0f)
* r1911: merge a few popt parameters from 3.0 move some to better placesStefan Metzmacher2007-10-101-15/+79
| | | | | | | and deal with users DOMAIN and lp_workgroup() of the local workstation metze (This used to be commit 1fc0100e44a8640cfc15effb99f5824cb7817da8)
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit af6f1f8a01bebbecd99bc8c066519e89966e65e3)
* r665: merge over the new build system from my tmp branchStefan Metzmacher2007-10-101-3/+5
| | | | | | | | | to the main SAMBA_4_0 tree. NOTE: that it's not completely ready, but it's functional:-) metze (This used to be commit c78a2ddb28ec50d6570a83b1f66f18a5c3621731)
* - creat the LIBCMDLINE subsystemStefan Metzmacher2004-02-221-0/+79
| | | | | | | | | | including readline and popt - creat the CONFIG subsystem including param/* dynconfig.* and passdb/secrets.* metze (This used to be commit bfd7fd21c8e38c0065fc41dde10e863a169878c2)
* merge the version.h autogeneration stuff from 3.0Stefan Metzmacher2004-01-281-1/+1
| | | | | metze (This used to be commit 24dc237e109f6dce69814b22e0fb7878a7f6bfa8)
* don't use c++ commentsAndrew Tridgell2003-12-041-2/+4
| | | | (This used to be commit 3d48fa8f37a510959c8958b5c025c7f19f632c54)
* added -m for 'max protocol' as a standard optionAndrew Tridgell2003-11-271-0/+5
| | | | (This used to be commit 8fe4058711c12b8116982357723c36e862aa0bef)
* first public release of samba4 codeAndrew Tridgell2003-08-132-0/+486
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)