summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-3/+4
| | | | | | | | | | source/smbd/lanman.c - Change fill_printq_info() to fix corrupted 9X/ME printer comment
| * Changes from APPLIANCE_HEAD:David O'Neill2001-01-179-45/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source/rpc_server/srv_spoolss_nt.c - Unrolled construct_notify_jobs_info() loop to only fetch printer info_2 structure once rather than num_print_jobs times. - convert command to unix codepage. - remove lp_remove_service() call as it prevents lp_killservice() from working. - Modified some DEBUG and DEBUGADD statements. source/param/loadparm.c source/param/params.c - change printer, preload, auto services to FLAG_DOS_STRING, reverted earlier changes to szPrintername et al, add comments. source/printing/load.c - fix bug with lp_auto_services() and strtok() source/printing/nt_printing.c source/printing/printing.c - remove redundant test that used SERVICE(snum) source/printing/pcap.c - add unix_to_dos() calls, add notes wrt FIXMEs for xxx_printer_fn() functions. source/web/swat.c - added FIXME comment. source/smbd/service.c - added comment re: dos codepage
| * Set the tdb->map_ptr to NULL if mmap() returns -1.Tim Potter2001-01-161-0/+3
| |
| * Changes from APPLIANCE_HEAD:David O'Neill2001-01-161-0/+2
| | | | | | | | | | | | source/param/loadparm.c - changed lp_add_printer() to convert szPrintername and comment from unix to DOS codepage.
| * Fix for no master browser present.Tim Potter2001-01-161-3/+4
| |
| * Some ugly mucking around to get the new rpcclient compiling and linkingTim Potter2001-01-151-2/+10
| | | | | | | | with the new samr code and have prototypes working and smbd linking.
| * New proto and some small changes to rpc_samr.hTim Potter2001-01-152-17/+113
| |
| * rpcclient functions for remaining samr and lsa functions. All functionsTim Potter2001-01-153-25/+458
| | | | | | | | | | now pass through insure except for some of the dodgy spoolss prs weirdness.
| * Added remaining samr functions needed by winbindd.Tim Potter2001-01-151-0/+198
| | | | | | | | Added #define/#undef NEW_NTDOMAIN symbols.
| * Fixes for POSIX ACLS. ACL merge code.Jeremy Allison2001-01-152-27/+120
| | | | | | | | Jeremy.
| * Updated from 2.2.Jeremy Allison2001-01-151-3/+40
| | | | | | | | Jeremy.
| * Changes from APPLIANCE_HEAD:David O'Neill2001-01-155-10/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source/rpc_parse/parse_lsa.c - off by one unistr length bug in init_lsa_trans_name() source/lib/util_sid.c - resolve more BUILTIN sid values to names. source/nsswitch/wb_client.c - fix typo in debug message - set errno on error so we don't get bogus value from last failure. source/rpc_server/srv_spoolss_nt.c - add debug to track number of open printer handles for ease of tracking handle leaks in the future. source/rpc_server/srv_lsa.c - fix off-by-one string bug. This was preventing NT from displaying names for well-know SIDs in printer permissions dialog.
| * Compile fix for smbw_dir_add function.Tim Potter2001-01-151-4/+5
| |
| * removed unnecessary process_exists() call in message_send_pid()Andrew Tridgell2001-01-151-11/+0
| | | | | | | | it slows us down and doesn't gain anything
| * Fixed bugs relating to Win2K and the need for a codepage so that unicodeRichard Sharpe2001-01-142-20/+37
| | | | | | | | strings can be handled correctly.
| * merge from 2.0 branch for installing Using Samba book filesHerb Lewis2001-01-121-8/+68
| |
| * Pass correctly formatted args to cli_spoolss_open_printer_ex()Tim Potter2001-01-121-2/+7
| |
| * Printer name unistr is null terminated in make_spoolss_q_open_printer_ex()Tim Potter2001-01-121-1/+1
| |
| * Memory leak fixes and uninitialised variables spotted by insure.Tim Potter2001-01-121-16/+18
| |
| * Memory leak fixes spotted by insure.Tim Potter2001-01-122-1/+14
| |
| * Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir,Richard Sharpe2001-01-122-0/+169
| | | | | | | | | | | | both tested ... More later.
| * Many bug fixes to the libsmbclient.c code plusRichard Sharpe2001-01-124-69/+382
| | | | | | | | | | | | | | - an implementation of smbc_readdir - extensions to tree.c to show files in a second window - changes to auth_fn to provide buffers for username, password, etc from caller rather than callee
| * Use MAXIMUM_ALLOWED_ACCESS when doing a cli_spoolss_open_printer_ex()Tim Potter2001-01-121-1/+1
| |
| * Changes from APPLIANCE_HEAD:David O'Neill2001-01-121-0/+74
| | | | | | | | | | | | | | | | source/tests/crypttest.c - another one missed from a while ago: Add back tests/crypttest.c so that we can check for truncated crypt on those systems that it is relevant for and we avoid setting if for those systems that it is not true for. (Originally from SAMBA_2_2, Nov 13th 2000)
| * RPC server fixes for RPC client changes merged from TNG.Tim Potter2001-01-112-4/+46
| |
| * Removed link errors between rpcclient and smbd.Tim Potter2001-01-111-4/+4
| |
* | Merge in fix from John... being in Europe sucks for bandwidth...Jeremy Allison2001-02-021-1/+15
| | | | | | | | Jeremy.
* | correct checking of the adduser_script being empty or not.Jean-François Micouleau2001-02-011-6/+9
| | | | | | | | J.F.
* | get_md4pw was called with 2 params, one never used. mach_name andJean-François Micouleau2001-01-313-23/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mach_acct where mixed, the machine account wasn't correctly converted to lower case. srv_samr.c: added checks around Unix password changing. If it's a trust account, don't change the unix password. That's the reason why people having unix password sync=yes coudn't join a samba domain for a W2K box. changed also the string_sub function in create_unix_account() to NOT strip the ending $ on trust account. For the security picky people, Jeremy is already aware :-) J.F.
* | Merge of free_sec_desc() fix.Tim Potter2001-01-311-1/+1
| |
* | Merge of KOI8-R codepage fix.Tim Potter2001-01-311-1/+1
| |
* | Missing sys_endpwent() from HEAD.Tim Potter2001-01-311-1/+1
| |
* | 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
| |