Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 |
1998-05-21 | fixed signed / unsigned warnings spotted by tim winders. also fixed | Luke Leighton | 3 | -5/+5 |
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 | fix slprintf for sunos4 in head branch | Andrew Tridgell | 1 | -1/+2 |
1998-05-20 | dce/rpc net time command from jean-francois. does not support timezones | Luke Leighton | 4 | -1/+185 |
1998-05-20 | Fixed incorrect last arg to safe_strcpy in new wildcard code. | Jeremy Allison | 1 | -1/+1 |
1998-05-20 | Minor tweak for wcard compatibility paranoia. | Jeremy Allison | 1 | -1/+1 |
1998-05-20 | Fixed Samba's wildcard algorithm to be *exactly* the same | Jeremy Allison | 1 | -1/+10 |
1998-05-19 | Fix to do NT wildcard matching. | Jeremy Allison | 1 | -2/+24 |
1998-05-19 | passdb.c: Fixed typo in coment. | Jeremy Allison | 4 | -44/+28 |
1998-05-19 | made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need not | Luke Leighton | 1 | -98/+97 |
1998-05-19 | oops - got some of the default (conversion) functions wrong. | Luke Leighton | 2 | -35/+19 |
1998-05-19 | removed "default" system for password database api: all functions must | Luke Leighton | 6 | -196/+179 |
1998-05-19 | ldap.c : | Luke Leighton | 8 | -132/+335 |
1998-05-19 | Fixed signed/unsigned warning. | Jeremy Allison | 1 | -1/+1 |
1998-05-19 | Forgot to add the initialize_password_db() call to nmbd also. | Jeremy Allison | 1 | -0/+3 |
1998-05-18 | Abstracted all the crappy password interfaces through an indirect | Jeremy Allison | 8 | -320/+328 |
1998-05-18 | chgpasswd.c: Changed back to getsmb... from getsam... | Jeremy Allison | 17 | -393/+607 |
1998-05-18 | linker errors with -DUSE_NISPLUS_DB - difficult to spot when you're not | Luke Leighton | 2 | -4/+4 |
1998-05-18 | sorting out removal of some smb_passwd functions by calling pdb_smb_to_sam() | Luke Leighton | 1 | -10/+11 |
1998-05-18 | removed references to some of the smb_passwd routines from ldap and nis+ | Luke Leighton | 3 | -117/+96 |
1998-05-18 | creating and using some pdb_init_(sam/smb) routines. putting ldap headers | Luke Leighton | 4 | -25/+14 |
1998-05-18 | no include headers in ldap.c. | Luke Leighton | 2 | -0/+72 |
1998-05-18 | resolving compilation errors | Luke Leighton | 5 | -5/+7 |
1998-05-18 | received update from jean francois for ldap.c: he is doing add / mod | Luke Leighton | 2 | -75/+434 |
1998-05-18 | - renamed some of the passdb.c functions: they have a prefix pdb_ on them | Luke Leighton | 7 | -304/+323 |
1998-05-18 | oops. pressed ctrl-z while editing the previous cvs message: this was | Luke Leighton | 1 | -19/+105 |