Age | Commit message (Expand) | Author | Files | Lines |
2000-10-30 | Only use prs_uint8s on marshalling as we know we're little endian. On | Jeremy Allison | 1 | -6/+18 |
2000-10-30 | Fixed double btyte-swap problems with bigendian architectures. | Jeremy Allison | 1 | -1/+2 |
2000-10-30 | Call standard_sub_advanced() after lp_logon_XX() calls. | Jeremy Allison | 1 | -0/+2 |
2000-10-29 | proto.h was out of date. | Tim Potter | 1 | -353/+353 |
2000-10-29 | Patches from John Reilly @ HP for print job time bugs. | Jeremy Allison | 1 | -6/+16 |
2000-10-28 | Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo Re... | Jeremy Allison | 1 | -4/+2 |
2000-10-28 | David Lee's utmp patch (finally). Thanks David ! | Jeremy Allison | 5 | -90/+625 |
2000-10-28 | Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM... | Jeremy Allison | 1 | -1/+1 |
2000-10-27 | Rolled back find NetBIOS name of PDC/BDC code as a temp fix. This | Jeremy Allison | 1 | -1/+60 |
2000-10-26 | Added John Reillys patch for error code returns from clean_up_printer_driver_... | Jeremy Allison | 3 | -7/+10 |
2000-10-26 | Sorry JF - no billable hours :-). I fixed the "stream of events" problem | Jeremy Allison | 4 | -22/+49 |
2000-10-26 | TDB password backend support written by Simo Sorce <simo.sorce@polimi.it> | Gerald Carter | 10 | -652/+1324 |
2000-10-25 | Even when looking up a users groups via winbindd even if the lookup for | Jeremy Allison | 1 | -2/+2 |
2000-10-25 | We already have a perfectly good next_token() function we should be using | Jeremy Allison | 1 | -6/+3 |
2000-10-25 | Fix for uidtoname not returning DOMAIN\name but just name. This caused | Jeremy Allison | 1 | -2/+9 |
2000-10-25 | John Reilly @ HP (who is a wonderful human being and *definately* needs | Jeremy Allison | 3 | -56/+189 |
2000-10-25 | Removed erroneous +1's on length of unicode domain names for various | Tim Potter | 1 | -2/+2 |
2000-10-24 | Yeah - not setting getwd_cache to True as default, that'd do it for a 5x | Jeremy Allison | 1 | -1/+1 |
2000-10-21 | Fixes from David Lee for utmp handling. | Jeremy Allison | 4 | -495/+1137 |
2000-10-20 | Fix for vfs_fstat() crash with new stat code. | Jeremy Allison | 1 | -0/+3 |
2000-10-20 | Merge from appliance-head | Tim Potter | 1 | -1/+5 |
2000-10-19 | Fixed missing bracket on debug statement. | Tim Potter | 1 | -1/+1 |
2000-10-19 | Ok - this is a big patch - and it may break smbd a bit (although | Jeremy Allison | 9 | -234/+207 |
2000-10-18 | Removed null user checks to enable lanman print queue pausing and print job | Tim Potter | 1 | -4/+0 |
2000-10-18 | Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pause | Tim Potter | 1 | -4/+4 |
2000-10-18 | Bug report that on some systems extended characters are being returned as | Christopher R. Hertel | 1 | -1/+2 |
2000-10-18 | Merge of rpc parse buffer underflow debug code. | Tim Potter | 1 | -0/+19 |
2000-10-18 | Fixes for io_q_setprinter rpc parsing. | Tim Potter | 1 | -0/+10 |
2000-10-13 | Fixes to get ms-dfs code to compile with the new changes. | Jeremy Allison | 1 | -2/+3 |
2000-10-13 | Added David O'Neills fix to HEAD (hmmm. how did this compile... :-). | Jeremy Allison | 1 | -1/+1 |
2000-10-13 | last part of W2K support. | Jean-François Micouleau | 9 | -51/+97 |
2000-10-13 | Fixed merging mess. | Tim Potter | 1 | -1/+22 |
2000-10-13 | Fix to allow smbd to call winbindd if it is running for all group enumeration, | Jeremy Allison | 8 | -253/+457 |
2000-10-13 | Fix to allow smbd to call winbindd if it is running for all group enumeration, | Jeremy Allison | 1 | -2/+2 |
2000-10-12 | Ignore SIGUSR2. Terminate nmbd if we have no interfaces. | Jeremy Allison | 2 | -5/+24 |
2000-10-12 | allow "master" smbd to call message_init so it is not killed by messages | Herb Lewis | 1 | -4/+4 |
2000-10-12 | lib/messages.c add debug print for receipt of PING and | Herb Lewis | 2 | -1/+4 |
2000-10-12 | use macros for incrementing profile counters | Herb Lewis | 2 | -6/+2 |
2000-10-12 | print source PID in PONG and debuglevel message. Allow request debuglevel | Herb Lewis | 1 | -10/+30 |
2000-10-11 | Turns out we do need the pwnam check as on many systems the users | Jeremy Allison | 1 | -0/+7 |
2000-10-11 | Fixed %d printf with unsigned long arg. | Jeremy Allison | 1 | -1/+1 |
2000-10-11 | Use sys_setgroups - systems with broken getgroups need this. | Jeremy Allison | 1 | -1/+1 |
2000-10-11 | Simple cleanup, but I also changed the value of the dlevel parameter passed | Christopher R. Hertel | 1 | -5/+5 |
2000-10-11 | Converted to call lib/wins_srv.c:wins_srv_ip() instead of lp_wins_server() | Christopher R. Hertel | 1 | -4/+4 |
2000-10-11 | Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS. | Tim Potter | 3 | -3/+3 |
2000-10-11 | sync with 2.2. tree | Herb Lewis | 1 | -1/+1 |
2000-10-11 | changes to sync with 2.2. tree | Herb Lewis | 14 | -47/+205 |
2000-10-11 | Modified initgroups to provide a get groups a user is a member of | Tim Potter | 2 | -7/+166 |
2000-10-11 | Don't initialise groups twice. | Tim Potter | 2 | -2/+0 |
2000-10-11 | Remove duplicate group initialisation function. | Tim Potter | 1 | -22/+0 |