summaryrefslogtreecommitdiff
path: root/source3/lib/popt_common.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-11lib: Remove an unused variableVolker Lendecke1-1/+0
2013-05-18swat: Remove swat.Kai Blin1-10/+0
2012-11-30s3:popt_common: Fix password processing.Stefan Metzmacher1-11/+2
2012-11-08s3fs-popt: Add function to burn the commandline password.Andreas Schneider1-0/+47
2012-06-12s3: Add --pw-nt-hash to popt_common_credentialsVolker Lendecke1-0/+5
2012-04-05build: Remove sys_open wrapperAndrew Bartlett1-1/+1
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-1/+1
2011-06-09s3-param Remove special case for global_scope()Andrew Bartlett1-1/+1
2011-06-09s3-param Remove special case for lp_workgroup()Andrew Bartlett1-2/+2
2011-06-09s3-lib Use domain in credentials file for domain in credentialsAndrew Bartlett1-1/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-09s3:popt: add POPT_COMMON_OPTION to provide only the "--option" featureMichael Adam1-0/+5
2010-11-02s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett1-3/+1
2010-09-02s3-param: added lp_set_cmdline() and --option= parameterAndrew Tridgell1-0/+10
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-01-24s3: Add -C (--use-ccache) to popt_common_credentialsVolker Lendecke1-1/+6
2009-08-24s3:lib: setup talloc log and abort functionsStefan Metzmacher1-0/+7
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2009-01-12Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman1-0/+20
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke1-21/+38
2008-12-05Fix bug #5928 - Option --version in testparm does not work.Tomasz Krasuski1-1/+1
2008-11-03s3: fix a few "shadows a global declaration" warningsTim Prouty1-4/+4
2008-08-15popt: add support for setting MODULESDIR via popt_common_dynconfig.Michael Adam1-0/+10
2008-07-15popt: add a popt_common_debuglevel set of options providing -d|--debuglevelMichael Adam1-0/+6
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner1-29/+1
2008-03-23Fix Coverity ID 436Volker Lendecke1-0/+5
2008-02-04popt: Use SMB_CONF_PATH environment var if no other configfile is set.Kai Blin1-3/+12
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison1-0/+6
2007-12-14add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s)Stefan Metzmacher1-0/+6
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-13/+13
2007-12-07We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison1-1/+1
2007-12-06*Really* fix the no password -N opt :-).Jeremy Allison1-1/+1
2007-12-06Fix the '-N' option.Jeremy Allison1-1/+1
2007-12-06Get closer to building with smbmount. Move parameter line changesJeremy Allison1-79/+23
2007-12-06Make cmdline_auth_info private to lib/popt_common.c. ProvideJeremy Allison1-14/+4
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison1-48/+114
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-9/+17
2007-11-09Remove the silly "user_socket_options" global variableVolker Lendecke1-2/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10r24618: move printing out the version string and exit()Stefan Metzmacher1-3/+12
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-5/+5
2007-10-10r16046: Hmmm. I don't fully understand popt, but this is necessary for smbcli...Volker Lendecke1-1/+1
2007-10-10r15848: Introduce commandline options to set the remainder of the parameters inJames Peach1-11/+143
2004-03-26source code fix for bug 1095 -- honor the '-l' optionGerald Carter1-0/+2
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett1-0/+30
2003-08-12Fix client autonegotiate signing.Volker Lendecke1-1/+2
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-3/+22