Age | Commit message (Expand) | Author | Files | Lines |
1997-10-28 | fix for broken sunos4 includes (doesn't have SHM_R) | Andrew Tridgell | 1 | -0/+4 |
1997-10-28 | fix cast | Andrew Tridgell | 1 | -1/+1 |
1997-10-28 | define semun for broken solaris sysvipc | Andrew Tridgell | 1 | -0/+8 |
1997-10-28 | lower the default hash size if SEMMSL isn't defined | Andrew Tridgell | 2 | -4/+6 |
1997-10-28 | define USE_SYSV_IPC on sunos4 | Andrew Tridgell | 1 | -0/+1 |
1997-10-28 | define USE_SYSV_IPC on a bunch more systems. | Andrew Tridgell | 1 | -9/+8 |
1997-10-28 | SYSV IPC implementation of fast share modes. | Andrew Tridgell | 6 | -319/+973 |
1997-10-28 | refuse pathworks type R connect (patch from Stephen Tweedie) | Andrew Tridgell | 1 | -24/+39 |
1997-10-27 | added LSA_Q_CLOSE and LSA_R_CLOSE (also to smb.h). implemented in smbclient. | Luke Leighton | 6 | -19/+280 |
1997-10-27 | Fixed bug where we are a WINS server but not a domain master | Jeremy Allison | 1 | -1/+1 |
1997-10-27 | Fixed ntclient.c so it would compile. | Jeremy Allison | 1 | -1/+1 |
1997-10-27 | preparing for release of 1.9.18alpha6 | Samba Release Account | 40 | -39/+42 |
1997-10-27 | spelling mistake | Samba Release Account | 1 | -3/+1 |
1997-10-27 | updated to indicate reported success with NT 3.51 as well as NT 4.0 | Luke Leighton | 1 | -2/+2 |
1997-10-27 | updated header to 1.9.18alpha6 | Samba Release Account | 1 | -4/+6 |
1997-10-27 | added LSA Query Info Policy. | Luke Leighton | 5 | -19/+143 |
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 | documented LSA Open Policy Query. | Luke Leighton | 1 | -21/+192 |
1997-10-27 | added LSA Open Policy query and response processing to smbclient | Luke Leighton | 6 | -1/+286 |
1997-10-27 | change the default file permissions on the SHARE_MEM_FILE* to | Andrew Tridgell | 7 | -47/+76 |
1997-10-27 | also disable read prediction in 1.9.18 | Andrew Tridgell | 4 | -2/+20 |
1997-10-27 | Fixed 2 oplock bugs: | Andrew Tridgell | 2 | -18/+16 |
1997-10-27 | added mention of compile-time experimentational NT Domain code. | Luke Leighton | 1 | -0/+2 |
1997-10-26 | hooray. hooray some more. hooray a lot. got the client-side working. | Luke Leighton | 4 | -121/+238 |
1997-10-26 | added -U option to nmblookup. This is similar to -B except that it | Andrew Tridgell | 1 | -5/+11 |
1997-10-26 | fix some casting errors in smbencrypt and some multiply-defined errors | Andrew Tridgell | 4 | -12/+6 |
1997-10-26 | The browse synchronisation code in nmbsync.c now uses the clientgen.c | Andrew Tridgell | 4 | -159/+160 |
1997-10-25 | preparing for release of 1.9.18alpha5 | Samba Release Account | 41 | -40/+43 |
1997-10-25 | updated to describe smbclient work recently done. | Luke Leighton | 1 | -6/+23 |
1997-10-25 | latest version | Luke Leighton | 1 | -56/+231 |
1997-10-25 | oops! | Luke Leighton | 1 | -2/+2 |
1997-10-25 | added correct client-side credential generation / checking to the LSA SAM | Luke Leighton | 3 | -44/+82 |
1997-10-25 | got the SAM logon request generated, and received a SAM logon response back. | Luke Leighton | 4 | -24/+182 |
1997-10-25 | sam logon query creation functions. written twice because i deleted it. | Luke Leighton | 2 | -3/+173 |
1997-10-25 | Makefile : | Luke Leighton | 17 | -203/+498 |
1997-10-24 | update SGI build files to latest source | Herb Lewis | 8 | -69/+166 |
1997-10-24 | preparing for release of 1.9.18alpha4 | Samba Release Account | 40 | -40/+40 |
1997-10-24 | preparing for release of samba-1.9.18alpha4 | Samba Release Account | 40 | -40/+40 |
1997-10-24 | updated to reflect the current state of play: | Luke Leighton | 1 | -31/+46 |
1997-10-24 | default server_name if NIS server is unavailable should be the local | Luke Leighton | 1 | -2/+2 |
1997-10-24 | nmblib.c : | Luke Leighton | 4 | -10/+13 |
1997-10-24 | nterr.c : | Luke Leighton | 10 | -264/+848 |
1997-10-23 | Big change to make nmbd code more readable/understandable. | Jeremy Allison | 18 | -371/+309 |
1997-10-23 | renamed static cli_setup_pkt() to static cli_setup_packet() because it | Luke Leighton | 1 | -7/+7 |
1997-10-23 | commas in the wrong places... | Luke Leighton | 1 | -2/+2 |
1997-10-23 | missed nmbsync.c when adding setup count and setup pointer arguments to | Luke Leighton | 2 | -12/+22 |
1997-10-23 | general sorting out, from crashes generated by do_lsa_req_chal() in client.c | Luke Leighton | 8 | -75/+105 |
1997-10-23 | missed one of the files (lsarpc) in the touch and chmod instructions. | Luke Leighton | 1 | -0/+2 |
1997-10-23 | playing about, trying to SMBopenX a \PIPE\NETLOGON (should be a SMBopen) | Luke Leighton | 6 | -47/+146 |
1997-10-22 | client.c : | Luke Leighton | 2 | -11/+26 |