summaryrefslogtreecommitdiffstats
path: root/source/lib/popt_common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #5928 - Option --version in testparm does not work.Tomasz Krasuski2008-12-111-1/+1
* s3: fix a few "shadows a global declaration" warningsTim Prouty2008-11-181-4/+4
* popt: add support for setting MODULESDIR via popt_common_dynconfig.Michael Adam2008-08-211-0/+10
* popt: add a popt_common_debuglevel set of options providing -d|--debuglevelMichael Adam2008-07-151-0/+6
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-29/+1
* Fix Coverity ID 436Volker Lendecke2008-03-231-0/+5
* popt: Use SMB_CONF_PATH environment var if no other configfile is set.Kai Blin2008-02-041-3/+12
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-0/+6
* add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s)Stefan Metzmacher2007-12-141-0/+6
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-13/+13
* We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison2007-12-071-1/+1
* *Really* fix the no password -N opt :-).Jeremy Allison2007-12-061-1/+1
* Fix the '-N' option.Jeremy Allison2007-12-061-1/+1
* Get closer to building with smbmount. Move parameter line changesJeremy Allison2007-12-061-79/+23
* Make cmdline_auth_info private to lib/popt_common.c. ProvideJeremy Allison2007-12-061-14/+4
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-48/+114
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-9/+17
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-091-2/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r24618: move printing out the version string and exit()Stefan Metzmacher2007-10-101-3/+12
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-5/+5
* r16046: Hmmm. I don't fully understand popt, but this is necessary for smbcli...Volker Lendecke2007-10-101-1/+1
* r15848: Introduce commandline options to set the remainder of the parameters inJames Peach2007-10-101-11/+143
* source code fix for bug 1095 -- honor the '-l' optionGerald Carter2004-03-261-0/+2
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-0/+30
* Fix client autonegotiate signing.Volker Lendecke2003-08-121-1/+2
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-3/+22
* Fix poptOption definition for --no-pass and --kerberos options. The 'value'Tim Potter2003-07-021-2/+2
* Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-32/+240
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-3/+1
* Sync with HEADJelmer Vernooij2002-11-091-7/+46
* Sync with HEADJelmer Vernooij2002-10-281-5/+53
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+2
* Our include popt is starting to get a bit old - fixed some compileTim Potter2002-07-291-1/+1
* A place to store common popt routines.Tim Potter2002-07-291-0/+49