This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[samba.git] / source3 / smbd /
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-17 Andrew BartlettAdd const.
2002-08-17 Andrew BartlettAdd 'const'.
2002-08-17 Andrew BartlettBecouse of changes to the meaning of this feild over...
2002-08-16 Jim McDonoughRe-add the last empty item to the NTLMSSP info list...
2002-08-16 Andrew BartlettAdd some const to the 'in' paramaters for these functions.
2002-08-16 Andrew BartlettFix segfault in the new NTLMSSP code. jmcd: can you...
2002-08-16 Tim PotterMerge of netbios namecache code from APPLIANCE_HEAD.
2002-08-15 Jim McDonoughFix NTLMSSP challenge command and auth response. We...
2002-08-12 Jeremy AllisonBugfix for problem pointed out by Sean Trace <Sean...
2002-08-12 Shirish KaleleAdd RESOLVE_DFSPATH to mkdir operations in HEAD.
2002-08-11 Andrew BartlettMake 'remote_machine' private to lib/substitute.c,...
2002-08-10 Andrew BartlettFix the %m security bug again - and try to make it...
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-08-02 Tim PotterMerge of print notify fixes from APPLIANCE_HEAD.
2002-08-01 Tim PotterFixed compiler warning.
2002-08-01 Andrew Tridgellmake sure we null terminate plaintext passwords
2002-07-31 Andrew BartlettRework parinioa to ensure we never get passwords longer...
2002-07-31 Andrew Tridgellfixed the length checking for plaintext passwords ...
2002-07-31 Andrew Bartlettfix debug, at idra's suggestion.
2002-07-31 Andrew Tridgelladded support for smbd listening on port 445 and 139...
2002-07-30 Andrew Tridgellthis fixes plaintext passwords with win2000
2002-07-30 Andrew Tridgellalways include the (void) for void fns ...
2002-07-30 Simo SorceOK!
2002-07-30 Andrew BartlettUpdate a pile of Samba's SID lookup code to ensure:
2002-07-29 Andrew Tridgellintroduced a get_file_size() macro in trans2.c to make...
2002-07-29 Andrew Tridgellan initial fix for handling sparse files in smbd
2002-07-29 Simo Sorceas suggested by Alexander Oswald <oswald@is.haw-hamburg.de>
2002-07-28 Simo Sorcefound nasty bug in intl/lang_tdb.c tdb structure was...
2002-07-28 Andrew Tridgellminor portability fix
2002-07-28 Andrew BartlettFix a missing 'no memory' return in last night's svrsvc...
2002-07-28 Andrew BartlettAnother item off my long-term todo list:
2002-07-27 Andrew BartlettThis should fix a nastly little bug where if a user...
2002-07-27 Simo Sorcenice day today
2002-07-26 Andrew BartlettMimir has been busy with patches again, and sent in...
2002-07-24 Andrew BartlettIf lp_add_home() fails, don't go any further, just...
2002-07-24 Andrew BartlettWe must be root to access the passdb, so ensure all...
2002-07-24 Andrew BartlettGive an idea what service didn't have the directory.
2002-07-21 Andrew BartlettAdd some const & static, remove unused functions.
2002-07-20 Andrew BartlettMake it clear that the 'service' isn't to be touched...
2002-07-20 Andrew BartlettUpdate the smbd reply code a little:
2002-07-20 Andrew BartlettMove some startup time initialisation to server.c,...
2002-07-20 Andrew BartlettAdd support for duplicating stderr into our logfiles.
2002-07-19 Jeremy AllisonAllow trans2 and nttrans messages to be processed in...
2002-07-19 Jeremy AllisonFormatting fixup. Fix shadow warning.
2002-07-18 Jeremy AllisonDon't crash on setfileinfo on printer fsp.
2002-07-18 Simo SorceUnneded extra check on len
2002-07-18 Jeremy AllisonWe have to look at the length before checking for ...
2002-07-18 Jeremy AllisonUse of uninitialized variable caught by valgrind.
2002-07-17 Jeremy AllisonGone back to explicit queue number passing as snum...
2002-07-17 Jeremy AllisonLanman print jobs are *16* bits, not 32. arggggh. Map...
2002-07-15 Andrew Tridgellmore bug updates from head
2002-07-15 Andrew Tridgellenum_group_mapping takes an enum not an int
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-15 Andrew Tridgellfixed a call to get_current_groups()
2002-07-15 Andrew Tridgellfixed a problem with getgroups() where it could include...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-14 Andrew BartlettMove nttrans.c into the NTSTATUS age.
2002-07-11 Gerald Carterlast check in for tonight.
2002-07-11 Jeremy Allison*Experimental* new large-scaling printer code. Splits...
2002-07-08 Andrew BartlettKill off const warnings - add a pile of const to variou...
2002-07-08 Andrew BartlettFix const warning
2002-07-07 Andrew BartlettUpdates to the 'name -> sid' code:
2002-07-04 Jeremy AllisonFix from Andrew Esh for coredump...
2002-07-04 Andrew BartlettAlways free_conn() after all the DEBUG()s etc.
2002-07-03 Gerald Carterfirst cut at implementing support for browsing printer...
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-28 Jeremy AllisonShut down printing tdb correctly - this will be more...
2002-06-27 Gerald CarterIt's fairly obvious that no one has tried to upload...
2002-06-26 Andrew Tridgellfixed 3 bugs in jeremys trans2 merge. Hopefully it...
2002-06-25 Andrew BartlettUpdate cli_full_connection() to take a 'flags' paramate...
2002-06-24 Jeremy AllisonMerged across trans2.c from SAMBA_2_2. UNIX extensions...
2002-06-22 Andrew BartlettRaise some debug levels.
2002-06-21 Jeremy AllisonDon't use uint. It doesn't exist on some platforms...
2002-06-21 Tim PotterFixed incorrect debug.
2002-06-20 Tim PotterGot rid of unused flags field in lanman api_commands[].
2002-06-17 Gerald Cartercompile warngin fixes merged from 2.2
2002-06-16 Andrew BartlettFurther updates to the service.c code. authorise_login...
2002-06-15 Andrew BartlettRework much of the service.c code:
2002-06-14 Simo Sorcemoved lp_list_* functions away from param/loadparm...
2002-06-13 Jeremy AllisonVeto files fix.
2002-06-13 Jeremy AllisonMerge in mangle fixes from 2.2.
2002-06-07 Jeremy AllisonEnsure when allowing fchown with write access and dos...
2002-06-07 Andrew BartlettGlobally replace 'global_sam_sid' with get_global_sam_s...
2002-06-07 Jeremy AllisonAllow sd_len to be zero on NT_TRANSACT_CREATE but not...
2002-06-06 Jeremy AllisonOverly complex but neccessary fix for kernel oplock...
2002-06-05 Jeremy AllisonRemove blocksignals call as it's never going to bloody...
2002-06-05 Jeremy AllisonFix for Linux kernel bug where signal mask set within...
2002-06-03 Jim McDonoughMove session gathering routine back into session.c...
2002-05-31 Jeremy AllisonRemoved some unused variables - tidy up some formating...
2002-05-26 Andrew BartlettAdd support for NTLMv2 (tested!) with NTLMSSP.
2002-05-25 Andrew BartlettClean up a few unused functions, add a bit of static...
2002-05-24 Andrew BartlettRemove the password length paramater from cli_full_conn...
2002-05-24 Jeremy AllisonIf we don't do the select don't do the recvfrom.
2002-05-24 Jeremy AllisonFixed silly typo that causes receive_local_message...
2002-05-22 Jeremy AllisonMerge of bugfixes from 2.2.
2002-05-22 Jeremy AllisonFix for strangeness in Linux 2.0.x select return.
2002-05-22 Jeremy AllisonRemove horrid goto.
2002-05-22 Andrew BartlettCleanups!
next