Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
1997-10-22 | Makefile client.c : | Luke Leighton | 9 | -144/+315 |
1997-10-22 | Makefile client.c clientutil.c clitar.c nmbsync.c : | Luke Leighton | 7 | -1379/+422 |
1997-10-22 | loadparm.c : | Luke Leighton | 9 | -110/+210 |
1997-10-22 | shared memory code cleanups (partly preparing for a possible sysV | Andrew Tridgell | 4 | -56/+68 |
1997-10-22 | Implemented asynchronous DNS lookups in nmbd. | Andrew Tridgell | 8 | -107/+340 |
1997-10-22 | don't send any statistics in the node status reply | Andrew Tridgell | 1 | -6/+2 |
1997-10-21 | WHATSNEW.txt: Updated for alpha3. | Jeremy Allison | 2 | -3/+3 |
1997-10-21 | WHATSNEW.txt: Preparing for 1.9.18alpha2 release. | Jeremy Allison | 1 | -1/+1 |
1997-10-21 | chgpasswd.c: | Jeremy Allison | 3 | -73/+154 |
1997-10-21 | loadparm.c : | Luke Leighton | 6 | -4/+100 |
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 | prototype updates | Andrew Tridgell | 1 | -10/+25 |
1997-10-21 | some cleanups in the clientutil.c code. | Andrew Tridgell | 2 | -32/+46 |
1997-10-21 | rewrote the password server code using the new clientgen.c client | Andrew Tridgell | 4 | -253/+217 |
1997-10-21 | This is a set of generic SMB client routines. I needed this in a hurry | Andrew Tridgell | 1 | -0/+673 |
1997-10-21 | get rid of the KEEP_PASSWORD_SERVER_OPEN define | Andrew Tridgell | 1 | -4/+0 |
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 | 9 | -42/+95 |
1997-10-20 | added "domain groups" parameter, allowing you to specify the groups that | Luke Leighton | 4 | -3/+41 |