summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-07-21Add some const & static, remove unused functions.Andrew Bartlett2-24/+1
2002-07-20Make it clear that the 'service' isn't to be touched. (Make it const).Andrew Bartlett1-1/+1
2002-07-20Update the smbd reply code a little:Andrew Bartlett2-5/+25
2002-07-20Move some startup time initialisation to server.c, so it is all in one place.Andrew Bartlett2-11/+11
2002-07-20Add support for duplicating stderr into our logfiles.Andrew Bartlett1-8/+8
2002-07-19Allow trans2 and nttrans messages to be processed in oplock break state.Jeremy Allison2-5/+7
2002-07-19Formatting fixup. Fix shadow warning.Jeremy Allison1-452/+455
2002-07-18Don't crash on setfileinfo on printer fsp.Jeremy Allison1-1/+2
2002-07-18Unneded extra check on lenSimo Sorce1-1/+1
2002-07-18We have to look at the length before checking for "~" as the stringJeremy Allison1-3/+3
2002-07-18Use of uninitialized variable caught by valgrind.Jeremy Allison1-1/+1
2002-07-17Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison5-20/+29
2002-07-17Lanman print jobs are *16* bits, not 32. arggggh. Map them....Jeremy Allison2-9/+9
2002-07-15enum_group_mapping takes an enum not an intAndrew Tridgell1-1/+1
2002-07-15fixed a call to get_current_groups()Andrew Tridgell1-1/+1
2002-07-15fixed a problem with getgroups() where it could include our currentAndrew Tridgell2-13/+28
2002-07-14Move nttrans.c into the NTSTATUS age.Andrew Bartlett1-41/+29
2002-07-11last check in for tonight.Gerald Carter1-1/+1
2002-07-11*Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison1-0/+2
2002-07-08Kill off const warnings - add a pile of const to various places.Andrew Bartlett2-3/+3
2002-07-08Fix const warningAndrew Bartlett1-1/+1
2002-07-07Updates to the 'name -> sid' code:Andrew Bartlett1-3/+3
2002-07-04Fix from Andrew Esh for coredump...Jeremy Allison1-8/+11
2002-07-04Always free_conn() after all the DEBUG()s etc.Andrew Bartlett1-3/+3
2002-07-03first cut at implementing support for browsing printer and driver driverGerald Carter1-0/+3
2002-07-02Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison3-11/+11
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2-5/+5
2002-06-28Shut down printing tdb correctly - this will be more important when I goJeremy Allison1-0/+1
2002-06-27It's fairly obvious that no one has tried to upload a driverGerald Carter1-0/+28
2002-06-26fixed 3 bugs in jeremys trans2 merge. Hopefully it now works.Andrew Tridgell1-8/+4
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett1-8/+2
2002-06-24Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthroughJeremy Allison1-1073/+1513
2002-06-22Raise some debug levels.Andrew Bartlett2-2/+2
2002-06-21Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2-2/+2
2002-06-21Fixed incorrect debug.Tim Potter1-1/+1
2002-06-20Got rid of unused flags field in lanman api_commands[].Tim Potter1-36/+49
2002-06-17compile warngin fixes merged from 2.2Gerald Carter4-19/+19
2002-06-16Further updates to the service.c code. authorise_login() is now a bit simpilerAndrew Bartlett2-6/+6
2002-06-15Rework much of the service.c code:Andrew Bartlett2-195/+238
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2-15/+15
2002-06-13Veto files fix.Jeremy Allison1-275/+273
2002-06-13Merge in mangle fixes from 2.2.Jeremy Allison6-369/+371
2002-06-07Ensure when allowing fchown with write access and dos filemodes thatJeremy Allison1-7/+7
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett3-6/+5
2002-06-07Allow sd_len to be zero on NT_TRANSACT_CREATE but not for set sd (helpsJeremy Allison1-4/+7
2002-06-06Overly complex but neccessary fix for kernel oplock problems. The issueJeremy Allison3-21/+55
2002-06-05Remove blocksignals call as it's never going to bloody work right...Jeremy Allison1-1/+0
2002-06-05Fix for Linux kernel bug where signal mask set within a signal handlerJeremy Allison1-33/+67
2002-06-03Move session gathering routine back into session.c so it can be called eitherJim McDonough2-53/+53
2002-05-31Removed some unused variables - tidy up some formating, add struct toJeremy Allison2-193/+190