summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* no Makefile needed here eitherAndrew Tridgell1997-10-311-26/+0
* removing the files that are now in rpc_pipesAndrew Tridgell1997-10-3110-10/+0
* - cleanup some warningsAndrew Tridgell1997-10-313-20/+210
* blanked out these files, so that if someone does make proto, they don'tLuke Leighton1997-10-3010-4906/+0
* added a client-side "set named pipe handle state" function. not knownLuke Leighton1997-10-301-4/+18
* storing pipe name state (from set named pipe handle state call) in theLuke Leighton1997-10-303-23/+21
* Modified Files:Christopher R. Hertel1997-10-3013-9/+4180
* Makefile:Luke Leighton1997-10-304-78/+20
* Makefiles for libraries. the dependencies aren't quite right, and iLuke Leighton1997-10-304-211/+58
* Chris will be pleased to know that mkproto.awk no longer runs on theAndrew Tridgell1997-10-301-3/+0
* moved ubi_ modules back into the ubiqx directory.Andrew Tridgell1997-10-305-2/+498
* preparing for release of 1.9.18alpha9Samba Release Account1997-10-301-1/+1
* removed mechanism that created actual files NETLOGON, lsarpc and the like,Luke Leighton1997-10-308-83/+122
* preparing for release of 1.9.18alpha8Samba Release Account1997-10-291-1/+1
* byteorder.h :Luke Leighton1997-10-292-4/+6
* zero data parameter being passed to smb_io_rpc_hdr(), which couldn't cope.Luke Leighton1997-10-291-1/+1
* typecast in calls to print_asc() wrongLuke Leighton1997-10-291-3/+3
* ipc.c ntclientpipe.c:Luke Leighton1997-10-296-24/+114
* preparing for release of 1.9.18alpha7Samba Release Account1997-10-291-1/+1
* called dump_data() from show_msg().Luke Leighton1997-10-291-25/+6
* ipc.c :Luke Leighton1997-10-292-4/+34
* split ntclient.c down into appropriate modules.Luke Leighton1997-10-297-979/+1142
* damn. We need root privilages to do semaphore operations even if weAndrew Tridgell1997-10-292-28/+44
* - don't allow locking to initialise twiceAndrew Tridgell1997-10-291-1/+5
* clean up the hash entry code a bit. Got rid of lp_shmem_hash_size()Andrew Tridgell1997-10-296-97/+91
* added frag field to make_rpc_hdr() functionLuke Leighton1997-10-294-6/+7
* byteorder.h :Luke Leighton1997-10-2912-62/+214
* Utility code to produce printer definition files from MS files.Jeremy Allison1997-10-281-0/+301
* Adding Windows 95 printer driver code donated by Jean-Francois.Micouleau@utc.fr.Jeremy Allison1997-10-284-6/+145
* smb.h smbparse.c pipeutil.c :Luke Leighton1997-10-288-97/+456
* enable sysv ipc and fast share modes on OSF1Andrew Tridgell1997-10-281-0/+1
* need includes.h to compile on some systems (eg. sunos4)Andrew Tridgell1997-10-281-0/+1
* fix for broken sunos4 includes (doesn't have SHM_R)Andrew Tridgell1997-10-281-0/+4
* fix castAndrew Tridgell1997-10-281-1/+1
* define semun for broken solaris sysvipcAndrew Tridgell1997-10-281-0/+8
* lower the default hash size if SEMMSL isn't definedAndrew Tridgell1997-10-282-4/+6
* define USE_SYSV_IPC on sunos4Andrew Tridgell1997-10-281-0/+1
* define USE_SYSV_IPC on a bunch more systems.Andrew Tridgell1997-10-281-9/+8
* SYSV IPC implementation of fast share modes.Andrew Tridgell1997-10-286-319/+973
* refuse pathworks type R connect (patch from Stephen Tweedie)Andrew Tridgell1997-10-281-24/+39
* added LSA_Q_CLOSE and LSA_R_CLOSE (also to smb.h). implemented in smbclient.Luke Leighton1997-10-276-19/+280
* Fixed bug where we are a WINS server but not a domain masterJeremy Allison1997-10-271-1/+1
* Fixed ntclient.c so it would compile.Jeremy Allison1997-10-271-1/+1
* preparing for release of 1.9.18alpha6Samba Release Account1997-10-271-1/+1
* added LSA Query Info Policy.Luke Leighton1997-10-275-19/+143
* checks against file handle in api_fd_reply(). i don't know what errorLuke Leighton1997-10-271-6/+18
* added LSA Open Policy query and response processing to smbclientLuke Leighton1997-10-276-1/+286
* change the default file permissions on the SHARE_MEM_FILE* toAndrew Tridgell1997-10-277-47/+76
* also disable read prediction in 1.9.18Andrew Tridgell1997-10-274-2/+20
* Fixed 2 oplock bugs:Andrew Tridgell1997-10-272-18/+16