summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adding Christian Starkjohann <cs@obdev.at> SSLeay document.Jeremy Allison1998-06-161-0/+392
* 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
* This is a first step toward moving long namelists into a database. IChristopher R. Hertel1998-06-0912-241/+314
* Moved the ubiqx stuff above nameserv.h so that ubiqx typedefs could beChristopher R. Hertel1998-06-081-12/+6
* proto.hChristopher R. Hertel1998-06-082-0/+16
* Added code to add the Samba names onto the remote_broadcast subnet,Jeremy Allison1998-06-082-5/+11
* Added code to generateChristopher R. Hertel1998-06-081-0/+6
* Cosmetic. Added a cast to (void) to a call to add_name_to_subnet() sinceChristopher R. Hertel1998-06-081-5/+5
* loadparm.c: Did it ! Changed defaults for 'case preserve' and 'short case pre...Jeremy Allison1998-06-053-10/+16
* client.c: Allowed client to proceed even if it gets error 234 (more dataJeremy Allison1998-06-042-107/+113
* had what would be a compile error if it wasn't #if 0'd out in passdb_opsLuke Leighton1998-06-041-1/+1
* added "domain admin group" and "domain guest group" parameters. this isLuke Leighton1998-06-044-5/+22
* Fixed file descriptor leak in open_socket_out - this couldJeremy Allison1998-06-041-0/+1
* includes.h: Fixes for NetBSD and BSDI.Jeremy Allison1998-06-042-2/+5
* It occurred to me that the samba includes.h file should be included in theChristopher R. Hertel1998-06-0311-20/+120
* ipc.c: Fix bug where we don't return the correct error code when clientJeremy Allison1998-06-033-91/+272
* Changed the mechanism for including the Samba includes.h in the ubiqx codeChristopher R. Hertel1998-06-0212-109/+87
* clientutil.c: Don't core dump if no controlling terminal available for password.Jeremy Allison1998-06-015-8/+43
* point people at the main web site for a up to date list of mirrorsAndrew Tridgell1998-06-011-80/+2
* This change ensures that only the processes/locked files thatPaul Blackman1998-05-301-20/+22
* Added Paul Eggerts LocalTime patch.Jeremy Allison1998-05-291-8/+28