summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-11-12please remember to check that code compiles before checkin!Andrew Tridgell1-2/+2
(This used to be commit 88c90ec65c1a764dd7b13d9fb5ce700027f40cfd)
1998-11-12missed oneHerb Lewis1-0/+0
(This used to be commit 6bc94f08cc927fc4901464f982b3300b631eb945)
1998-11-12smaller images so they fit on one line of a 640/480 displayHerb Lewis6-0/+0
(This used to be commit aa47ef998abf713ec44187592c91d7a5335bb814)
1998-11-12Commiting tt fix.Herb Lewis2-2/+2
(This used to be commit 10093ae5fc6e375340fd904e41a37bcdc1191d93)
1998-11-12Fixed missing parens in tt entry.Herb Lewis1-1/+1
(This used to be commit 86dfde31d966ba44cb554036a6232faa05e3a9f4)
1998-11-12.cvsignore: Removed old entries.Herb Lewis5-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. (This used to be commit 3c45a3503ea57d17e98eb3e57514161a5c82e45e)
1998-11-12Use spaces not tabs.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 6fbf01471d8dc76f8909d851c531fec3d79521d3)
1998-11-12Fixed smbpasswd so that enabling a user who already has a passwordJeremy Allison1-2/+20
doesn't require a new password entry. Sets the 'enable/disable' code back to being symmetrical. Jeremy. (This used to be commit fa068a6db8da154903fb97a843f261592fcb684a)
1998-11-12include/kanji.h include/proto.h lib/kanji.c: Added const parameters in ↵Jeremy Allison3-42/+44
string wrappers. printing/printing.c: Added OSF1 fix. Jeremy. (This used to be commit 9d05d80f811426f83a975d28e64c5d6b10574c25)
1998-11-12clear trailing / from directory names in idb fileHerb Lewis1-11/+15
(This used to be commit f06bed256dfaf56bcfc1982df1d8bf8fe559f53b)
1998-11-12jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton8-30/+149
security descriptor testing. hey wow, you can get a SD then send it back! (This used to be commit 7466c3113ef8f8a89b8496efadfeb611c9f3e069)
1998-11-12changes from John Sygulla for changing remote passwordsHerb Lewis1-17/+79
(This used to be commit e3fc90d0b5b21d49615c951a475d85f15fa01271)
1998-11-12remove .po and .po32 files from inst packageHerb Lewis1-1/+1
(This used to be commit 600e599c43b85fc8d844490e59dd7b17f136c016)
1998-11-12formattingLuke Leighton1-16/+24
(This used to be commit c17b0bb7c25ca9a6faf7cb0282c993232f2560cc)
1998-11-12minor update.Luke Leighton1-4/+16
(This used to be commit d0d0196af55cad00cbdebd8c80941f42e667e199)
1998-11-12spelling. added line about command-line tools equivalent to nt admin tools.Luke Leighton1-1/+2
(This used to be commit af44cf1fcf5c3f673baa8f7c4f1e24556754f659)
1998-11-12spelling corrections and such-like.Luke Leighton1-25/+25
(This used to be commit e03ce164b00d59e8cbd76472635f2517ef7f0768)
1998-11-12cleaning up conflicts between group code not yet committed andLuke Leighton9-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) (This used to be commit cbac0f165d351ba9497c222e55e453d781376e58)
1998-11-12security descriptors and registry.Luke Leighton4-3/+102
(This used to be commit 9814ac8a65f4d8333527976f1d227e8cd3c2c8ce)
1998-11-12no longer neededHerb Lewis1-38/+0
(This used to be commit fb6a79ea3a79d54099ec57715db17a7935130e9f)
1998-11-12remove my name from welcome page so I don't get mail about it.Andrew Tridgell1-4/+0
(This used to be commit 450a19e96bfebeeb8e3c4029830c77b33f4786f9)
1998-11-12handle null usernamesAndrew Tridgell1-8/+5
(This used to be commit ee60d9a289f8d94f8e4d8405f7b41690b891bbb1)
1998-11-12show all buttons in demo modeAndrew Tridgell1-1/+1
(This used to be commit d076daaaf8690ae0b1ff9c8782619e518f868109)
1998-11-12fixed demo modeAndrew Tridgell1-5/+10
(This used to be commit 530a98022e5207772980fc7d286547686713927a)
1998-11-12extracted the password change code from smbpasswd and used it in swatAndrew Tridgell8-519/+385
instead of opening pipes and other horrible stuff. (This used to be commit 49bf19710345a59a2d17cd449be1a132885ed821)
1998-11-12char -> uchar fixAndrew Tridgell1-1/+1
(This used to be commit badc0f229a2940560b56aafde9824f1b4bd0f7c7)
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell10-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. (This used to be commit 713864dd0322ae2ae2d83e333d85be35a7eed4ec)
1998-11-12Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison4-35/+62
resons and my own piece of mind... Jeremy. (This used to be commit 45131501f23ce1eec2f23fe2c1060cd5a2736ec9)
1998-11-12Updated to at least some semblence of reality :-).Jeremy Allison1-30/+27
Jeremy. (This used to be commit b070281a0ef0a0c420ccb17bad50c521b912df46)
1998-11-12Fix fd leak in error condition in grantpt code case.Jeremy Allison1-5/+8
Jeremy. (This used to be commit 22df2dae30b815f1c86bd21ac0ccf02da5b85eba)
1998-11-12Someone else is already doing this.Tim Potter1-163/+0
(This used to be commit 41970a40c35eaea9d89be7cb5a2b612b2d06530c)
1998-11-12WHATSNEW now vaguely correct for 2.0 :-).Jeremy Allison1-70/+123
Jeremy. (This used to be commit 2903e18e4a529f447732c246fde0362566c563da)
1998-11-12Added the security changes suggested by Andrew - become theJeremy Allison3-79/+108
user that authenticated to swat permanently (if not root). Jeremy. (This used to be commit 7d55bf379177a4a448e39577ae0af603d5e958f6)
1998-11-12Added an index.html for the html documentation taken from the web site.Tim Potter1-0/+163
A good idea or not? (This used to be commit 11982c5cec670555829a70368c99cd0254975550)
1998-11-12Added enable user button. Fixed bug where log was always printed.Jeremy Allison1-5/+15
Jeremy. (This used to be commit 43ddc857793ffe507017fc989d60403e33e2ada3)
1998-11-11Changed the welcome comments to look more like a release :-).Jeremy Allison1-56/+25
Jeremy. (This used to be commit 81d00bc147787e5f2a5c2586c6cd2b48468c03f3)
1998-11-11changed is_root() to am_root() to prevent clash with variable names.Andrew Tridgell3-14/+12
(This used to be commit 52f47b8d2ef5ee64e2f8dcfeb6840071e57904d1)
1998-11-11J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.cJeremy Allison2-2/+4
Jeremy. (This used to be commit bd4e2972f50cafd932a5c915cdeeef7eedda07cc)
1998-11-11rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.Jeremy Allison5-14/+23
script/makeyodldocs.sh: Added code to make text docs for non-man page YODL docs. web/cgi.c web/swat.c: SGI compiler warnings fixed. Jeremy. (This used to be commit 80e0f7e1071f032c5004aecb01a91d1397e6a161)
1998-11-11Added text and html versions of DOMAIN_MEMBER doc.Jeremy Allison2-0/+277
Jeremy. (This used to be commit a0f9145d6fcf10f30f745601ee1dc7618d4ffb01)
1998-11-11Added file to describe how to join a domain.Jeremy Allison1-0/+148
Jeremy. (This used to be commit 7e13bf012b41ec202bf4f93a8c257315a338ea26)
1998-11-11oops!Luke Leighton1-11/+13
(This used to be commit 22ef5160bf79b968f5bdd3393535177b9d30e178)
1998-11-11Added swat html & manpage.Jeremy Allison4-12/+418
Jeremy. (This used to be commit cce693135e146c9f4c9243f3dcb5091c46d1fcdb)
1998-11-11Updated smbd links.Jeremy Allison2-6/+226
Added first cut at swat man page. Jeremy. (This used to be commit 87f06c973a2d61f8b57c3cd74f1b8f0cd65c4ffb)
1998-11-11add an empty STATUS..LCK to install so swat doesn't complainHerb Lewis2-0/+1
(This used to be commit 41541a4c93555d076b1e78caae117d1fa3ae2277)
1998-11-11security descriptor info, provided by jean-francoisLuke Leighton5-42/+129
(This used to be commit 719382a5579e8798812bbccd14a4c1ffd9003f7a)
1998-11-11Added needed flag for swat password changingHerb Lewis1-2/+3
I forgot to mention that the changes to swat were contributed by John Sygulla (This used to be commit aa0cec0470235d2508a179b3d631a9a37c9aebda)
1998-11-11added password change functionality to swatHerb Lewis2-60/+534
(This used to be commit 06d4026cf1521766b52766193774f1fd8dd70c81)
1998-11-11new swat iconsHerb Lewis7-0/+0
(This used to be commit 08f3946b4c990b739f704b5db52a54dd253095b9)
1998-11-11Updated Manifest for 2.0.Jeremy Allison1-16/+37
Jeremy. (This used to be commit fea0d80fb5a9ca0c2a5d9e85c64d3e05036bad70)