summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
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
2000-10-11Fix for growing printing.tdb by adding check on job creation.Jeremy Allison4-17/+56
2000-10-11Remove lpq as root fix - do this in print_job_start insteadJeremy Allison4-39/+0
2000-10-10Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison4-1/+53
2000-10-10Fix found by Andrew to stop local/remote printers beingJeremy Allison1-3/+18
2000-10-10Fixed Realloc memory fragmentation problems.Jeremy Allison1-17/+57
2000-10-10Fixed nasty size wrong bug spotted by the eagle eyes ofJeremy Allison1-1/+1
2000-10-10Added debug so we can see how winbindd converts SIDS.Jeremy Allison1-13/+40
2000-10-10a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau7-26/+58
2000-10-10got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell4-39/+16
2000-10-10added tdb_lock_bystring() and tdb_unlock_bystring()Andrew Tridgell1-0/+24
2000-10-10don't use gets() !Andrew Tridgell1-2/+2
2000-10-09Fixes to allow wins.c to compile to allow building of libnss_wins.so.John Terpstra2-2/+14
2000-10-09I introduced a bug in my last commits. Hopefully nobody noticed :-)Jean-François Micouleau1-2/+2
2000-10-09Missing conn parameter missed in vfs rewrite.Jeremy Allison1-1/+1
2000-10-08sys_popen got damaged when converted from FILE * to int fd I think.Jeremy Allison1-14/+3
2000-10-07more cleanup of samrJean-François Micouleau1-62/+65
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau9-261/+1697
2000-10-07Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison2-3/+14
2000-10-07Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison3-1/+168
2000-10-07Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac...Jeremy Allison4-380/+494
2000-10-06Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison5-8/+13