summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-misc-tags/pre_luke_stuffup_1cvs2svn Import User1997-07-01101-48543/+0
* client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw...Samba Release Account1997-07-0113-54/+338
* shmem.c: Changed debug to higher levelSamba Release Account1997-06-273-16/+25
* loadparm.c: Added "force create mode" and "force directory mode" params.Samba Release Account1997-06-194-2/+21
* Fixed *really* stupid bug in register_vuid - only a problemSamba Release Account1997-06-181-1/+1
* charset.c: Dropped debug message to level 6.Samba Release Account1997-06-165-4/+12
* Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1997-06-1117-160/+285
* Patch from Albrecht Gebhardt Albrecht Gebhardt - fixes domainSamba Release Account1997-06-091-1/+1
* loadparm.c: Made explicit max packet now ignored.Samba Release Account1997-06-066-13/+40
* includes.h: Added USE_SETSID for SGI.Samba Release Account1997-06-034-4/+10
* namedbname.c: Fixed problem with remove_name code that could cause core dump.Samba Release Account1997-06-031-83/+91
* nameannounce.c: Made sure recurse flag set correctly.Samba Release Account1997-06-026-55/+52
* namepacket.c: Block SIGTERM correctly - we can only take them at defined poi...Samba Release Account1997-05-314-2/+24
* namedbname.c: Added 'S' or 'R' flags to wins.dat to aid debugging. Forced all...Samba Release Account1997-05-302-9/+23
* charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account1997-05-3016-153/+305
* loadparm.c: Ensure printer services cannot be read only and don't use share m...Samba Release Account1997-05-277-35/+55
* coding standards issue: should never compare a boolean expression == FalseSamba Release Account1997-05-221-45/+53
* Removed use of 'domain controller' parameter for browsing systemSamba Release Account1997-05-221-0/+4
* Makefile: Turned on FAST_SHARE_MODES by default for a bunch of machines.Samba Release Account1997-05-211-1/+1
* Added code to make nmbd always lose elections if 'local master'Samba Release Account1997-05-211-1/+9
* Added fix from Paul Nelson @ Thursby - smb_mid field could beSamba Release Account1997-05-211-0/+18
* dir.c: Fixed double slash issue.Samba Release Account1997-05-2026-916/+1925
* namedbname.c: Fixed *nasty* bug that caused nmbd to spin and eat memorySamba Release Account1997-05-153-26/+33
* use NULL instead of 0Samba Release Account1997-05-121-2/+2
* Updated Samba minor version so it announces itself as NT Server versionJohn Terpstra1997-05-111-4/+7
* status.c: Added brief option. Patch from ccctim@mailbox.ucdavis.eduSamba Release Account1997-05-083-21/+102
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-0864-363/+392
* added automount home directory support. contributed by simeon@bangor.co.ukSamba Release Account1997-05-075-18/+103
* name_unregister_work() using strequal incorrectly.Samba Release Account1997-05-031-1/+1
* expiry of browser entries wasn't happening once the entry had synced.Samba Release Account1997-04-171-1/+1
* two bugs jeremy and i found while at sgi.Samba Release Account1997-04-172-2/+2
* removed reference to subnet_record and work_record, as neither are needed.Samba Release Account1997-04-111-19/+0
* jra@cygnus.com: Changed CHECK_TIME_MST_ANNOUNCE back to 15 from 1 (from test).Samba Release Account1997-04-091-2/+1
* Large changes from jra@cygnus.com. Mainly browser updates.Samba Release Account1997-04-0923-628/+790
* name_type for name_query with smbclient -M name should be used. that way,Samba Release Account1997-04-031-3/+3
* finally! doing a strequal() == 0 instead of just strequal(). too used toSamba Release Account1997-03-151-10/+9
* compile errors. oops.Samba Release Account1997-03-151-4/+4
* become_domain_master(), become_local_master() and become_logon_server()Samba Release Account1997-03-151-36/+38
* bug: when checking whether there is a PDC already on the current localSamba Release Account1997-03-151-7/+4
* JHT ===> Blasted typos. BROWSER_ELECT_VERSION in smb.h should have beenSamba Release Account1997-03-151-1/+1
* JHT ===> Moved MAJOR_VERSION and MINOR_VERSION defines to smb.hSamba Release Account1997-03-153-8/+14
* added jeremy's patch to return Node Status info type in a Node StatusSamba Release Account1997-03-131-1/+1
* added code that checks whether the DOMAIN<1b> name is claimed on theSamba Release Account1997-03-123-7/+68
* 1) updated ipc.c NetUserGetInfo - load \\%L\%U instead of \\%L\HOMESSamba Release Account1997-03-0913-349/+795
* preferred master option will force an election every 5 minutes if theSamba Release Account1997-03-081-21/+38
* Added better debug for what kind of netbios packet we got.Samba Release Account1997-03-071-2/+32
* quotas.c: Fixed typo in #ifdef'ed compile.Samba Release Account1997-03-072-3/+5
* Fix fro signed/unsigned problem with TIME_T_MIN from Anatoly V. GrabarSamba Release Account1997-03-071-1/+1
* added debug_nmb_packet() call.Samba Release Account1997-03-021-0/+2
* Split maxxmit parameter into two : max_send (auto configured by theSamba Release Account1997-02-285-18/+30