Age | Commit message (Expand) | Author | Files | Lines |
2001-02-12 | Fix calls to smbc_init in testsmbc.c and tree.c | Richard Sharpe | 2 | -5/+104 |
2001-02-12 | Added commented/documented version of libsmbclient.h and fixed up a small | Richard Sharpe | 2 | -163/+693 |
2001-02-11 | Updated proto.h | Tim Potter | 1 | -415/+415 |
2001-02-11 | Ensure people know this is unused. | Jeremy Allison | 1 | -567/+0 |
2001-02-08 | reverted *.* patch until someone explains to me what the test case is | Andrew Tridgell | 1 | -5/+0 |
2001-02-08 | merge from SAMBA_2_2 | Gerald Carter | 2 | -2/+13 |
2001-02-08 | replaced inet_aton() with inet_addr() to keep Solaris from complaining. | Gerald Carter | 1 | -3/+9 |
2001-02-08 | add pam_setcred() call to pam_auth(). Patch was submited last Oct. | Gerald Carter | 2 | -0/+16 |
2001-02-07 | Add Makefile.in target for installing smbclientlib ... | Richard Sharpe | 1 | -0/+5 |
2001-02-06 | Fix problems in libsmbclient with pring job struct plus add implementation | Richard Sharpe | 2 | -0/+108 |
2001-02-05 | Implement two printing related functions and start the remaining two. | Richard Sharpe | 2 | -2/+65 |
2001-02-04 | Fix some further small bugs in libsmbclient to make it pass the | Richard Sharpe | 2 | -8/+79 |
2001-02-03 | merge from APPLIANCE_HEAD (mapping access_required 0x0 to | Gerald Carter | 1 | -2/+6 |
2001-02-03 | Merge from 2.2 - with connection fix. | Jeremy Allison | 1 | -1/+15 |
2001-02-02 | Convert netbios name to dos codepage in make_nmb_name(). This allows | Tim Potter | 1 | -0/+1 |
2001-02-02 | Added Baltic codepage support. From Toomas Soome <tsoome@ut.ee> | Tim Potter | 4 | -1/+733 |
2001-01-31 | Changes from SAMBA_2_2: | David O'Neill | 3 | -53/+67 |
2001-01-31 | Fixed duplicate free_sec_acl() call in free_sec_desc() function. | Tim Potter | 1 | -1/+1 |
2001-01-31 | Missing sys_endpwent() call in get_passwd_entries() | Tim Potter | 1 | -1/+1 |
2001-01-31 | Fix for KOI8-R codepage from Andrey Kiselev <dron@at1895.spb.edu> | Tim Potter | 1 | -1/+1 |
2001-01-31 | lib/system.c: Fix for pw caching. | Jeremy Allison | 5 | -64/+141 |
2001-01-30 | Turned down noisy debug statement. | Tim Potter | 1 | -1/+1 |
2001-01-30 | Fix inspited by Alan Romeril. 50% speedup in domain logins with this | Jeremy Allison | 2 | -1/+4 |
2001-01-29 | Changes from APPLIANCE_HEAD: | David O'Neill | 10 | -508/+672 |
2001-01-29 | Changes from SAMBA_2_2: | David O'Neill | 1 | -1/+1 |
2001-01-29 | Fix some bugs and prepare for some other bug fixes ... | Richard Sharpe | 1 | -6/+67 |
2001-01-29 | Add an extra error code translation to clierror.c so that libsmbclient | Richard Sharpe | 1 | -1/+2 |
2001-01-26 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+23 |
2001-01-25 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -20/+11 |
2001-01-25 | Changes from APPLIANCE_HEAD: | David O'Neill | 2 | -0/+11 |
2001-01-25 | Remove an inet_aton so that this code will compile on Solaris ... | Richard Sharpe | 1 | -5/+3 |
2001-01-25 | io_bufsize was set too large and so full length reads | Anton Blanchard | 1 | -1/+1 |
2001-01-25 | Fixes from appliance-head for pdc searches. | Jeremy Allison | 2 | -19/+17 |
2001-01-25 | Fixed "object picker can't determine if object in domain" bug seen from W2K | Jeremy Allison | 5 | -503/+620 |
2001-01-24 | Fix insure problems with passwd caching code. | Jeremy Allison | 1 | -6/+10 |
2001-01-24 | Sync up with POSIX ACL code from 2.2. | Jeremy Allison | 2 | -11/+54 |
2001-01-24 | Added modification to Richard Bollinger getpw[nam|uid] cache patch. Only | Jeremy Allison | 1 | -2/+14 |
2001-01-24 | smbd/process.c: & type with 0xff for paranioa sake... | Jeremy Allison | 4 | -34/+46 |
2001-01-24 | smbd/lanman.c: Fix for calling qsort with 0 number. | Jeremy Allison | 3 | -200/+344 |
2001-01-24 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -8/+17 |
2001-01-24 | getpw[nam|uid] caching patch from "Richard Bollinger" | Gerald Carter | 1 | -7/+37 |
2001-01-24 | fixed typo in debug statement | Gerald Carter | 1 | -2/+2 |
2001-01-24 | Fix a problem with smbc_unlink on directories where it was returning EACCES | Richard Sharpe | 1 | -1/+39 |
2001-01-23 | Fix from Kenichi Okuyama for memory leak on Realloc fail. | Jeremy Allison | 1 | -21/+51 |
2001-01-23 | increase MAX_POL_HNDS (merge from 2.2) | Gerald Carter | 1 | -1/+1 |
2001-01-23 | only add the service name and client machine name to list of users names | Gerald Carter | 2 | -3/+11 |
2001-01-23 | Changes from APPLIANCE_HEAD: | David O'Neill | 6 | -441/+494 |
2001-01-23 | Changes from APPLIANCE_HEAD: | David O'Neill | 2 | -4/+3 |
2001-01-23 | Some systems don't support SEC_RIGHTS_MAXIMUM_ALLOWED for lsa_open_policy() | Tim Potter | 1 | -1/+5 |
2001-01-23 | Patch to get smbcacls and rpcclient to compile together. | Tim Potter | 1 | -4/+4 |