summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1997-10-26hooray. hooray some more. hooray a lot. got the client-side working.Luke Leighton4-121/+238
1997-10-26added -U option to nmblookup. This is similar to -B except that itAndrew Tridgell1-5/+11
1997-10-26fix some casting errors in smbencrypt and some multiply-defined errorsAndrew Tridgell4-12/+6
1997-10-26The browse synchronisation code in nmbsync.c now uses the clientgen.cAndrew Tridgell4-159/+160
1997-10-25preparing for release of 1.9.18alpha5Samba Release Account1-1/+1
1997-10-25oops!Luke Leighton1-2/+2
1997-10-25added correct client-side credential generation / checking to the LSA SAMLuke Leighton3-44/+82
1997-10-25got the SAM logon request generated, and received a SAM logon response back.Luke Leighton4-24/+182
1997-10-25sam logon query creation functions. written twice because i deleted it.Luke Leighton2-3/+173
1997-10-25Makefile :Luke Leighton17-203/+498
1997-10-24preparing for release of 1.9.18alpha4Samba Release Account1-1/+1
1997-10-24preparing for release of samba-1.9.18alpha4Samba Release Account1-1/+1
1997-10-24default server_name if NIS server is unavailable should be the localLuke Leighton1-2/+2
1997-10-24nmblib.c :Luke Leighton4-10/+13
1997-10-24nterr.c :Luke Leighton10-264/+848
1997-10-23Big change to make nmbd code more readable/understandable.Jeremy Allison18-371/+309
1997-10-23renamed static cli_setup_pkt() to static cli_setup_packet() because itLuke Leighton1-7/+7
1997-10-23commas in the wrong places...Luke Leighton1-2/+2
1997-10-23missed nmbsync.c when adding setup count and setup pointer arguments toLuke Leighton2-12/+22
1997-10-23general sorting out, from crashes generated by do_lsa_req_chal() in client.cLuke Leighton8-75/+105
1997-10-23playing about, trying to SMBopenX a \PIPE\NETLOGON (should be a SMBopen)Luke Leighton6-47/+146
1997-10-22client.c :Luke Leighton2-11/+26
1997-10-22Makefile client.c :Luke Leighton9-144/+315
1997-10-22Makefile client.c clientutil.c clitar.c nmbsync.c :Luke Leighton7-1379/+422
1997-10-22loadparm.c :Luke Leighton9-110/+210
1997-10-22shared memory code cleanups (partly preparing for a possible sysVAndrew Tridgell4-56/+68
1997-10-22Implemented asynchronous DNS lookups in nmbd.Andrew Tridgell8-107/+340
1997-10-22don't send any statistics in the node status replyAndrew Tridgell1-6/+2
1997-10-21WHATSNEW.txt: Updated for alpha3.Jeremy Allison2-3/+3
1997-10-21WHATSNEW.txt: Preparing for 1.9.18alpha2 release.Jeremy Allison1-1/+1
1997-10-21chgpasswd.c:Jeremy Allison3-73/+154
1997-10-21loadparm.c :Luke Leighton6-4/+100
1997-10-21damn, I spelt EACCES wrong.Andrew Tridgell1-1/+1
1997-10-21check for EPERM or EACCESS in file_utime()Andrew Tridgell1-1/+6
1997-10-21don't check lp_alternate_permissions() in the new utime workaroundAndrew Tridgell1-14/+12
1997-10-21fix the order of become_uid() and become_gid() in become_root(). ThisAndrew Tridgell2-9/+2
1997-10-21prototype updatesAndrew Tridgell1-10/+25
1997-10-21some cleanups in the clientutil.c code.Andrew Tridgell2-32/+46
1997-10-21rewrote the password server code using the new clientgen.c clientAndrew Tridgell4-253/+217
1997-10-21This is a set of generic SMB client routines. I needed this in a hurryAndrew Tridgell1-0/+673
1997-10-21get rid of the KEEP_PASSWORD_SERVER_OPEN defineAndrew Tridgell1-4/+0
1997-10-21add some debug infoAndrew Tridgell1-0/+2
1997-10-20loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. AddedJeremy Allison9-42/+95
1997-10-20added "domain groups" parameter, allowing you to specify the groups thatLuke Leighton4-3/+41
1997-10-20removed home_share from user_info structure.Luke Leighton1-4/+0
1997-10-20util.c password.c :Luke Leighton6-78/+75
1997-10-20a major share modes reorganisation.Andrew Tridgell8-1760/+1927
1997-10-20casting cleanupsAndrew Tridgell5-18/+18
1997-10-20I am removing these from the source code in preparation for anAndrew Tridgell2-130/+0
1997-10-20move calls to smbhash() inside smbdes.c (for legal reasons)Andrew Tridgell3-12/+25