summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-11-01Remove CGI logging code. Make username/password lookups takeJeremy Allison1-29/+28
2000-11-01Added a authentication hook to smbwrapper which allows a (username,Tim Potter2-11/+56
2000-11-01Added smbsh to list of ignored files.Tim Potter1-0/+1
2000-10-30Merge of comment repair.Tim Potter1-8/+8
2000-10-30Only use prs_uint8s on marshalling as we know we're little endian. OnJeremy Allison1-6/+18
2000-10-30Fixed double btyte-swap problems with bigendian architectures.Jeremy Allison1-1/+2
2000-10-30Call standard_sub_advanced() after lp_logon_XX() calls.Jeremy Allison1-0/+2
2000-10-29proto.h was out of date.Tim Potter1-353/+353
2000-10-29Patches from John Reilly @ HP for print job time bugs.Jeremy Allison1-6/+16
2000-10-28Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo Re...Jeremy Allison1-4/+2
2000-10-28David Lee's utmp patch (finally). Thanks David !Jeremy Allison5-90/+625
2000-10-28Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...Jeremy Allison1-1/+1
2000-10-27Rolled back find NetBIOS name of PDC/BDC code as a temp fix. ThisJeremy Allison1-1/+60
2000-10-26Added John Reillys patch for error code returns from clean_up_printer_driver_...Jeremy Allison3-7/+10
2000-10-26Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison4-22/+49
2000-10-26TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter10-652/+1324
2000-10-25Even when looking up a users groups via winbindd even if the lookup forJeremy Allison1-2/+2
2000-10-25We already have a perfectly good next_token() function we should be usingJeremy Allison1-6/+3
2000-10-25Fix for uidtoname not returning DOMAIN\name but just name. This causedJeremy Allison1-2/+9
2000-10-25John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison3-56/+189
2000-10-25Removed erroneous +1's on length of unicode domain names for variousTim Potter1-2/+2
2000-10-24Yeah - not setting getwd_cache to True as default, that'd do it for a 5xJeremy Allison1-1/+1
2000-10-21Fixes from David Lee for utmp handling.Jeremy Allison4-495/+1137
2000-10-20Fix for vfs_fstat() crash with new stat code.Jeremy Allison1-0/+3
2000-10-20Merge from appliance-headTim Potter1-1/+5
2000-10-19Fixed missing bracket on debug statement.Tim Potter1-1/+1
2000-10-19Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison9-234/+207
2000-10-18Removed null user checks to enable lanman print queue pausing and print jobTim Potter1-4/+0
2000-10-18Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pauseTim Potter1-4/+4
2000-10-18Bug report that on some systems extended characters are being returned asChristopher R. Hertel1-1/+2
2000-10-18Merge of rpc parse buffer underflow debug code.Tim Potter1-0/+19
2000-10-18Fixes for io_q_setprinter rpc parsing.Tim Potter1-0/+10
2000-10-13Fixes to get ms-dfs code to compile with the new changes.Jeremy Allison1-2/+3
2000-10-13Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).Jeremy Allison1-1/+1
2000-10-13last part of W2K support.Jean-François Micouleau9-51/+97
2000-10-13Fixed merging mess.Tim Potter1-1/+22
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison8-253/+457
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison1-2/+2
2000-10-12Ignore SIGUSR2. Terminate nmbd if we have no interfaces.Jeremy Allison2-5/+24
2000-10-12allow "master" smbd to call message_init so it is not killed by messagesHerb Lewis1-4/+4
2000-10-12lib/messages.c add debug print for receipt of PING andHerb Lewis2-1/+4
2000-10-12use macros for incrementing profile countersHerb Lewis2-6/+2
2000-10-12print source PID in PONG and debuglevel message. Allow request debuglevelHerb Lewis1-10/+30
2000-10-11Turns out we do need the pwnam check as on many systems the usersJeremy Allison1-0/+7
2000-10-11Fixed %d printf with unsigned long arg.Jeremy Allison1-1/+1
2000-10-11Use sys_setgroups - systems with broken getgroups need this.Jeremy Allison1-1/+1
2000-10-11Simple cleanup, but I also changed the value of the dlevel parameter passedChristopher R. Hertel1-5/+5
2000-10-11Converted to call lib/wins_srv.c:wins_srv_ip() instead of lp_wins_server()Christopher R. Hertel1-4/+4
2000-10-11Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.Tim Potter3-3/+3
2000-10-11sync with 2.2. treeHerb Lewis1-1/+1