summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
1997-10-19update the timestamp on config files in our linked list when we noticeAndrew Tridgell1-4/+4
1997-10-19debugging the srvsvc Net Share Enum. some padding issues; some string lengthLuke Leighton3-5/+13
1997-10-19creating NetShareEnum parsing / reply creation. compiles, but untested.Luke Leighton3-25/+163
1997-10-19Makefile :Luke Leighton5-44/+285
1997-10-19added the following structures:Luke Leighton1-0/+67
1997-10-19pipes.c pipesrvsvc.c :Luke Leighton2-80/+113
1997-10-18put the NT_STATUS_ALLOTTED_SPACE_EXCEEDED error in instead of 0x99.Luke Leighton1-1/+2
1997-10-18After talking with Andrew added "interfaces only" parameter thatJeremy Allison3-19/+13
1997-10-17.cvsignore: Added make_smbcodepageJeremy Allison16-236/+454
1997-10-17Simply moved the #include for ubi_dLinkList.h from within dir.c toChristopher R. Hertel2-2/+1
1997-10-17make_unihdr() was setting the length to 1/2 the required value.Luke Leighton1-2/+2
1997-10-17pipenetlog.c lsaparse.c smb.h :Luke Leighton4-71/+90
1997-10-17smbparse.c smb.h :Luke Leighton5-6/+21
1997-10-17set the wrong info level (0x0C00 0000 instead of 0xC000 0000) so thatLuke Leighton1-1/+1
1997-10-17remove a spurious error message from nmbd. The message was:Andrew Tridgell1-6/+0