summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | correct checking of access_required in openprinterex as talked with JohnJean-François Micouleau2001-01-313-53/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | R. and Jerry. You can only do server stuff (adding printers, changing forms, ..) if you're root or if user is in printer admin list. Printers options are grayed if you don't have the PRINTER_ADMINISTER flag in the secdesc. J.F.
* | lib/system.c: Fix for pw caching.Jeremy Allison2001-01-315-64/+141
| | | | | | | | | | | | srv_samr.c: Fix for pw caching. smbd/nttrans2.c: Allow create call to set ACLs. Jeremy.
* | merge noisy debug fix from headHerb Lewis2001-01-301-1/+1
| |
* | preparing for release of 2.2.0-alpha2Samba Release Account2001-01-3071-74/+75
| |
* | Updated with bug report for no W2K PDC yet.Jeremy Allison2001-01-301-0/+5
| | | | | | | | Jeremy.
* | Prepare for alpha2 before Linuxworld.Jeremy Allison2001-01-301-6/+46
| | | | | | | | Jeremy.
* | Fix inspited by Alan Romeril. 50% speedup in domain logins with thisJeremy Allison2001-01-303-2/+5
| | | | | | | | | | change to default break response time of 10ms -> 0ms. Jeremy.
* | Typo in cast from talloc.Jeremy Allison2001-01-291-1/+1
| | | | | | | | Jeremy.
* | Minor AdditionsDavid Bannon2001-01-283-128/+339
| |
* | Mega-merge for fixes made in appliance-head.Jeremy Allison2001-01-2711-86/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nmbd/nmbd.c: smbd/server.c: Inherited signal fix from John Reilly. printing/nt_printing.c: printing/printing.c: rpc_server/srv_spoolss_nt.c: Fix for PCL drivers not being able to save printer properties. printing/printfsp.c: smbd/close.c: Fix to allow cleanup of spool files on connection drop. tdb/tdb.c: malloc fix from Tim Potter. tdb/tdbtool.c: Free list viewer from John. smbd/lanman.c: Fix to stop a buffer overrun in Win9x from corrupting it's own parameter list. Sigh.... buffer overruns are-us (MS). Jeremy.
* | Fixes from appliance-head for pdc searches.Jeremy Allison2001-01-252-19/+17
| | | | | | | | Jeremy.
* | Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison2001-01-255-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 Allison2001-01-241-16/+18
| | | | | | | | Jeremy.
* | Added modification of Richard Bollinger getpw[nam|uid] cache patch. OnlyJeremy Allison2001-01-241-2/+46
| | | | | | | | | | uses cache max 100 times. Jeremy.
* | smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison2001-01-244-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 Allison2001-01-243-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 Allison2001-01-241-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 Terpstra2001-01-246-7/+90
| |
* | Fix from Kenichi Okuyama for memory leak on Realloc fail.Jeremy Allison2001-01-231-21/+51
| | | | | | | | Jeremy.
* | merge from HEADGerald Carter2001-01-232-3/+11
| | | | | | | | jerry
* | Merges from appliance-head. Added max print jobs parameter that limits totalJeremy Allison2001-01-236-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 inlineGerald Carter2001-01-231-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 Allison2001-01-232-4/+8
| | | | | | | | Jeremy
* | Fixup for chmod_acl, fchmod_acl for inherited ACLs.Jeremy Allison2001-01-232-12/+51
| | | | | | | | | | Needs testing..... Jeremy.
* | include/vfs.h:Jeremy Allison2001-01-2310-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 Allison2001-01-231-0/+77
| | | | | | | | Jeremy.
* | Fixes to sync up with appliance-head. Fix from Kenichi Okuyama for a typoJeremy Allison2001-01-228-82/+216
| | | | | | | | | | in loadparm.c Removed extra \n in configure. Jeremy.
* | Add a comment about %$(envvar) ... Just to get it in there. It can beRichard Sharpe2001-01-211-0/+3
| | | | | | | | improved now.
* | Directory ACLs now seem to be working correctly !Jeremy Allison2001-01-191-6/+181
| | | | | | | | Jeremy.
* | More debug to understand directory ACL mapping. Code needs a little more work.Jeremy Allison2001-01-181-7/+43
| | | | | | | | Jeremy.
* | Merge with fixes from appliance-head.Jeremy Allison2001-01-1814-144/+528
| | | | | | | | Jeremy.
* | Updating samba-2.2 build files. Do NOT use for Samba-pre3.0.John Terpstra2001-01-183-7/+5
| |
* | Typo in new file_chmod code cause setting attributes to fail.Jeremy Allison2001-01-171-2/+3
| | | | | | | | Jeremy.
* | Typo in new file_chmod code caused file attribute changes to fail.Jeremy Allison2001-01-171-1/+1
| | | | | | | | | | THIS NEEDS TO BE ADDED TO APPLIANCE-HEAD. Jeremy.
* | Commented out broekn GIF specifications.John Terpstra2001-01-172-4/+4
| |
* | Added files for LSB compliant packaging.John Terpstra2001-01-172-0/+158
| |
* | Updated build files only.John Terpstra2001-01-173-226/+175
| |
* | Samba-2.2 build files.John Terpstra2001-01-166-0/+963
| |
* | Updating makerpms.sh for 2.2 releaseJohn Terpstra2001-01-161-5/+8
| |
* | Minor fixes to allow building of pam_winbind etc.John Terpstra2001-01-161-2/+2
| |
* | Removing files specific to samba-pre3.0.John Terpstra2001-01-162-326/+0
| |
* | Fixup typos in directory ACL support.Jeremy Allison2001-01-151-2/+3
| | | | | | | | Jeremy.
* | Added merge code to merge ACLs belonging to the same user as POSIX ACLSJeremy Allison2001-01-151-2/+49
| | | | | | | | | | have no concept of a separate allow and deny ACL for the same user. Jeremy.
* | Debug printing for canon_ace entries.Jeremy Allison2001-01-153-26/+72
| | | | | | | | Jeremy.
* | Sync up with appliance-head.Jeremy Allison2001-01-1513-117/+138
| | | | | | | | Jeremy.
* | Got get/set of POSIX ACLs working on Linux !!!!!!Jeremy Allison2001-01-131-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 Allison2001-01-134-655/+800
| | | | | | | | Jeremy.
* | sys_acl proto.Jeremy Allison2001-01-131-0/+43
| | | | | | | | Jeremy.
* | merge from 2.0 branch for installing Using Samba book filesHerb Lewis2001-01-121-8/+68
| |
* | Moving over of posix_acl code into 2.2. Needs testing !Jeremy Allison2001-01-124-12/+164
| | | | | | | | Jeremy.