summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* memory leak in SAM group code: need these to track it down.Luke Leighton1998-11-022-0/+834
* client/client.c: Patch to tidy up file size output.Jeremy Allison1998-11-022-5/+2
* removed comment line at end of fileLuke Leighton1998-11-022-3/+4
* don't core dump in smbstatus if we can't open the shmem systemAndrew Tridgell1998-10-311-0/+1
* took out Lukes change as it breaks domain logons for Win95 clientsAndrew Tridgell1998-10-311-4/+0
* added copyright notice from Patrick PowellAndrew Tridgell1998-10-311-8/+5
* Fix suggested by Nicholas.S.Jenkins@cdc.com - connect to theJeremy Allison1998-10-301-2/+7
* do not print garbage just because someone does not want dependencies :-)Alexandre Oliva1998-10-301-24/+24
* looks like someone forgot to commit these...Alexandre Oliva1998-10-293-2/+5
* Fixed bug (that I introduced when doing the "delete on close" workJeremy Allison1998-10-291-7/+9
* modify dependency tracking code so that it:Alexandre Oliva1998-10-291-10/+29
* Tidied up option processing in smbclient - usage message now actuallyJeremy Allison1998-10-291-123/+132
* some versions of Irix pass the HAVE__ACL test but don't have acl.hHerb Lewis1998-10-291-1/+1
* This should have gone with the last batch.Christopher R. Hertel1998-10-281-4/+3
* I've moved the debugparse module files into the ubiqx directory because IChristopher R. Hertel1998-10-283-15/+445
* Still moving things around. debugparse.h will be removed from the includeChristopher R. Hertel1998-10-283-85/+2
* Just moving things around a bit.Christopher R. Hertel1998-10-281-328/+0
* Added clear-out-structure fix for make_unistr2.Jeremy Allison1998-10-281-0/+2
* Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1998-10-281-9/+9
* Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison1998-10-285-6/+18
* Fix from thwartedefforts@wonky.org (slightly modified) toJeremy Allison1998-10-281-1/+1
* fixed problem with snprintf.c and mkprotoAndrew Tridgell1998-10-282-4/+13
* use abort() instead of exit() in smb_panic()Andrew Tridgell1998-10-281-1/+1
* fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1998-10-281-12/+28
* Fixed a small bug in debug2html. It wasn't properly checking EOF. TheChristopher R. Hertel1998-10-272-2/+28
* Added info about parsing debug messages.Christopher R. Hertel1998-10-271-28/+210
* debug string with no %s parameter. oopsLuke Leighton1998-10-271-1/+2
* amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1998-10-276-17/+19
* add ifdef for "long double"Andrew Tridgell1998-10-271-12/+18
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-264-47/+803
* Here is the simple debug parser and the debug2html converter. Still to do:Christopher R. Hertel1998-10-263-0/+635
* Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.Jeremy Allison1998-10-261-2/+5
* report ourselves as HTTP/1.0 not HTTP/1.1Andrew Tridgell1998-10-261-3/+3
* added a couple more error codes to cli_error()Andrew Tridgell1998-10-261-0/+6
* fix for John.Andrew Tridgell1998-10-241-8/+8
* handle the case of an intermediate binary not loading smbwrapper.soAndrew Tridgell1998-10-241-2/+1
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-249-35/+85
* make sure that apps can't close one of the internal smbw fileAndrew Tridgell1998-10-244-2/+32
* Fix for -fpic rules (.c.po and .c.po32) when using --enable-maintainer-mode.Tim Potter1998-10-241-4/+4
* Unlink zero length files that did NOT exist at the point of origin on a do_ge...John Terpstra1998-10-241-1/+4
* added domain and local group structures. names may have to be 256 charsLuke Leighton1998-10-232-16/+60
* Handle the case where multiple smbd have the file open, some of whomJeremy Allison1998-10-232-17/+76
* set netlogon negotiation flags to 0x1ff, not to what the client requests.Luke Leighton1998-10-233-19/+24
* possible bug in change oem password code: replaced E_P16 and E_md4hashLuke Leighton1998-10-231-9/+1
* Make the new code conditional on lp_share_modes() just like the code in open_...Jeremy Allison1998-10-231-36/+39
* Fixed debug reporting in the changed code.Jeremy Allison1998-10-231-1/+6
* Fixed bug in previous commit where I was overwriting share_mode fromJeremy Allison1998-10-231-3/+4
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-2310-41/+225
* don't enable smbsh/smbwrapper on systems where we can't work out howAndrew Tridgell1998-10-235-376/+401
* don't use SMBW_PWD_ENV any moreAndrew Tridgell1998-10-231-3/+0