Age | Commit message (Expand) | Author | Files | Lines |
1998-10-02 | - static function "create_new_hashes" was identical to "nt_lm_owf_gen". | Luke Leighton | 1 | -1/+1 |
1998-09-30 | lsa_lookup_sids command added. severe debugging needed on lookup_sids | Luke Leighton | 1 | -60/+85 |
1998-09-30 | (Finally) implemented "max open files" as a global smb.conf parameter. | Jeremy Allison | 1 | -5/+17 |
1998-09-29 | Got very strict about the differences and uses of | Jeremy Allison | 8 | -73/+87 |
1998-09-29 | get away with dummy and .dummy files | Alexandre Oliva | 1 | -1/+0 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1 | -30/+12 |
1998-09-28 | automated generation of .dummy files for each subdirectory; | Alexandre Oliva | 1 | -1/+0 |
1998-09-26 | Small update to clitar.c to omit warnings about servers not | Richard Sharpe | 1 | -1/+1 |
1998-09-24 | this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE were | Luke Leighton | 2 | -29/+37 |
1998-09-23 | nttrans.c: | Luke Leighton | 1 | -4/+28 |
1998-09-21 | major autoconf clean-up | Alexandre Oliva | 1 | -0/+1 |
1998-09-05 | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 2 | -4/+4 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 3 | -72/+1 |
1998-09-04 | Fixed uppercasing of share name (pointed out by Jean-Francois). | Jeremy Allison | 1 | -1/+0 |
1998-08-31 | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 1 | -3/+7 |
1998-08-26 | use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() for | Andrew Tridgell | 1 | -1/+1 |
1998-08-24 | Changed ASSERT macros to SMB_ASSERT macros as some systems already | Jeremy Allison | 3 | -11/+11 |
1998-08-22 | added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally | Andrew Tridgell | 3 | -0/+20 |
1998-08-21 | use ZERO_STRUCT() to initialise lots of structures. | Andrew Tridgell | 1 | -1/+30 |
1998-08-17 | added some optimisation for the case where the number of open files is | Andrew Tridgell | 2 | -30/+4 |
1998-08-17 | converted the policy code to use a linked list and bitmap. This saves | Andrew Tridgell | 1 | -139/+144 |
1998-08-17 | much cleaner chain pointer handling for both files and pipes. | Andrew Tridgell | 1 | -10/+5 |
1998-08-17 | some cleanups from the conversion of Pipes[] to a linked list. I also | Andrew Tridgell | 1 | -222/+210 |
1998-08-15 | this checkin gets rid of the global Files[] array and makes it local | Andrew Tridgell | 1 | -2/+0 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -61/+56 |
1998-08-09 | added ignore rules for the dummy files | Andrew Tridgell | 1 | -0/+1 |
1998-07-29 | some merge cleanups | Andrew Tridgell | 1 | -0/+0 |
1998-06-29 | nmbd_elections.c: Removed force elections code to bring into line with 1.9.18. | Jeremy Allison | 1 | -3/+4 |
1998-06-13 | Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group... | Jeremy Allison | 1 | -24/+63 |
1998-06-12 | ipc.c: map_username is now a BOOL function. | Jeremy Allison | 1 | -25/+27 |
1998-06-10 | De-coupled the mapping of a Windows to UNIX username from the Get_Pwnam | Jeremy Allison | 2 | -1/+22 |
1998-06-09 | loadparm.c: Removed 'domain other sids' parameter. | Jeremy Allison | 3 | -15/+13 |
1998-06-05 | loadparm.c: Did it ! Changed defaults for 'case preserve' and 'short case pre... | Jeremy Allison | 1 | -1/+11 |
1998-06-04 | added "domain admin group" and "domain guest group" parameters. this is | Luke Leighton | 1 | -5/+5 |
1998-05-24 | more warnings, from Tim Winders | Luke Leighton | 1 | -1/+1 |
1998-05-24 | - created pdb_sethexpwd(), to be called from all pwd apis that need to | Luke Leighton | 2 | -3/+3 |
1998-05-21 | fixed signed / unsigned warnings spotted by tim winders. also fixed | Luke Leighton | 1 | -3/+3 |
1998-05-21 | jean-francois calling the right function for the "net t.o.d" dce/rpc support | Luke Leighton | 1 | -1/+1 |
1998-05-20 | dce/rpc net time command from jean-francois. does not support timezones | Luke Leighton | 1 | -0/+54 |
1998-05-19 | ldap.c : | Luke Leighton | 2 | -37/+13 |
1998-05-18 | chgpasswd.c: Changed back to getsmb... from getsam... | Jeremy Allison | 3 | -18/+42 |
1998-05-18 | - renamed some of the passdb.c functions: they have a prefix pdb_ on them | Luke Leighton | 3 | -3/+3 |
1998-05-15 | Fix from "Gerald W. Carter" <cartegw@eng.auburn.edu>, we were | Jeremy Allison | 1 | -1/+1 |
1998-05-14 | passdb.c | Jeremy Allison | 1 | -7/+12 |
1998-05-14 | Fixed dce/rpc to use global_machine_sid (auto generated in server.c if | Jeremy Allison | 3 | -14/+9 |
1998-05-14 | chgpasswd.c: Added comments to #ifdefs | Jeremy Allison | 5 | -292/+338 |
1998-05-12 | retired this file: it's not actually needed now that passdb.c provides | Luke Leighton | 1 | -152/+0 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 3 | -10/+10 |
1998-05-11 | password back-end database support | Luke Leighton | 1 | -105/+28 |
1998-05-11 | ldap back-end database development | Luke Leighton | 1 | -126/+38 |