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