| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 2 | -19/+14 |
| * | Kill append_log from smbmount (thanks vance for reminding me). | Andrew Bartlett | 2002-11-09 | 1 | -2/+0 |
| * | Move testsmbc.c to examples | Jelmer Vernooij | 2002-11-04 | 1 | -455/+0 |
| * | Don't encourage people to use -P - it's obsolete | Jelmer Vernooij | 2002-10-18 | 1 | -1/+0 |
| * | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 2002-10-17 | 1 | -1/+1 |
| * | Patch from Steve Langasek <vorlon@netexpress.net> to use nice big integers when | Andrew Bartlett | 2002-10-03 | 1 | -4/+4 |
| * | Make sure that variable does not shadow a parameter. | Richard Sharpe | 2002-09-29 | 1 | -6/+6 |
| * | Commit a fix to smbclient so that it will connect to EMCs and NetApp's machines. | Richard Sharpe | 2002-09-28 | 1 | -3/+18 |
| * | Don't uppercase the username and domain in a session setup. | Tim Potter | 2002-09-23 | 1 | -2/+0 |
| * | Fixed a little, long standing bug: smbclient -M <name> should resolve | Volker Lendecke | 2002-09-05 | 1 | -3/+8 |
| * | fix wrong check | Simo Sorce | 2002-08-28 | 1 | -1/+1 |
| * | Remove strsep - non portable. | Jeremy Allison | 2002-08-27 | 1 | -2/+2 |
| * | add a trivial seeking function to xfile (tseek) that does not do SEEK_CUR | Simo Sorce | 2002-08-27 | 1 | -22/+116 |
| * | fix typos | Simo Sorce | 2002-08-20 | 1 | -2/+2 |
| * | Fix the %m security bug again - and try to make it harder to reintroduce in | Andrew Bartlett | 2002-08-10 | 1 | -2/+1 |
| * | fix for smbtar filename matching | Andrew Tridgell | 2002-07-28 | 1 | -1/+1 |
| * | Looks like I missed this earlier. We should connect as the specified workgroup | Andrew Bartlett | 2002-07-21 | 1 | -1/+1 |
| * | More fixes towards warnings on the IRIX compiler | Andrew Bartlett | 2002-07-20 | 1 | -8/+5 |
| * | Make smbmnt a standalone program from a linker point of view. Hopefully this | Andrew Bartlett | 2002-07-13 | 1 | -2/+2 |
| * | - fixed a crash bug for 'print -' | Andrew Tridgell | 2002-07-13 | 2 | -3/+4 |
| * | fixed a prototype problem in client.c | Andrew Tridgell | 2002-07-02 | 1 | -0/+3 |
| * | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 2002-07-01 | 2 | -25/+25 |
| * | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 2002-06-25 | 1 | -57/+11 |
| * | And another .cvsignore | Andrew Bartlett | 2002-06-25 | 1 | -0/+1 |
| * | Break up samba's object dependencies, and its prototype includes. | Andrew Bartlett | 2002-06-25 | 2 | -1/+2 |
| * | removed compiler warning | Gerald Carter | 2002-06-25 | 1 | -1/+1 |
| * | This removes --with-ssl from Samba. | Andrew Bartlett | 2002-05-17 | 1 | -4/+0 |
| * | segfault fix merged from SAMBA_2_2 | Gerald Carter | 2002-05-14 | 1 | -3/+15 |
* | | More janitorial duties, fixing the BIG_UINT changes for large offsets. | Richard Sharpe | 2003-03-03 | 1 | -5/+6 |
* | | Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a share | Andrew Bartlett | 2003-02-24 | 2 | -24/+64 |
* | | fix dumb perror used without errno beeing set. | Simo Sorce | 2003-02-15 | 1 | -2/+2 |
* | | Samba janitors: applying mbp's redundant umask fix. | Jeremy Allison | 2003-02-07 | 1 | -4/+0 |
* | | s/WIFSIGNALLED/WIFSIGNALED/g | Gerald Carter | 2003-01-15 | 1 | -1/+1 |
* | | *lots of small merges form HEAD | Gerald Carter | 2003-01-15 | 1 | -1/+5 |
* | | Merge from HEAD: | Andrew Bartlett | 2003-01-14 | 1 | -4/+4 |
* | | Added code to the handling of the -M option to ensure that we default to | Christopher R. Hertel | 2003-01-07 | 1 | -1/+7 |
* | | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 2003-01-03 | 3 | -10/+10 |
* | | merge from 2.2 fix for smbclient large files | Herb Lewis | 2002-12-19 | 1 | -18/+18 |
* | | merge smbtar fix from 2.2 | Herb Lewis | 2002-12-16 | 1 | -6/+8 |
* | | Updating changes from HEAD. | John Terpstra | 2002-12-10 | 1 | -1/+2 |
* | | fix stat reporting on put command | Herb Lewis | 2002-12-05 | 1 | -1/+1 |
* | | Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx() | Jeremy Allison | 2002-11-13 | 1 | -1/+1 |
* | | Bring smbmount.c in line with jra's global-cide. global_scope was used here... | Jim McDonough | 2002-11-13 | 1 | -2/+1 |
* | | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 2 | -19/+14 |
* | | Remove testsmbc.c from source/ in 3.0 as well. It's already in examples/ | Jelmer Vernooij | 2002-11-10 | 1 | -455/+0 |
* | | Merge append_log fix from HEAD | Andrew Bartlett | 2002-11-09 | 1 | -2/+0 |
* | | Sync with HEAD | Jelmer Vernooij | 2002-11-09 | 1 | -4/+4 |
* | | Sync with HEAD | Jelmer Vernooij | 2002-10-29 | 1 | -1/+0 |
* | | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 2002-10-17 | 1 | -1/+1 |
* | | syncing up with HEAD. Seems to be a lot of differences creeping in | Gerald Carter | 2002-10-01 | 1 | -3/+18 |