summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1998-07-166-22/+106
* util.c: I've added a function called mem_dup(). Similar to strdup(),Christopher R. Hertel1998-07-152-1/+15
* loadparm.c:Jeremy Allison1998-07-146-115/+119
* Added strupper() function call to up-case the scope field in theChristopher R. Hertel1998-07-141-6/+7
* nntrans.c: Fully implemented transact rename.Jeremy Allison1998-07-114-7/+44
* nttrans.c: More NT SMB stuff.Jeremy Allison1998-07-114-76/+104
* Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>Jeremy Allison1998-07-102-2/+9
* AIX patch from Michael Wojcik <mww@microfocus.com> adding detailJeremy Allison1998-07-101-4/+135
* Needed fix to SIGHUP handling donated by branko.cibej@hermes.siJeremy Allison1998-07-091-8/+29
* New version of the DFS_AUTH code from Karsten Muuss <muuss@or.uni-bonn.de>Jeremy Allison1998-07-091-39/+242
* NT SMB trans reply code.Jeremy Allison1998-07-093-74/+301
* Implementing more NT SMB functionality.Jeremy Allison1998-07-081-82/+332
* includes.h: Fixes for QNX 4.x.Jeremy Allison1998-07-071-1/+6
* Fixed (hopefully) last bug with username mapping.Jeremy Allison1998-07-071-4/+5
* password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1998-07-064-15/+20
* Digital UNIX does not seem to set OPTIND if there are noRichard Sharpe1998-07-061-0/+10
* Fix for pidfile startup message.Jeremy Allison1998-07-022-36/+35
* nttrans.c: More NT SMB stuff.Jeremy Allison1998-07-022-4/+11
* chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIXJeremy Allison1998-07-024-45/+55
* includes.h: AIX fix.Jeremy Allison1998-07-014-28/+119
* nttrans.c: More code towards NT protocol.Jeremy Allison1998-06-303-21/+109
* nmbd_elections.c: Removed force elections code to bring into line with 1.9.18.Jeremy Allison1998-06-294-7/+26
* Added code to do elections when told to do so.Jeremy Allison1998-06-271-2/+9
* nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1998-06-2710-50/+126
* clitar.c: Fixed gcc warning with comment in /* */ code.Jeremy Allison1998-06-252-13/+23
* Minor cosmetic change. I up-cased internal #defines.Christopher R. Hertel1998-06-258-13/+45
* The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns aChristopher R. Hertel1998-06-236-21/+24
* Arrrgh, one more fix. Restores of long file names wereRichard Sharpe1998-06-221-2/+7
* Remove the copyright to Canon Information Systems Australia, as we don'tRichard Sharpe1998-06-213-7/+20
* clitar.c: Fixed minor gcc -pedantic-error compile warnings.Jeremy Allison1998-06-202-5/+6
* Re-submit changes for CLITAR.Richard Sharpe1998-06-171-84/+291
* clientgen: Added USE_SSL for client shutdown.Jeremy Allison1998-06-166-23/+8
* Damn, forgot the proto file againRichard Sharpe1998-06-161-0/+1
* CLITAR changes to overcome some reported problems and add Jay's changesRichard Sharpe1998-06-161-0/+19
* Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1998-06-169-16/+476
* client.c: Made -L do a null-session share unless -U user is specified.Jeremy Allison1998-06-154-130/+170
* Makefile:Jeremy Allison1998-06-153-8/+25
* remove .cvsignore as ignored file. This is used in my build scripts.Herb Lewis1998-06-151-1/+0
* Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1998-06-136-238/+201
* Groupname mapping code now lives here.Jeremy Allison1998-06-131-0/+204
* This is the first, small step toward some tweaks that Jeremy and I haveChristopher R. Hertel1998-06-121-0/+2
* ipc.c: map_username is now a BOOL function.Jeremy Allison1998-06-126-75/+263
* Removed directory-relative include references. This required that I addChristopher R. Hertel1998-06-111-2/+2
* Removed the "../" from the #include statement.Christopher R. Hertel1998-06-111-1/+1
* Minor changes as I've now discovered gcc -pedantic-errors. ThisJeremy Allison1998-06-103-12/+21
* I've replaced the linked list used to manage the subnet namelists with aChristopher R. Hertel1998-06-106-190/+238
* De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison1998-06-106-31/+125
* I was wrong about the length and max_length values in make_unistr2.Jeremy Allison1998-06-091-3/+1
* loadparm.c: Removed 'domain other sids' parameter.Jeremy Allison1998-06-097-34/+33
* Fixed compile problem after make proto.Jeremy Allison1998-06-092-17/+19