summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* rewrote md4.c from scratch. This implementation should be portable andAndrew Tridgell1997-09-151-284/+160
* This commit does 3 main things:Andrew Tridgell1997-09-145-73/+47
* charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1997-09-113-202/+273
* Fixed up determination of client type for PROTOCOL_NT1. Uses clientJeremy Allison1997-09-041-0/+39
* reply.c: Removed unused variables. Caught by gcc -Wall -WerrorJeremy Allison1997-09-021-0/+4
* Makefile: New program and support for dynamic codepage loading.Jeremy Allison1997-08-301-137/+159
* charset.c: Added patch for client code page 852 (Eastern European) fromSamba Release Account1997-08-271-0/+49
* doing that irritating compiler clash warning with the protos for standard_subSamba Release Account1997-08-271-2/+2
* charset.c : Add mapping for code page 932 (KANJI).Samba Release Account1997-08-253-32/+59
* Kanji fixes for upper/lower case conversion with sjis characters.Samba Release Account1997-08-212-30/+131
* Changes to allow Samba to return the same error code as Windows NT.Samba Release Account1997-08-201-1/+6
* Makefile: Changed for HPUX10 tidyup.Samba Release Account1997-08-191-2/+9
* charset.c: Fixed bug with 'valid chars' param.Samba Release Account1997-08-121-0/+11
* loadparm.c: Added new netbios aliases parameter (code from Cisco)Samba Release Account1997-07-311-2/+20
* client.c: Minor change to cast parameters for DEC unix.Samba Release Account1997-07-301-4/+1
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-241-86/+145
* charset.c: Fixed signed/unsigned issues.Samba Release Account1997-07-221-2/+2
* charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1997-07-181-12/+15
* Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account1997-07-171-4/+6
* local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECKSamba Release Account1997-07-141-5/+5
* added pretty printing of data section to show_msg(), for debug log level 10.Samba Release Account1997-07-131-3/+23
* interface.c: Fix for AIX4.x finding interfaces.Samba Release Account1997-07-111-1/+1
* Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account1997-07-083-19/+27
* added, tested and debugged new "hide files" option.Samba Release Account1997-07-061-71/+67
* Makefile: Added DGUX changes for intel.Samba Release Account1997-07-031-8/+8
* Fixed wierd bug with lowercase accented character directories.Samba Release Account1997-07-021-4/+10
* Rolled back Lukes changes. Not quite ready for prime time.Samba Release Account1997-07-011-19/+4
* made "hide files" and "veto files" into per-service parameter sections,Samba Release Account1997-07-011-6/+6
* added "hide files" option.Samba Release Account1997-07-011-2/+17
* client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw...Samba Release Account1997-07-012-2/+117
* shmem.c: Changed debug to higher levelSamba Release Account1997-06-271-1/+2
* charset.c: Dropped debug message to level 6.Samba Release Account1997-06-161-2/+2
* Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1997-06-111-75/+189
* loadparm.c: Made explicit max packet now ignored.Samba Release Account1997-06-061-9/+28
* charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account1997-05-301-2/+2
* loadparm.c: Ensure printer services cannot be read only and don't use share m...Samba Release Account1997-05-271-1/+3
* dir.c: Fixed double slash issue.Samba Release Account1997-05-201-2/+3
* status.c: Added brief option. Patch from ccctim@mailbox.ucdavis.eduSamba Release Account1997-05-081-3/+23
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-0810-10/+10
* Large changes from jra@cygnus.com. Mainly browser updates.Samba Release Account1997-04-093-6/+8
* quotas.c: Fixed typo in #ifdef'ed compile.Samba Release Account1997-03-071-2/+4
* Fix fro signed/unsigned problem with TIME_T_MIN from Anatoly V. GrabarSamba Release Account1997-03-071-1/+1
* Makefile: Added cleandir target.Samba Release Account1997-02-232-3/+45
* Fixed bugs in my YOST replacement code. Doing a trim_stringSamba Release Account1997-02-131-1/+9
* Added trim_string(s, "./", 0) to unix_clean_name to removeSamba Release Account1997-02-101-0/+3
* Fixed const definitions for StrCaseXXX calls.Samba Release Account1997-02-031-2/+2
* util.c: StrCaseCmp and StrnCaseCmp terminated incorrectly, giving falseSamba Release Account1997-02-021-7/+14
* Fixed issue with null ypdomainname being used.Samba Release Account1997-01-291-4/+12
* Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1997-01-095-55/+112
* Added Whistle veto file functions. Moved fcntl locking fromSamba Release Account1996-12-101-0/+225