Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes from appliance-head for pdc searches. | Jeremy Allison | 2001-01-25 | 2 | -19/+17 |
| | | | | Jeremy. | ||||
* | Fixed "object picker can't determine if object in domain" bug seen from W2K | Jeremy Allison | 2001-01-25 | 5 | -88/+205 |
| | | | | | | | clients. Did this by importing Samba-TNG code that correctly handles LSA lookups. *MANY* thanks to Luke, Sander, Elrond and the rest of the TNG gang ! Jeremy | ||||
* | Fix insure problems with passwd caching code... | Jeremy Allison | 2001-01-24 | 1 | -16/+18 |
| | | | | Jeremy. | ||||
* | Added modification of Richard Bollinger getpw[nam|uid] cache patch. Only | Jeremy Allison | 2001-01-24 | 1 | -2/+46 |
| | | | | | uses cache max 100 times. Jeremy. | ||||
* | smbd/process.c: & type with 0xff for paranioa sake... | Jeremy Allison | 2001-01-24 | 4 | -34/+46 |
| | | | | | | smbd/reply.c smbd/service.c: cause all "add home service" calls to go through a winbindd aware function. Jeremy. | ||||
* | printing/printing.c: Merge from appliance head. | Jeremy Allison | 2001-01-24 | 3 | -13/+31 |
| | | | | | | smbd/lanman.c: Fix for calling qsort with num=0 (insure fix). smbd/nttrans.c: Memory leak fixes as added to trans2.c Jeremy. | ||||
* | Move to table driven smb lookup rather than linear search. | Jeremy Allison | 2001-01-24 | 1 | -195/+330 |
| | | | | | | | Inspired by a comment from Andrew about Anton's work (which I haven't gotten the patch for). The table was script generated from the original source code so should be ok. Jeremy. | ||||
* | Updating packaging files. Still in progress. | John Terpstra | 2001-01-24 | 6 | -7/+90 |
| | |||||
* | Fix from Kenichi Okuyama for memory leak on Realloc fail. | Jeremy Allison | 2001-01-23 | 1 | -21/+51 |
| | | | | Jeremy. | ||||
* | merge from HEAD | Gerald Carter | 2001-01-23 | 2 | -3/+11 |
| | | | | jerry | ||||
* | Merges from appliance-head. Added max print jobs parameter that limits total | Jeremy Allison | 2001-01-23 | 6 | -41/+82 |
| | | | | | number of print jobs in the system. Tidyups for messages.c. Jeremy. | ||||
* | increased MAX_POL_HNDS to 2048 (up from 64) to be more inline | Gerald Carter | 2001-01-23 | 1 | -1/+1 |
| | | | | | | | | | with Windows NT. This comes after discussion with JF and Don McCall @ HP. jerry | ||||
* | Fixed problems with chmod interacting with ACL code. | Jeremy Allison | 2001-01-23 | 2 | -4/+8 |
| | | | | Jeremy | ||||
* | Fixup for chmod_acl, fchmod_acl for inherited ACLs. | Jeremy Allison | 2001-01-23 | 2 | -12/+51 |
| | | | | | Needs testing..... Jeremy. | ||||
* | include/vfs.h: | Jeremy Allison | 2001-01-23 | 10 | -19/+102 |
| | | | | | | | | | | | | | smbd/vfs-wrap.c: smbd/vfs.c: Added fchmod_acl and chmod_acl. lib/substitute.c: smbd/lanman.c: smbd/open.c: smbd/process.c: smbd/reply.c: smbd/service.c: Removed sessetup_user variable. Added current_user_info struct which conatins domain info etc. Added '%D' for client domain parameter. Jeremy. | ||||
* | Work in progress on chmod_acl and fchmod_acl. | Jeremy Allison | 2001-01-23 | 1 | -0/+77 |
| | | | | Jeremy. | ||||
* | Fixes to sync up with appliance-head. Fix from Kenichi Okuyama for a typo | Jeremy Allison | 2001-01-22 | 8 | -82/+216 |
| | | | | | in loadparm.c Removed extra \n in configure. Jeremy. | ||||
* | Add a comment about %$(envvar) ... Just to get it in there. It can be | Richard Sharpe | 2001-01-21 | 1 | -0/+3 |
| | | | | improved now. | ||||
* | Directory ACLs now seem to be working correctly ! | Jeremy Allison | 2001-01-19 | 1 | -6/+181 |
| | | | | Jeremy. | ||||
* | More debug to understand directory ACL mapping. Code needs a little more work. | Jeremy Allison | 2001-01-18 | 1 | -7/+43 |
| | | | | Jeremy. | ||||
* | Merge with fixes from appliance-head. | Jeremy Allison | 2001-01-18 | 14 | -144/+528 |
| | | | | Jeremy. | ||||
* | Updating samba-2.2 build files. Do NOT use for Samba-pre3.0. | John Terpstra | 2001-01-18 | 3 | -7/+5 |
| | |||||
* | Typo in new file_chmod code cause setting attributes to fail. | Jeremy Allison | 2001-01-17 | 1 | -2/+3 |
| | | | | Jeremy. | ||||
* | Typo in new file_chmod code caused file attribute changes to fail. | Jeremy Allison | 2001-01-17 | 1 | -1/+1 |
| | | | | | THIS NEEDS TO BE ADDED TO APPLIANCE-HEAD. Jeremy. | ||||
* | Commented out broekn GIF specifications. | John Terpstra | 2001-01-17 | 2 | -4/+4 |
| | |||||
* | Added files for LSB compliant packaging. | John Terpstra | 2001-01-17 | 2 | -0/+158 |
| | |||||
* | Updated build files only. | John Terpstra | 2001-01-17 | 3 | -226/+175 |
| | |||||
* | Samba-2.2 build files. | John Terpstra | 2001-01-16 | 6 | -0/+963 |
| | |||||
* | Updating makerpms.sh for 2.2 release | John Terpstra | 2001-01-16 | 1 | -5/+8 |
| | |||||
* | Minor fixes to allow building of pam_winbind etc. | John Terpstra | 2001-01-16 | 1 | -2/+2 |
| | |||||
* | Removing files specific to samba-pre3.0. | John Terpstra | 2001-01-16 | 2 | -326/+0 |
| | |||||
* | Fixup typos in directory ACL support. | Jeremy Allison | 2001-01-15 | 1 | -2/+3 |
| | | | | Jeremy. | ||||
* | Added merge code to merge ACLs belonging to the same user as POSIX ACLS | Jeremy Allison | 2001-01-15 | 1 | -2/+49 |
| | | | | | have no concept of a separate allow and deny ACL for the same user. Jeremy. | ||||
* | Debug printing for canon_ace entries. | Jeremy Allison | 2001-01-15 | 3 | -26/+72 |
| | | | | Jeremy. | ||||
* | Sync up with appliance-head. | Jeremy Allison | 2001-01-15 | 13 | -117/+138 |
| | | | | Jeremy. | ||||
* | Got get/set of POSIX ACLs working on Linux !!!!!! | Jeremy Allison | 2001-01-13 | 1 | -3/+40 |
| | | | | | This is cool (I know I shouldn't praise myself but I'm very happy about this). Jermey. | ||||
* | Added configure stuff needed to compile POSIX ACL code correctly (oops :-). | Jeremy Allison | 2001-01-13 | 4 | -655/+800 |
| | | | | Jeremy. | ||||
* | sys_acl proto. | Jeremy Allison | 2001-01-13 | 1 | -0/+43 |
| | | | | Jeremy. | ||||
* | merge from 2.0 branch for installing Using Samba book files | Herb Lewis | 2001-01-12 | 1 | -8/+68 |
| | |||||
* | Moving over of posix_acl code into 2.2. Needs testing ! | Jeremy Allison | 2001-01-12 | 4 | -12/+164 |
| | | | | Jeremy. | ||||
* | Fixes for smbcacls to allow ACL testing. | Jeremy Allison | 2001-01-12 | 3 | -157/+188 |
| | | | | Jeremy. | ||||
* | Sync up with appliance-head printer and other changes. Makes merges easier. | Jeremy Allison | 2001-01-12 | 19 | -271/+420 |
| | | | | Jeremy. | ||||
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-01-11 | 1 | -0/+278 |
|\ | |||||
| * | Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter. | Jeremy Allison | 2001-01-11 | 7 | -15/+22 |
| | | | | | | | | | | Ensure HAVE_NO_ACLS is set in configure if ACL support not selected. Jeremy | ||||
| * | Changes from APPLIANCE_HEAD: | David O'Neill | 2001-01-11 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | source/lib/smbpasswd.c - Only call load_interfaces() when doing a network related operation. This means you can add, remove, enable or disable smbpasswd entries without a network. Changing passwords always requires a network. | ||||
| * | New makefile and proto for rpcclient. | Tim Potter | 2001-01-11 | 2 | -132/+44 |
| | | |||||
| * | make proto | Tim Potter | 2001-01-11 | 1 | -53/+51 |
| | | |||||
| * | General clean up. Merge of access_mask fixes for some unknown fields from | Tim Potter | 2001-01-11 | 1 | -27/+24 |
| | | | | | | | | tng. | ||||
| * | General clean up. Merged routines for parsing enum_trust_dom rpc call. | Tim Potter | 2001-01-11 | 1 | -136/+111 |
| | | |||||
| * | Merge of various fixes from the tng headers. | Tim Potter | 2001-01-11 | 4 | -143/+22 |
| | |