summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Ensure get/set NT ACL code is redirected through vfs.Jeremy Allison2001-03-261-2/+2
| | | | | | | | Jeremy.
* | Jeremy, would you take a look at this one?Gerald Carter2001-03-261-8/+71
| | | | | | | | | | | | | | | | Very simple: When we only have IP addresses (or special keywords) in hosts allow/deny, there is no need to perform gethostbyadr() calls for matching. This patch avoids these for IP address only lists and the special keywords "ALL", "FAIL", and "EXCEPT"
* | smbd/posix_acls.c: Ensure we never return an access deny ACL.Jeremy Allison2001-03-262-18/+17
| | | | | | | | | | smbd/vfs.c: Don't call [f]chmod_acl on systems with no acl support. Jeremy.
* | added Herb's scan CVS perl script to the tree. This one cuts the CVSGerald Carter2001-03-251-0/+96
| | | | | | | | log for all SAMBA_2_2 commits from 8Mb to 200Kb.
* | Shame I missed the alpha3 with this commit, but I didn't catch it in time, ↵Jeremy Allison2001-03-231-49/+2
| | | | | | | | | | | | | | | | | | | | | | | | shame. Ensure that "no access" for groups is not removed from the ACL, but is returned as a "take ownership" access - this maps correctly when returned to Samba, as it is the internal representation of "no access" for a group. This allows DENY access to be handled differently from "no access" which is what we need to better map POSIX ACLs. Still need to test this with the POSIX ACL code but I'm sure this is the correct thing to do. Jeremy.
* | preparing for release of 2.2.0-alpha3Samba Release Account2001-03-2367-67/+67
| |
* | change printer$ to new style print$Herb Lewis2001-03-231-8/+6
| |
* | Updated for alpha3.Jeremy Allison2001-03-231-10/+48
| | | | | | | | Jeremy.
* | More fixes from the SGI compiler.Jeremy Allison2001-03-231-4/+1
| | | | | | | | Jeremy.
* | Gerald missed adding this file....Jeremy Allison2001-03-230-0/+0
| | | | | | | | Jeremy.
* | doh! fixed Jeremy's checkinGerald Carter2001-03-231-3/+1
| |
* | added readline to smbclient and rpcclient from HEAD. Also added aGerald Carter2001-03-234-129/+165
| | | | | | | | completion function to rpcclient
* | More unused variables.Jeremy Allison2001-03-231-6/+1
| | | | | | | | Jeremy.
* | Removed unused variables - IRIX compiler fixes.Jeremy Allison2001-03-232-7/+5
| | | | | | | | Jeremy.
* | Getting ready for alpha 3 - fixed unused variable warnings with IRIX compiler.Jeremy Allison2001-03-231-14/+0
| | | | | | | | Jeremy
* | Fix insure-found parameter size missmatch.Jeremy Allison2001-03-232-3/+3
| | | | | | | | Jeremy.
* | start adding defines for IRIX ACLSHerb Lewis2001-03-231-0/+26
| |
* | Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison2001-03-235-17/+207
| | | | | | | | | | | | | | First one adds a new info level into the lanman printing and an ioctl to the trans2 code. Andrew - this uses ASCII only. It looks ok to me but please check ! Second one adds a parameter "os2 driver map" that allows OS/2 driver names to be mapped. Jeremy.
* | Fix user private group problem by not returning groups which have theJeremy Allison2001-03-232-2/+18
| | | | | | | | | | | | same name as users. Ensure default ACE permissions are sensible. Jeremy.
* | Sort the returned NT ACE entries so denys come first.Jeremy Allison2001-03-231-0/+17
| | | | | | | | Jeremy.
* | More ACL tweaking...Jeremy Allison2001-03-231-1/+11
| | | | | | | | Jeremy.
* | More tweaks for ACL mapping....Jeremy Allison2001-03-221-5/+10
| | | | | | | | Jeremy.
* | lib/system.c: Remove debug comments (not needed).Jeremy Allison2001-03-223-47/+47
| | | | | | | | | | | | rpc_server/srv_lsa_nt.c: According to msdn docs we should return a null sid when not a member of a domain. smbd/posix_acls.c: Fixes for POSIX ACL bugs. Jeremy.
* | Rewrite of ACL mapping code. Works ok on UNIX permissions, now for testingJeremy Allison2001-03-223-338/+710
| | | | | | | | | | on POSIX ACLs. Jeremy
* | Fix memory leak when doing DLIST_REMOVE(list,list).Jeremy Allison2001-03-211-1/+1
| | | | | | | | Jeremy.
* | When calling DLIST_REMOVE(x,x) then we need to check before setting prevJeremy Allison2001-03-201-1/+1
| | | | | | | | | | and next to NULL. Jeremy.
* | Missing LDFLAGS variable for smbmount programs.Jeremy Allison2001-03-201-3/+3
| | | | | | | | Jeremy.
* | Fix for coredump when using username map file. lookup_name must haveJeremy Allison2001-03-204-7/+16
| | | | | | | | | | | | const fist args as it is called with quoted strings and can call functions that modify the name. Jeremy.
* | include/dlinklist.h: Allow link to end of list.Jeremy Allison2001-03-197-12/+63
| | | | | | | | | | | | rpcclient/rpcclient.c: Tidyup compile error. Added sys_dlXXX functions from HEAD. Jeremy.
* | where did these do....Gerald Carter2001-03-190-0/+0
| |
* | missed a couple of files....Gerald Carter2001-03-194-3397/+0
| |
* | reverted rename of new_spoolss_io_r_enumprinterdriversGerald Carter2001-03-192-2/+2
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-03-195-0/+2492
|\|
| * reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter2001-03-194-4/+4
| |
| * merge from 2.2 (reorder commands in array)Gerald Carter2001-03-191-1/+1
| |
| * Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison2001-03-195-5/+52
| | | | | | | | Jeremy.
| * fixed rpcclient readline codeAndrew Tridgell2001-03-192-17/+4
| |
| * added basic command completion supportAndrew Tridgell2001-03-193-3/+43
| |
| * fixed unused variableAndrew Tridgell2001-03-181-1/+1
| |
| * much simpler readline codeAndrew Tridgell2001-03-185-176/+89
| | | | | | | | should work with readline 2.x
| * fixed some compilation errors with IRIX ccAndrew Tridgell2001-03-182-4/+4
| |
| * much better readline support from Simo Sorce, with some mods from meAndrew Tridgell2001-03-189-545/+715
| | | | | | | | to make it a bit simpler
| * fix this in rpc calls as wellAndrew Tridgell2001-03-171-2/+2
| | | | | | | | - ADMIN$ is an IPC share, not a disk share
| * ADMIN$ is an IPC share, not a disk shareAndrew Tridgell2001-03-171-1/+1
| |
| * removed useless debug msgAndrew Tridgell2001-03-171-3/+0
| |
| * lib/system.c (Finally) fixed all insure errors in password caching code. We ↵Jeremy Allison2001-03-172-59/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | can't stop libc routines from calling getpwXXX functions, so caching a pointer to them is impossible. This new code now makes two copies of the returned struct passwd struct - one used as a cache, one returned to allow the caller to modify. When doing a lookup we compare against the cached copy. Code is now easier to understand also. smbd/posix_acls.c: If we move the head of the linked list, remember to pass a reference to that pointer..... Jeremy.
| * I'm happy with the mapping for NT getACL, now for NT setACL.Jeremy Allison2001-03-172-67/+190
| | | | | | | | Jeremy.
| * Updates for CUPS 1.1 from Michael Sweet.Jeremy Allison2001-03-161-1/+38
| | | | | | | | Jeremy.
| * Updated defaults for CUPS printing from Michael Sweet.Jeremy Allison2001-03-161-6/+17
| | | | | | | | Jeremy.
| * don't need to force unicode strings in flg2 anymoreAndrew Tridgell2001-03-161-4/+3
| |