summaryrefslogtreecommitdiffstats
path: root/source3/lib/popt_common.c
Commit message (Collapse)AuthorAgeFilesLines
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-5/+5
| | | | | | | | to do the upper layer directories but this is what everyone is waiting for.... Jeremy. (This used to be commit 9dafb7f48ca3e7af956b0a7d1720c2546fc4cfb8)
* r16046: Hmmm. I don't fully understand popt, but this is necessary for ↵Volker Lendecke2007-10-101-1/+1
| | | | | | | | | | | | | | smbclient to show a prompt again :-) James, could you check that this is ok? I think this was part of your Revision 15848. Thanks, Volker (This used to be commit 91534146b4718206f0e2a7f456154a0497277dfd)
* r15848: Introduce commandline options to set the remainder of the parameters inJames Peach2007-10-101-11/+143
| | | | | | dynconfig.c. This is mainly useful for test harness scripts, hence the lack of short options. (This used to be commit bf3b71c84595608d71e0f15a6158adacb295518e)
* source code fix for bug 1095 -- honor the '-l' optionGerald Carter2004-03-261-0/+2
| | | | (This used to be commit ab48af6993b427f525c36aa0ffd57c612c100561)
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
| | | | (This used to be commit ae452e51b02672a56adf18aa7a7e365eeaba9272)
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-0/+30
| | | | | | | | | | | | NTLMSSP with "" username, NULL password), and add --machine-pass (-P) to all of Samba's clients. When connecting to an Active Directory DC, you must initiate the CIFS level session setup with Kerberos, not a guest login. If you don't, your machine account is demoted to NT4. Andrew Bartlett (This used to be commit 3547cb3def45a90f99f67829a533eac1ccba5e77)
* Fix client autonegotiate signing.Volker Lendecke2003-08-121-1/+2
| | | | | Jeremy. (This used to be commit a4d2dd1d40f6b1322e69d430023aa89dac86fda3)
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-3/+22
| | | | | | connections. Overrides smb.conf parameter if set. Jeremy. (This used to be commit 879309671df6b530e0bff69559422a417da4a307)
* Fix poptOption definition for --no-pass and --kerberos options. The 'value'Tim Potter2003-07-021-2/+2
| | | | | | | | field for an option should be set to an identifier to use in a switch statement or zero if the the arg field is to be updated only. This fixes smbclient -k always prompting for a password which we don't need. (This used to be commit 0744e2dad372904a554019146ff6f6e31ca1b2d2)
* Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-32/+240
| | | | (This used to be commit 98e84b3e83d2a365c818ea64f9418edb29d690f2)
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-3/+1
| | | | | | | dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy. (This used to be commit f755711df8f74f9b8e8c1a2b0d07d02a931eeb89)
* Sync with HEADJelmer Vernooij2002-11-091-7/+46
| | | | (This used to be commit 1a25dc776ddc36de9a214e023becff1ceb10290c)
* Sync with HEADJelmer Vernooij2002-10-281-5/+53
| | | | (This used to be commit 4ae350671ef8aeae52995b3ca79e135cf444ae39)
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+2
| | | | (This used to be commit 65e7b5273bb58802bf0c389b77f7fcae0a1f6139)
* Our include popt is starting to get a bit old - fixed some compileTim Potter2002-07-291-1/+1
| | | | | | | problems here. Also fixed some non-constant initialisers in samsync. (This used to be commit 33bd7214736dafd5927d63af5f8510646b81e7df)
* A place to store common popt routines.Tim Potter2002-07-291-0/+49
(This used to be commit b5b64a4e90792000fc377a032cd5c7cb9918261b)