summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed double btyte-swap problems with bigendian architectures.Jeremy Allison2000-10-301-1/+2
* Call standard_sub_advanced() after lp_logon_XX() calls.Jeremy Allison2000-10-301-0/+2
* proto.h was out of date.Tim Potter2000-10-291-353/+353
* Patches from John Reilly @ HP for print job time bugs.Jeremy Allison2000-10-291-6/+16
* Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo Re...Jeremy Allison2000-10-281-4/+2
* David Lee's utmp patch (finally). Thanks David !Jeremy Allison2000-10-285-90/+625
* Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...Jeremy Allison2000-10-281-1/+1
* Rolled back find NetBIOS name of PDC/BDC code as a temp fix. ThisJeremy Allison2000-10-271-1/+60
* Added John Reillys patch for error code returns from clean_up_printer_driver_...Jeremy Allison2000-10-263-7/+10
* Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison2000-10-264-22/+49
* TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter2000-10-2610-652/+1324
* Even when looking up a users groups via winbindd even if the lookup forJeremy Allison2000-10-251-2/+2
* We already have a perfectly good next_token() function we should be usingJeremy Allison2000-10-251-6/+3
* Fix for uidtoname not returning DOMAIN\name but just name. This causedJeremy Allison2000-10-251-2/+9
* John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison2000-10-253-56/+189
* Removed erroneous +1's on length of unicode domain names for variousTim Potter2000-10-251-2/+2
* Yeah - not setting getwd_cache to True as default, that'd do it for a 5xJeremy Allison2000-10-241-1/+1
* Fixes from David Lee for utmp handling.Jeremy Allison2000-10-214-495/+1137
* Fix for vfs_fstat() crash with new stat code.Jeremy Allison2000-10-201-0/+3
* Merge from appliance-headTim Potter2000-10-201-1/+5
* Fixed missing bracket on debug statement.Tim Potter2000-10-191-1/+1
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-199-234/+207
* Removed null user checks to enable lanman print queue pausing and print jobTim Potter2000-10-181-4/+0
* Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pauseTim Potter2000-10-181-4/+4
* Bug report that on some systems extended characters are being returned asChristopher R. Hertel2000-10-181-1/+2
* Merge of rpc parse buffer underflow debug code.Tim Potter2000-10-181-0/+19
* Fixes for io_q_setprinter rpc parsing.Tim Potter2000-10-181-0/+10
* Fixes to get ms-dfs code to compile with the new changes.Jeremy Allison2000-10-131-2/+3
* Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).Jeremy Allison2000-10-131-1/+1
* last part of W2K support.Jean-François Micouleau2000-10-139-51/+97
* Fixed merging mess.Tim Potter2000-10-131-1/+22
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-138-253/+457
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-2/+2
* Ignore SIGUSR2. Terminate nmbd if we have no interfaces.Jeremy Allison2000-10-122-5/+24
* allow "master" smbd to call message_init so it is not killed by messagesHerb Lewis2000-10-121-4/+4
* lib/messages.c add debug print for receipt of PING andHerb Lewis2000-10-122-1/+4
* use macros for incrementing profile countersHerb Lewis2000-10-122-6/+2
* print source PID in PONG and debuglevel message. Allow request debuglevelHerb Lewis2000-10-121-10/+30
* Turns out we do need the pwnam check as on many systems the usersJeremy Allison2000-10-111-0/+7
* Fixed %d printf with unsigned long arg.Jeremy Allison2000-10-111-1/+1
* Use sys_setgroups - systems with broken getgroups need this.Jeremy Allison2000-10-111-1/+1
* Simple cleanup, but I also changed the value of the dlevel parameter passedChristopher R. Hertel2000-10-111-5/+5
* Converted to call lib/wins_srv.c:wins_srv_ip() instead of lp_wins_server()Christopher R. Hertel2000-10-111-4/+4
* Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.Tim Potter2000-10-113-3/+3
* sync with 2.2. treeHerb Lewis2000-10-111-1/+1
* changes to sync with 2.2. treeHerb Lewis2000-10-1114-47/+205
* Modified initgroups to provide a get groups a user is a member ofTim Potter2000-10-112-7/+166
* Don't initialise groups twice.Tim Potter2000-10-112-2/+0
* Remove duplicate group initialisation function.Tim Potter2000-10-111-22/+0
* Fix to avoid calling getgrgid for no reason.Jeremy Allison2000-10-111-21/+9