summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ZERO_STRUCTP not PNLuke Leighton1998-11-131-6/+6
|
* oops - ZERO_STRUCTP() issues again...Luke Leighton1998-11-131-4/+1
|
* Problems found by Herb.Jeremy Allison1998-11-136-15/+22
| | | | Jeremy.
* use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)Luke Leighton1998-11-131-6/+6
|
* ZERO_STRUCTP does not check argument for NULL.Luke Leighton1998-11-131-1/+4
| | | | ZERO_STRUCTPN _does_ check argument for NULL.
* fixes for OSF1 compilationAndrew Tridgell1998-11-137-13/+23
|
* include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1998-11-134-12/+10
| | | | | | | lib/util_sock.c: Added strerror() calls to getpeername failures (which seem to be giving IRIX trouble at the moment). rpc_parse/parse_sec.c: Changed use of ZERO_STRUCTPN to ZERO_STRUCTP which again does zero pointer protection. smbd/quotas.c: Fixed typo. Jeremy.
* security descriptorsLuke Leighton1998-11-136-83/+104
|
* sids in rpctorture changed from fstrings to DOM_SIDLuke Leighton1998-11-131-2/+2
|
* fixed compile for FreeBSDAndrew Tridgell1998-11-132-376/+371
|
* %\ is an interesting printf argument, but I prefer %sAndrew Tridgell1998-11-121-1/+1
|
* we don't have any jpeg images any moreAndrew Tridgell1998-11-121-7/+0
|
* Removed code that used printf/fprintf in password changin libraries.Herb Lewis1998-11-125-27/+70
| | | | Now passes strings instead.
* no longer neededAndrew Tridgell1998-11-122-0/+0
|
* changed the fonts in the images a bit to be readable at a higherAndrew Tridgell1998-11-127-0/+0
| | | | resolution
* security descriptors.Luke Leighton1998-11-1211-93/+387
| | | | kanji const char* warnings.
* please remember to check that code compiles before checkin!Andrew Tridgell1998-11-121-2/+2
|
* missed oneHerb Lewis1998-11-121-0/+0
|
* smaller images so they fit on one line of a 640/480 displayHerb Lewis1998-11-126-0/+0
|
* Commiting tt fix.Herb Lewis1998-11-122-2/+2
|
* Fixed missing parens in tt entry.Herb Lewis1998-11-121-1/+1
|
* .cvsignore: Removed old entries.Herb Lewis1998-11-125-52/+64
| | | | | | | | | | | | client/client.c: include/client.h: Added some debug messages that the old client used to generate. These are needed to make scripts such as 'findsmb' work - there may be other changes to keep backwards output compatibility. Do we need a -old-client-compat argument ? libsmb/clientgen.c: Fixed crash bug where malloc'ed data wasn't being cleared - corrupted malloc chains. web/swat.c: John's changes to get rid of "ghost" table entries.
* Use spaces not tabs.Jeremy Allison1998-11-121-1/+1
| | | | Jeremy.
* Fixed smbpasswd so that enabling a user who already has a passwordJeremy Allison1998-11-121-2/+20
| | | | | | doesn't require a new password entry. Sets the 'enable/disable' code back to being symmetrical. Jeremy.
* include/kanji.h include/proto.h lib/kanji.c: Added const parameters in ↵Jeremy Allison1998-11-123-42/+44
| | | | | | | string wrappers. printing/printing.c: Added OSF1 fix. Jeremy.
* clear trailing / from directory names in idb fileHerb Lewis1998-11-121-11/+15
|
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-128-30/+149
| | | | security descriptor testing. hey wow, you can get a SD then send it back!
* changes from John Sygulla for changing remote passwordsHerb Lewis1998-11-121-17/+79
|
* remove .po and .po32 files from inst packageHerb Lewis1998-11-121-1/+1
|
* formattingLuke Leighton1998-11-121-16/+24
|
* minor update.Luke Leighton1998-11-121-4/+16
|
* spelling. added line about command-line tools equivalent to nt admin tools.Luke Leighton1998-11-121-1/+2
|
* spelling corrections and such-like.Luke Leighton1998-11-121-25/+25
|
* cleaning up conflicts between group code not yet committed andLuke Leighton1998-11-129-701/+2000
| | | | | | | changes from yesterday by me, jeremy and andrew. jeremy, your ACB_PWNOTREQ mod would have caused a crash if the user didn't exist (first check should be for smb_pass != NULL)
* security descriptors and registry.Luke Leighton1998-11-124-3/+102
|
* no longer neededHerb Lewis1998-11-121-38/+0
|
* remove my name from welcome page so I don't get mail about it.Andrew Tridgell1998-11-121-4/+0
|
* handle null usernamesAndrew Tridgell1998-11-121-8/+5
|
* show all buttons in demo modeAndrew Tridgell1998-11-121-1/+1
|
* fixed demo modeAndrew Tridgell1998-11-121-5/+10
|
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-128-519/+385
| | | | instead of opening pipes and other horrible stuff.
* char -> uchar fixAndrew Tridgell1998-11-121-1/+1
|
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-1210-668/+710
| | | | | | | | | | | | | should allow us to call a function in swat rather than piping to smbpasswd. while doing this I also fixed quite a few "const char *" versus "char *" issues that cropped up while using const to track down bugs in the code. This led to changes in several generic functions. The smbpasswd changes should be correct but they have not been extensively tested. At least if I have introduced bugs then we should be able to fix them more easily than before.
* Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1998-11-124-35/+62
| | | | | resons and my own piece of mind... Jeremy.
* Updated to at least some semblence of reality :-).Jeremy Allison1998-11-121-30/+27
| | | | Jeremy.
* Fix fd leak in error condition in grantpt code case.Jeremy Allison1998-11-121-5/+8
| | | | Jeremy.
* Someone else is already doing this.Tim Potter1998-11-121-163/+0
|
* WHATSNEW now vaguely correct for 2.0 :-).Jeremy Allison1998-11-121-70/+123
| | | | Jeremy.
* Added the security changes suggested by Andrew - become theJeremy Allison1998-11-123-79/+108
| | | | | user that authenticated to swat permanently (if not root). Jeremy.
* Added an index.html for the html documentation taken from the web site.Tim Potter1998-11-121-0/+163
| | | | A good idea or not?