summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for DACL/SACL masking typo - spotted by medha@pezman.austin.ibm.com.Jeremy Allison2001-02-121-2/+2
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-1214-75/+378
* Fix calls to smbc_init in testsmbc.c and tree.cRichard Sharpe2001-02-122-5/+104
* Added commented/documented version of libsmbclient.h and fixed up a smallRichard Sharpe2001-02-122-163/+693
* Updated proto.hTim Potter2001-02-111-415/+415
* Ensure people know this is unused.Jeremy Allison2001-02-111-567/+0
* reverted *.* patch until someone explains to me what the test case isAndrew Tridgell2001-02-081-5/+0
* merge from SAMBA_2_2Gerald Carter2001-02-082-2/+13
* replaced inet_aton() with inet_addr() to keep Solaris from complaining.Gerald Carter2001-02-081-3/+9
* add pam_setcred() call to pam_auth(). Patch was submited last Oct.Gerald Carter2001-02-082-0/+16
* Add Makefile.in target for installing smbclientlib ...Richard Sharpe2001-02-071-0/+5
* Fix problems in libsmbclient with pring job struct plus add implementationRichard Sharpe2001-02-062-0/+108
* Implement two printing related functions and start the remaining two.Richard Sharpe2001-02-052-2/+65
* Fix some further small bugs in libsmbclient to make it pass theRichard Sharpe2001-02-042-8/+79
* merge from APPLIANCE_HEAD (mapping access_required 0x0 toGerald Carter2001-02-031-2/+6
* Merge from 2.2 - with connection fix.Jeremy Allison2001-02-031-1/+15
* Convert netbios name to dos codepage in make_nmb_name(). This allowsTim Potter2001-02-021-0/+1
* Added Baltic codepage support. From Toomas Soome <tsoome@ut.ee>Tim Potter2001-02-024-1/+733
* Changes from SAMBA_2_2:David O'Neill2001-01-313-53/+67
* Fixed duplicate free_sec_acl() call in free_sec_desc() function.Tim Potter2001-01-311-1/+1
* Missing sys_endpwent() call in get_passwd_entries()Tim Potter2001-01-311-1/+1
* Fix for KOI8-R codepage from Andrey Kiselev <dron@at1895.spb.edu>Tim Potter2001-01-311-1/+1
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-315-64/+141
* Turned down noisy debug statement.Tim Potter2001-01-301-1/+1
* Fix inspited by Alan Romeril. 50% speedup in domain logins with thisJeremy Allison2001-01-302-1/+4
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-2910-508/+672
* Changes from SAMBA_2_2:David O'Neill2001-01-291-1/+1
* Fix some bugs and prepare for some other bug fixes ...Richard Sharpe2001-01-291-6/+67
* Add an extra error code translation to clierror.c so that libsmbclientRichard Sharpe2001-01-291-1/+2
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-261-1/+23
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-251-20/+11
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-252-0/+11
* Remove an inet_aton so that this code will compile on Solaris ...Richard Sharpe2001-01-251-5/+3
* io_bufsize was set too large and so full length readsAnton Blanchard2001-01-251-1/+1
* Fixes from appliance-head for pdc searches.Jeremy Allison2001-01-252-19/+17
* Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison2001-01-255-503/+620
* Fix insure problems with passwd caching code.Jeremy Allison2001-01-241-6/+10
* Sync up with POSIX ACL code from 2.2.Jeremy Allison2001-01-242-11/+54
* Added modification to Richard Bollinger getpw[nam|uid] cache patch. OnlyJeremy Allison2001-01-241-2/+14
* smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison2001-01-244-34/+46
* smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison2001-01-243-200/+344
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-241-8/+17
* getpw[nam|uid] caching patch from "Richard Bollinger"Gerald Carter2001-01-241-7/+37
* fixed typo in debug statementGerald Carter2001-01-241-2/+2
* Fix a problem with smbc_unlink on directories where it was returning EACCESRichard Sharpe2001-01-241-1/+39
* Fix from Kenichi Okuyama for memory leak on Realloc fail.Jeremy Allison2001-01-231-21/+51
* increase MAX_POL_HNDS (merge from 2.2)Gerald Carter2001-01-231-1/+1
* only add the service name and client machine name to list of users namesGerald Carter2001-01-232-3/+11
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-236-441/+494
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-232-4/+3