Age | Commit message (Expand) | Author | Files | Lines |
2009-08-24 | s3:lib: setup talloc log and abort functions | Stefan Metzmacher | 1 | -0/+7 |
2009-01-15 | s3: make better use of ccache by not including version.h in every C-file. | Michael Adam | 1 | -1/+1 |
2009-01-12 | Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c | Steven Danneman | 1 | -0/+20 |
2008-12-14 | Remove the global "cmdline_auth_info" from source3/lib/util.c | Volker Lendecke | 1 | -21/+38 |
2008-12-05 | Fix bug #5928 - Option --version in testparm does not work. | Tomasz Krasuski | 1 | -1/+1 |
2008-11-03 | s3: fix a few "shadows a global declaration" warnings | Tim Prouty | 1 | -4/+4 |
2008-08-15 | popt: add support for setting MODULESDIR via popt_common_dynconfig. | Michael Adam | 1 | -0/+10 |
2008-07-15 | popt: add a popt_common_debuglevel set of options providing -d|--debuglevel | Michael Adam | 1 | -0/+6 |
2008-05-05 | Fix client authentication with -P switch in client tools (Bug 5435). | Günther Deschner | 1 | -29/+1 |
2008-03-23 | Fix Coverity ID 436 | Volker Lendecke | 1 | -0/+5 |
2008-02-04 | popt: Use SMB_CONF_PATH environment var if no other configfile is set. | Kai Blin | 1 | -3/+12 |
2008-01-05 | Add general '-e' option to enable smb encryption | Jeremy Allison | 1 | -0/+6 |
2007-12-14 | add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s) | Stefan Metzmacher | 1 | -0/+6 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -13/+13 |
2007-12-07 | We don't need P_GSTRING or P_UGSTRING anymore. | Jeremy Allison | 1 | -1/+1 |
2007-12-06 | *Really* fix the no password -N opt :-). | Jeremy Allison | 1 | -1/+1 |
2007-12-06 | Fix the '-N' option. | Jeremy Allison | 1 | -1/+1 |
2007-12-06 | Get closer to building with smbmount. Move parameter line changes | Jeremy Allison | 1 | -79/+23 |
2007-12-06 | Make cmdline_auth_info private to lib/popt_common.c. Provide | Jeremy Allison | 1 | -14/+4 |
2007-12-06 | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 1 | -48/+114 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -9/+17 |
2007-11-09 | Remove the silly "user_socket_options" global variable | Volker Lendecke | 1 | -2/+1 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r24618: move printing out the version string and exit() | Stefan Metzmacher | 1 | -3/+12 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r16046: Hmmm. I don't fully understand popt, but this is necessary for smbcli... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r15848: Introduce commandline options to set the remainder of the parameters in | James Peach | 1 | -11/+143 |
2004-03-26 | source code fix for bug 1095 -- honor the '-l' option | Gerald Carter | 1 | -0/+2 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 1 | -1/+1 |
2003-08-14 | Change Samba to always use extended security for it's guest logins, (ie, | Andrew Bartlett | 1 | -0/+30 |
2003-08-12 | Fix client autonegotiate signing. | Volker Lendecke | 1 | -1/+2 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 1 | -3/+22 |
2003-07-02 | Fix poptOption definition for --no-pass and --kerberos options. The 'value' | Tim Potter | 1 | -2/+2 |
2003-04-14 | Merge Jelmer's popt updates from HEAD. | Tim Potter | 1 | -32/+240 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -3/+1 |
2002-11-09 | Sync with HEAD | Jelmer Vernooij | 1 | -7/+46 |
2002-10-28 | Sync with HEAD | Jelmer Vernooij | 1 | -5/+53 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -2/+2 |
2002-07-29 | Our include popt is starting to get a bit old - fixed some compile | Tim Potter | 1 | -1/+1 |
2002-07-29 | A place to store common popt routines. | Tim Potter | 1 | -0/+49 |