summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-07-20another intermediate checkin on the way to enumerating formsGerald Carter5-38/+136
2002-07-20More fixes towards warnings on the IRIX compilerAndrew Bartlett8-35/+46
2002-07-20correctly declare global_myworkgroup to be the right size.Andrew Bartlett1-1/+1
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett12-26/+40
2002-07-20Add some const to try and get less warnings.Andrew Bartlett1-2/+3
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-20Fix up char/uchar casts etc. Fix up comments on some of the password hashAndrew Bartlett2-12/+9
2002-07-20If we can't connect, make sure its a level 0 so we see it, and the reason.Andrew Bartlett1-1/+1
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 Bartlett3-25/+35
2002-07-20Add support for a weird behaviour apparently used by Win9X pass-throughAndrew Bartlett2-4/+19
2002-07-20Update the usage for smbgroupedit to document -d for 'description'.Andrew Bartlett1-0/+2
2002-07-20Add a wrapper for dup2() to our system.cAndrew Bartlett1-0/+10
2002-07-20NT_STATUS_UNSUCCESSFUL just gets clients confused - move to NO_LOGON_SERVERSAndrew Bartlett1-11/+11
2002-07-20enumeration of printers keys ( no data yet ) via the registryGerald Carter5-34/+65
2002-07-20fixed a logic error in the sorted_tree_find_child() routineGerald Carter3-33/+69
2002-07-19fixed seg fault in registry frontend caused by trying toGerald Carter4-12/+23
2002-07-19Fixed a compiler warning.Tim Potter1-3/+3
2002-07-19Never ignore valgrind messages :-). Don't reference before the startJeremy Allison1-1/+1
2002-07-19* refactored registry operations some. subkey lists andGerald Carter7-240/+488
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 Allison2-458/+461
2002-07-19fixed line buffer mode in XFILEAndrew Tridgell1-1/+1
2002-07-18Previous fix was incorrect. len in string_sub and all_string_sub isJeremy Allison1-4/+4
2002-07-18Add useful VALGRIND #ifdef.Jeremy Allison1-0/+2
2002-07-18Prevent gcc warning about shadowed global "index".Jeremy Allison1-1/+1
2002-07-18Don't crash on setfileinfo on printer fsp.Jeremy Allison1-1/+2
2002-07-18Fixed off-by-one in all_string_sub also.Jeremy Allison1-1/+1
2002-07-18Formatting fixups.Jeremy Allison1-66/+73
2002-07-18Another bug found by valgrind. Don't AND a src length of -1.Jeremy Allison1-1/+2
2002-07-18virtual registry framework with initial printing hooks.Gerald Carter11-335/+1329
2002-07-18The previous code would not allow things like string_sub(str, "\\", "/", 0).Gerald Carter1-1/+1
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 Allison9-287/+170
2002-07-17Lanman print jobs are *16* bits, not 32. arggggh. Map them....Jeremy Allison3-9/+88
2002-07-16print_jobid in the fsp struct should be uint32.Jeremy Allison1-1/+1
2002-07-16Use codepage 850 as a default for the dos character set.Tim Potter1-0/+3
2002-07-16Put printing tdbs in a subdirectory to prevent name collisions.Jeremy Allison1-1/+6
2002-07-15splitting off storage/retrieval routines for abstracting theGerald Carter4-326/+366
2002-07-15preparing for release of 3.0-alpha18Samba Release Account1-1/+1
2002-07-15fixed a number of real bugs found by warnings on the 64 bit irix compilerAndrew Tridgell5-11/+8
2002-07-15enum_group_mapping takes an enum not an intAndrew Tridgell1-1/+1
2002-07-15checking for NULL really is counter-productive, and this one was alsoAndrew Tridgell1-5/+0
2002-07-15fixed a call to get_current_groups()Andrew Tridgell1-1/+1
2002-07-15don't use C++ comments in C - it doesn't work on many compilersAndrew Tridgell1-1/+1
2002-07-15fixed a problem with getgroups() where it could include our currentAndrew Tridgell4-14/+65
2002-07-15don't report the faiilure of non-blocking locks. They are supposed toAndrew Tridgell1-1/+1