summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-25added some clarifications.Gerald Carter1-5/+22
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-22Small change to process of joining a domain with samedit.Tim Potter3-3/+6
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-17Added documentation for winbind enum users and winbind enum groupsTim Potter3-0/+73
2000-10-16get rid of $Revision string - sync with 2.2 branchHerb Lewis2-3/+0
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-12update man page for program changesHerb Lewis3-15/+52
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-11Try this again on the right machine. Adding files for PCP samba pmdaHerb Lewis9-0/+2714
2000-10-11Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.Tim Potter3-3/+3
2000-10-11sync with 2.2. treeHerb Lewis1-1/+1
2000-10-11changes to sync with 2.2. treeHerb Lewis14-47/+205
2000-10-11Modified initgroups to provide a get groups a user is a member ofTim Potter2-7/+166
2000-10-11Don't initialise groups twice.Tim Potter2-2/+0
2000-10-11Remove duplicate group initialisation function.Tim Potter1-22/+0
2000-10-11Fix to avoid calling getgrgid for no reason.Jeremy Allison1-21/+9