Age | Commit message (Expand) | Author | Files | Lines |
1997-10-29 | ipc.c : | Luke Leighton | 2 | -4/+34 |
1997-10-29 | split ntclient.c down into appropriate modules. | Luke Leighton | 7 | -979/+1142 |
1997-10-29 | damn. We need root privilages to do semaphore operations even if we | Andrew Tridgell | 2 | -28/+44 |
1997-10-29 | - don't allow locking to initialise twice | Andrew Tridgell | 1 | -1/+5 |
1997-10-29 | clean up the hash entry code a bit. Got rid of lp_shmem_hash_size() | Andrew Tridgell | 6 | -97/+91 |
1997-10-29 | added frag field to make_rpc_hdr() function | Luke Leighton | 4 | -6/+7 |
1997-10-29 | byteorder.h : | Luke Leighton | 12 | -62/+214 |
1997-10-28 | Utility code to produce printer definition files from MS files. | Jeremy Allison | 1 | -0/+301 |
1997-10-28 | Adding Windows 95 printer driver code donated by Jean-Francois.Micouleau@utc.fr. | Jeremy Allison | 4 | -6/+145 |
1997-10-28 | smb.h smbparse.c pipeutil.c : | Luke Leighton | 8 | -97/+456 |
1997-10-28 | enable sysv ipc and fast share modes on OSF1 | Andrew Tridgell | 1 | -0/+1 |
1997-10-28 | need includes.h to compile on some systems (eg. sunos4) | Andrew Tridgell | 1 | -0/+1 |
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 | 1 | -1/+1 |
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 | 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-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 | 1 | -1/+1 |
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 | preparing for release of 1.9.18alpha4 | Samba Release Account | 1 | -1/+1 |
1997-10-24 | preparing for release of samba-1.9.18alpha4 | Samba Release Account | 1 | -1/+1 |
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 |