| Commit message (Expand) | Author | Age | Files | Lines |
* | Added SSL support from Christian Starkjohann <cs@obdev.at> | Jeremy Allison | 1998-06-16 | 9 | -16/+476 |
* | client.c: Made -L do a null-session share unless -U user is specified. | Jeremy Allison | 1998-06-15 | 4 | -130/+170 |
* | Makefile: | Jeremy Allison | 1998-06-15 | 3 | -8/+25 |
* | remove .cvsignore as ignored file. This is used in my build scripts. | Herb Lewis | 1998-06-15 | 1 | -1/+0 |
* | Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group... | Jeremy Allison | 1998-06-13 | 6 | -238/+201 |
* | Groupname mapping code now lives here. | Jeremy Allison | 1998-06-13 | 1 | -0/+204 |
* | This is the first, small step toward some tweaks that Jeremy and I have | Christopher R. Hertel | 1998-06-12 | 1 | -0/+2 |
* | ipc.c: map_username is now a BOOL function. | Jeremy Allison | 1998-06-12 | 6 | -75/+263 |
* | Removed directory-relative include references. This required that I add | Christopher R. Hertel | 1998-06-11 | 1 | -2/+2 |
* | Removed the "../" from the #include statement. | Christopher R. Hertel | 1998-06-11 | 1 | -1/+1 |
* | Minor changes as I've now discovered gcc -pedantic-errors. This | Jeremy Allison | 1998-06-10 | 3 | -12/+21 |
* | I've replaced the linked list used to manage the subnet namelists with a | Christopher R. Hertel | 1998-06-10 | 6 | -190/+238 |
* | De-coupled the mapping of a Windows to UNIX username from the Get_Pwnam | Jeremy Allison | 1998-06-10 | 6 | -31/+125 |
* | I was wrong about the length and max_length values in make_unistr2. | Jeremy Allison | 1998-06-09 | 1 | -3/+1 |
* | loadparm.c: Removed 'domain other sids' parameter. | Jeremy Allison | 1998-06-09 | 7 | -34/+33 |
* | Fixed compile problem after make proto. | Jeremy Allison | 1998-06-09 | 2 | -17/+19 |
* | This is a first step toward moving long namelists into a database. I | Christopher R. Hertel | 1998-06-09 | 12 | -241/+314 |
* | Moved the ubiqx stuff above nameserv.h so that ubiqx typedefs could be | Christopher R. Hertel | 1998-06-08 | 1 | -12/+6 |
* | proto.h | Christopher R. Hertel | 1998-06-08 | 2 | -0/+16 |
* | Added code to add the Samba names onto the remote_broadcast subnet, | Jeremy Allison | 1998-06-08 | 2 | -5/+11 |
* | Added code to generate | Christopher R. Hertel | 1998-06-08 | 1 | -0/+6 |
* | Cosmetic. Added a cast to (void) to a call to add_name_to_subnet() since | Christopher R. Hertel | 1998-06-08 | 1 | -5/+5 |
* | loadparm.c: Did it ! Changed defaults for 'case preserve' and 'short case pre... | Jeremy Allison | 1998-06-05 | 3 | -10/+16 |
* | client.c: Allowed client to proceed even if it gets error 234 (more data | Jeremy Allison | 1998-06-04 | 2 | -107/+113 |
* | had what would be a compile error if it wasn't #if 0'd out in passdb_ops | Luke Leighton | 1998-06-04 | 1 | -1/+1 |
* | added "domain admin group" and "domain guest group" parameters. this is | Luke Leighton | 1998-06-04 | 4 | -5/+22 |
* | Fixed file descriptor leak in open_socket_out - this could | Jeremy Allison | 1998-06-04 | 1 | -0/+1 |
* | includes.h: Fixes for NetBSD and BSDI. | Jeremy Allison | 1998-06-04 | 2 | -2/+5 |
* | It occurred to me that the samba includes.h file should be included in the | Christopher R. Hertel | 1998-06-03 | 11 | -20/+120 |
* | ipc.c: Fix bug where we don't return the correct error code when client | Jeremy Allison | 1998-06-03 | 3 | -91/+272 |
* | Changed the mechanism for including the Samba includes.h in the ubiqx code | Christopher R. Hertel | 1998-06-02 | 12 | -109/+87 |
* | clientutil.c: Don't core dump if no controlling terminal available for password. | Jeremy Allison | 1998-06-01 | 5 | -8/+43 |
* | This change ensures that only the processes/locked files that | Paul Blackman | 1998-05-30 | 1 | -20/+22 |
* | Added Paul Eggerts LocalTime patch. | Jeremy Allison | 1998-05-29 | 1 | -8/+28 |
* | Adding Greek and Icelandic codepages from : | Jeremy Allison | 1998-05-29 | 2 | -0/+193 |
* | latest messing about: probably doesn't compile; doesn't matter. | Luke Leighton | 1998-05-28 | 1 | -3/+54 |
* | Ooops - fixed Win95 crash bugs with earlier code. | Jeremy Allison | 1998-05-27 | 2 | -4/+7 |
* | Newly re-written do_match and mask_match functions, with the | Jeremy Allison | 1998-05-27 | 2 | -103/+236 |
* | loadparm.c: Added machine password timeout parameter - set to 7 days be default. | Jeremy Allison | 1998-05-27 | 8 | -173/+266 |
* | smb.h: More NT SMB stuff (just defines). | Jeremy Allison | 1998-05-26 | 5 | -9/+28 |
* | added set logon, logoff, kickoff etc time functions. | Luke Leighton | 1998-05-25 | 3 | -8/+47 |
* | i wondered why nisppass.c came up with a linker error "pdb_set_last_set_time" | Luke Leighton | 1998-05-25 | 1 | -5/+0 |
* | more warnings, from Tim Winders | Luke Leighton | 1998-05-24 | 2 | -2/+2 |
* | - created pdb_sethexpwd(), to be called from all pwd apis that need to | Luke Leighton | 1998-05-24 | 8 | -53/+89 |
* | Added more NT definitions, getting ready for nttrans code. | Jeremy Allison | 1998-05-23 | 1 | -0/+57 |
* | add_nisp21pwd_entry() finished but not tested. module now compiles. | Luke Leighton | 1998-05-22 | 1 | -107/+77 |
* | doesn't compile: don't care. checking this in so people can see what's | Luke Leighton | 1998-05-22 | 1 | -19/+107 |
* | I've put the ubiqx headers back into includes.h, and removed them from | Christopher R. Hertel | 1998-05-22 | 3 | -3/+9 |
* | These two are not being used, and they would cause conflict under Andrew's | Christopher R. Hertel | 1998-05-22 | 2 | -825/+0 |
* | Removed all ubiqx includes from includes.h. So far, this was only a problem | Christopher R. Hertel | 1998-05-22 | 2 | -1/+1 |