Age | Commit message (Expand) | Author | Files | Lines |
1997-10-28 | refuse pathworks type R connect (patch from Stephen Tweedie) | Andrew Tridgell | 1 | -24/+39 |
1997-10-27 | checks against file handle in api_fd_reply(). i don't know what error | Luke Leighton | 1 | -6/+18 |
1997-10-27 | change the default file permissions on the SHARE_MEM_FILE* to | Andrew Tridgell | 1 | -1/+1 |
1997-10-27 | also disable read prediction in 1.9.18 | Andrew Tridgell | 3 | -2/+15 |
1997-10-27 | Fixed 2 oplock bugs: | Andrew Tridgell | 1 | -14/+14 |
1997-10-25 | Makefile : | Luke Leighton | 4 | -30/+29 |
1997-10-24 | nterr.c : | Luke Leighton | 1 | -1/+1 |
1997-10-23 | Big change to make nmbd code more readable/understandable. | Jeremy Allison | 1 | -0/+2 |
1997-10-23 | general sorting out, from crashes generated by do_lsa_req_chal() in client.c | Luke Leighton | 1 | -1/+2 |
1997-10-22 | client.c : | Luke Leighton | 1 | -9/+24 |
1997-10-21 | WHATSNEW.txt: Updated for alpha3. | Jeremy Allison | 1 | -2/+2 |
1997-10-21 | chgpasswd.c: | Jeremy Allison | 2 | -73/+153 |
1997-10-21 | loadparm.c : | Luke Leighton | 1 | -2/+0 |
1997-10-21 | damn, I spelt EACCES wrong. | Andrew Tridgell | 1 | -1/+1 |
1997-10-21 | check for EPERM or EACCESS in file_utime() | Andrew Tridgell | 1 | -1/+6 |
1997-10-21 | don't check lp_alternate_permissions() in the new utime workaround | Andrew Tridgell | 1 | -14/+12 |
1997-10-21 | fix the order of become_uid() and become_gid() in become_root(). This | Andrew Tridgell | 2 | -9/+2 |
1997-10-21 | rewrote the password server code using the new clientgen.c client | Andrew Tridgell | 3 | -253/+191 |
1997-10-21 | add some debug info | Andrew Tridgell | 1 | -0/+2 |
1997-10-20 | loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. Added | Jeremy Allison | 3 | -13/+69 |
1997-10-20 | util.c password.c : | Luke Leighton | 2 | -64/+2 |
1997-10-20 | a major share modes reorganisation. | Andrew Tridgell | 2 | -18/+14 |
1997-10-20 | casting cleanups | Andrew Tridgell | 1 | -1/+1 |
1997-10-19 | pipes.c pipesrvsvc.c : | Luke Leighton | 1 | -80/+0 |
1997-10-18 | put the NT_STATUS_ALLOTTED_SPACE_EXCEEDED error in instead of 0x99. | Luke Leighton | 1 | -1/+2 |
1997-10-17 | Simply moved the #include for ubi_dLinkList.h from within dir.c to | Christopher R. Hertel | 1 | -2/+0 |
1997-10-16 | Added Michael Johnsons' PAM modifications <johnsonm@redhat.com> | John Terpstra | 1 | -12/+12 |
1997-10-16 | Made changes to the dir cache functions: | Christopher R. Hertel | 1 | -83/+121 |
1997-10-15 | ipc.c: Adding Andrews become_root code to the main branch. | Jeremy Allison | 6 | -22/+106 |
1997-10-15 | smb.h smbparse.c pipenetlog.c : | Luke Leighton | 1 | -1/+24 |
1997-10-15 | added srvsvc basic pipe, straight from paul's code. does NETSHAREENUM | Luke Leighton | 2 | -0/+84 |
1997-10-15 | force the salt to be a maximum of 2 characters long in calls | Andrew Tridgell | 1 | -0/+1 |
1997-10-13 | split pipes.c down into util, netlog and ntlsa. | Luke Leighton | 1 | -1135/+1 |
1997-10-13 | debugging... no idea what i'm doing. | Luke Leighton | 1 | -9/+10 |
1997-10-13 | debug info added | Luke Leighton | 1 | -0/+4 |
1997-10-13 | checked in a file with a compile error. oops! | Luke Leighton | 1 | -1/+0 |
1997-10-13 | byteorder.h : | Luke Leighton | 1 | -292/+54 |
1997-10-12 | getting somewhere. | Luke Leighton | 2 | -51/+65 |
1997-10-12 | updated rpc header reply: callid wrong; alloc hint a uint32 not a uint16. | Luke Leighton | 1 | -21/+15 |
1997-10-12 | ipc.c: | Luke Leighton | 2 | -50/+52 |
1997-10-12 | added debugging macros (suitable eventually for use in tcpdump, hopefully) | Luke Leighton | 1 | -20/+25 |
1997-10-12 | remove { and } from the list of illegal characters in filenames. The | Andrew Tridgell | 1 | -1/+1 |
1997-10-10 | added api_lsa_sam_logon() and api_sam_logoff(). that's it. lots of | Luke Leighton | 1 | -170/+216 |
1997-10-10 | added lsa_reply_srv_pwset() | Luke Leighton | 1 | -66/+96 |
1997-10-10 | ipc.c : | Luke Leighton | 2 | -973/+395 |
1997-10-10 | Makefile: | Luke Leighton | 4 | -71/+1126 |
1997-10-10 | nmblookup.c: Added -A ability to do status on ip address. | Jeremy Allison | 1 | -1/+21 |
1997-10-09 | local.h: Fix spelling mistake :-). | Jeremy Allison | 3 | -4/+11 |
1997-10-09 | added #ifdef NTDOMAIN. added call to api_ntLsarpc instead of api_Lsarpc | Luke Leighton | 2 | -981/+7 |
1997-10-09 | pipes.c: | Luke Leighton | 1 | -82/+1093 |