Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Start of a rewrite of rpcclient based on the libsmb rpc client routines. | Tim Potter | 2001-01-11 | 4 | -1598/+954 |
| | | | | | | | | | | Currently there are a small selection of lsa, samr and spoolss functions implemented. More to follow... | ||||
| * | First compiling version of code that sets NT ACLs as POSIX ACLs. | Jeremy Allison | 2001-01-11 | 3 | -99/+599 |
| | | | | | | | | | | Now the debugging starts.... :-). Jeremy. | ||||
| * | Changes from APPLIANCE_HEAD: | David O'Neill | 2001-01-11 | 1 | -0/+1 |
| | | | | | | | | | | source/nsswitch/winbindd_idmap.c - convert tdb key to unix code-page when generating | ||||
| * | Changes from APPLIANCE_HEAD: | David O'Neill | 2001-01-11 | 11 | -68/+151 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testsuite/printing/psec.c - Use lock directory from smb.conf parameter when peeking at the ntdrivers.tdb file. source/rpc_parse/parse_sec.c - fix typo in debug message source/script/installbin.sh - create private directory as part of 'make install'. source/nsswitch/winbindd_cache.c source/nsswitch/winbindd_idmap.c source/passdb/secrets.c source/smbd/connection.c - always convert tdb key to unix code-page when generating. source/printing/nt_printing.c - always convert tdb key to unix code-page when generating. - don't prepend path to a filename that is NULL in add_a_printer_driver_3(). source/rpc_server/srv_spoolss_nt.c - always convert tdb key to unix code-page when generating. - don't prepend server name to a path/filename that is NULL in the fill_printer_driver_info functions. source/printing/printing.c - always convert tdb key to unix code-page when generating. - move access check for print_queue_purge() outside of job delete loop. source/smbd/unix_acls.c - fix for setting ACLs (this got missed earlier) source/lib/messages.c - trivial sync with appliance_head | ||||
| * | Fix from John for growing messages.tdb. | Jeremy Allison | 2001-01-11 | 1 | -0/+1 |
| | | | | | | | | Jeremy. | ||||
| * | rpc_server/srv_samr.c: | Jeremy Allison | 2001-01-11 | 5 | -421/+463 |
| | | | | | | | | | | | | | | | | | | | | | | | | smbd/reply.c: Added fix needed for appliances. When using winbindd - a new user may exist (from winbind) but have no home directory. Extend add user script so it is called with a %H substitution when a user exists but their home directory does not. Thanks to Alex Win at VA Linux for finding this one and testing the fix. libsmb/clidgram.c: Fixed missing return statements. smbd/uid.c: Fixed typo in debug. Jeremy. | ||||
| * | Added init functions, cli_spoolss_open_printer_ex(), | Tim Potter | 2001-01-10 | 1 | -0/+538 |
| | | | | | | | | | | cli_spoolss_closeprinter(), cli_spoolss_enum_printers(), cli_spoolss_enum_ports() and cli_spoolss_getprinter() | ||||
| * | Added init functions, cli_samr_connect(), cli_samr_close(), | Tim Potter | 2001-01-10 | 1 | -0/+325 |
| | | | | | | | | cli_samr_open_{domain,user}() and cli_samr_query_userinfo() | ||||
| * | Fixed authenticated pipe access. | Tim Potter | 2001-01-10 | 1 | -25/+102 |
| | | | | | | | | | | | | Added cli_lsa_enum_trust_dom(). Misc other cosmetic changes. | ||||
| * | Changes from APPLIANCE_HEAD: | David O'Neill | 2001-01-10 | 3 | -2317/+2341 |
| | | | | | | | | | | | | | | source/docs/yodldocs/smb.conf.5.yo source/docs/manpages/smb.conf.5 source/docs/htmldocs/smb.conf.5.html - add documentation for "hide local users" config option. | ||||
| * | Changes from APPLIANCE_HEAD: | David O'Neill | 2001-01-10 | 4 | -11/+47 |
| | | | | | | | | | | | | | | | | source/include/proto.h source/param/loadparm.c source/passdb/passdb.c source/rpc_server/srv_samr.c - add support for "hide local users" option to HEAD. | ||||
| * | Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameter | Jeremy Allison | 2001-01-09 | 3 | -36/+75 |
| | | | | | | | | | | | | to allow a chmod to be done if the user has write access to a file, just like Windows allows. Off by default (compare with "dos filetimes" parameter). Jeremy. | ||||
| * | Patch from Richard Bollinger for dead entries being left in connections tdb. | Jeremy Allison | 2001-01-08 | 2 | -1/+6 |
| | | | | | | | | Jeremy. | ||||
| * | Changes merged from APPLIANCE_HEAD: | David O'Neill | 2001-01-08 | 2 | -4/+9 |
| | | | | | | | | | | | | source/printing/printing.c source/rpc_server/srv_spoolss_nt.c - convert args for print command to unix codepage. | ||||
| * | Add support for logging to wherever smb.conf specifies. | Richard Sharpe | 2001-01-08 | 1 | -2/+8 |
| | | |||||
* | | Fix from John for growing messages.tdb. | Jeremy Allison | 2001-01-11 | 1 | -0/+1 |
| | | | | | | | | Jeremy. | ||||
* | | Added fix needed for appliances. When using winbindd - a new user may | Jeremy Allison | 2001-01-11 | 3 | -7/+39 |
| | | | | | | | | | | | | | | | | exist (from winbind) but have no home directory. Extend add user script so it is called with a %H substitution when a user exists but their home directory does not. Thanks to Alex Win at VA Linux for finding this one and testing the fix. Jeremy. | ||||
* | | Latest snapshot of POSIX ACL support (note this is not yet compiled in). | Jeremy Allison | 2001-01-10 | 1 | -308/+785 |
| | | | | | | | | Jeremy. | ||||
* | | Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameter | Jeremy Allison | 2001-01-09 | 3 | -36/+75 |
| | | | | | | | | | | | | to allow a chmod to be done if the user has write access to a file, just like Windows allows. Off by default (compare with "dos filetimes" parameter). Jeremy. | ||||
* | | Adding note to help folks locate UnixWare packaging information. | John Terpstra | 2001-01-09 | 1 | -0/+6 |
| | | |||||
* | | Adding package build system for UnixWare. Contributed by Ron Record ↵ | John Terpstra | 2001-01-09 | 19 | -0/+1662 |
| | | | | | | | | <rr.sco.com>. | ||||
* | | Patch from Richard Bollinger for dead entries being left in connections tdb. | Jeremy Allison | 2001-01-08 | 2 | -1/+6 |
| | | | | | | | | Jeremy. | ||||
* | | Big merge to sync up appliance-head and 2.2. | Jeremy Allison | 2001-01-08 | 28 | -433/+793 |
| | | | | | | | | Jeremy. | ||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-01-07 | 3 | -0/+550 |
|\| | |||||
| * | Codepages and stuff for Turkish language support. Contributed by | Tim Potter | 2001-01-07 | 5 | -1/+576 |
| | | | | | | | | Deniz Akkus <akkus@alum.mit.edu> | ||||
| * | Get rid of 10.0.0.6 and replace it with 0.0.0.0 as my_ip address prior to | Richard Sharpe | 2001-01-07 | 1 | -4/+2 |
| | | | | | | | | sending datagrams in clidgram.c | ||||
| * | More bug fixen ... | Richard Sharpe | 2001-01-07 | 1 | -2/+2 |
| | |