summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding Greek and Icelandic codepages from :Jeremy Allison1998-05-292-0/+193
* latest messing about: probably doesn't compile; doesn't matter.Luke Leighton1998-05-281-3/+54
* Ooops - fixed Win95 crash bugs with earlier code.Jeremy Allison1998-05-272-4/+7
* Newly re-written do_match and mask_match functions, with theJeremy Allison1998-05-272-103/+236
* removed "domain sid = " parameter instructionsLuke Leighton1998-05-271-6/+6
* loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1998-05-278-173/+266
* smb.h: More NT SMB stuff (just defines).Jeremy Allison1998-05-265-9/+28
* added set logon, logoff, kickoff etc time functions.Luke Leighton1998-05-253-8/+47
* i wondered why nisppass.c came up with a linker error "pdb_set_last_set_time"Luke Leighton1998-05-251-5/+0
* more warnings, from Tim WindersLuke Leighton1998-05-242-2/+2
* - created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton1998-05-248-53/+89