summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made ↵Jeremy Allison26-576/+638
smbwrapper not made by default. nmbd*: Changed all calls to namestr() to nmbd_namestr() to fix broken FreeBSD include file problem...sigh. Jeremy. (This used to be commit 9ee8f39aed8772a05c203161b4ae6b7d90d67481)
1998-11-14Fixed munging of sample file in man pages.Jeremy Allison1-9/+6
Jeremy. (This used to be commit 9e1ff71faf558addfabe038e3bf45ee694ea4a0b)
1998-11-14Fixed makefile problem due to change from SMB_PASSWD to PASSWD_PROGRAM.Jeremy Allison2-2/+2
Thanks to Michael H. Warfield <mhw@wittsend.com> for that. Jeremy. (This used to be commit 6c2a234ac9b4bbef3886c9aa4a198776a0bee6c8)
1998-11-14Added --with-smbwrapper to configure lines in spec files so JohnT'sJeremy Allison2-2/+2
scripts work ok. Jeremy. (This used to be commit 9dc2502382f17c2bd1794c92ad0f4862a76b84e8)
1998-11-14ran spell check and other minor tweaksHerb Lewis16-271/+282
(This used to be commit 7d8ec97b451721cddbb859415490d65c41e8afe2)
1998-11-13Added packing release script.John Terpstra1-0/+15
(This used to be commit a77d40ee7147207174cde4c7a0f775e588e5a6ba)
1998-11-13Updated for 2.0beta1.Jeremy Allison1-9/+5
(This used to be commit 566e92027f0c7d61a7de7a25ed9469ca801846a8)
1998-11-13Change to beta1.Jeremy Allison1-1/+1
(This used to be commit 26c3ff2bcb225f65002620fec07aa6423477e6d9)
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ↵Jeremy Allison22-625/+803
UNIXWARE. groupdb/aliasdb.c groupdb/aliasfile.c groupdb/groupfile.c: Don't use snprinf, use slprintf. include/includes.h: Fix YP problem. include/smb.h: Fix ZERO_STRUCTP. lib/util_sock.c: Added strerror() in debugs. passdb/ldap.c: Don't use snprinf, use slprintf. rpc_client/cli_lsarpc.c rpc_client/cli_pipe.c rpc_parse/parse_sec.c rpc_server/srv_pipe.c: Don't use snprinf, use slprintf. script/installman.sh: DGUX changes. smbd/open.c smbd/oplock.c: Fixed gcc warnings. web/swat.c: Changes USER to SWAT_USER. (This used to be commit 4c2b5a00983501e5d4aad1456ba8b5ab0dfd9b4c)
1998-11-13reverted includes change for FreeBSD as it breaks IRIXAndrew Tridgell1-1/+0
(This used to be commit 24b2bf1741366045eca02cbd09e3283531d28422)
1998-11-13need 32 bit status codes to be negotiated because of STUPID dos "error moreLuke Leighton1-1/+1
data needed" message gets treated as a serious error code (which it isn't) so the client code terminates. (This used to be commit d9b59580dcd5076d3027e364964dcd624300fe45)
1998-11-13Fixed timing window created by daemonize function. Smbmount was going daemonMichael Warfield1-7/+10
before the mount was actually completed. This caused weird problems when used with autofs such as empty directories on first listing or files which would appear in "ls" but would return "no such file or directory" under "ls -l". Note to Volker: Initial attempt from CIFS conference didn't work. Had to move daemonize function inside of loop after ioctl. (This used to be commit 2f456be660b4bbf22c618b506062f812f35e368a)
1998-11-13LOCAL_GRP and DOMAIN_GRP are return typesLuke Leighton1-0/+4
(This used to be commit 887063e421d476fe2c2f6809750af3bfb020a85c)
1998-11-13ZERO_STRUCTP not PNLuke Leighton1-6/+6
(This used to be commit ff8667c8801a59c80c33b43f033d23f3a0fd8313)
1998-11-13oops - ZERO_STRUCTP() issues again...Luke Leighton1-4/+1
(This used to be commit 2908ccd14d1aa4ffb7d09714bae78cebb7eee755)
1998-11-13Problems found by Herb.Jeremy Allison6-15/+22
Jeremy. (This used to be commit a5555bd3b744417674d62d5891e1d5dbe32008ff)
1998-11-13use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)Luke Leighton1-6/+6
(This used to be commit 70ac9dbcecdf4be92638a24f096e4a8807997498)
1998-11-13ZERO_STRUCTP does not check argument for NULL.Luke Leighton1-1/+4
ZERO_STRUCTPN _does_ check argument for NULL. (This used to be commit 0be34ca1402f95506680caa3461e94d4ae54bb7d)
1998-11-13fixes for OSF1 compilationAndrew Tridgell7-13/+23
(This used to be commit 5be3c37f50eac35cad3eadf0d24e7a4ee04c075e)
1998-11-13include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison4-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. (This used to be commit b62f008974c96e0302d6c146cf49bc2045bef005)
1998-11-13security descriptorsLuke Leighton6-83/+104
(This used to be commit 9412edfd4c11a26e4ef290839375e3959cf70a7e)
1998-11-13sids in rpctorture changed from fstrings to DOM_SIDLuke Leighton1-2/+2
(This used to be commit bd09e00112fd371aa070b5b47f1d4e27137a7f2e)
1998-11-13fixed compile for FreeBSDAndrew Tridgell2-376/+371
(This used to be commit 78e63e17c59de68200308641dce7c413520a2980)
1998-11-12%\ is an interesting printf argument, but I prefer %sAndrew Tridgell1-1/+1
(This used to be commit b93f686655e871d7bfec9c7601cf3c175008041a)
1998-11-12we don't have any jpeg images any moreAndrew Tridgell1-7/+0
(This used to be commit ae5f174ef163734c61c0d30b32f5564cfba02666)
1998-11-12Removed code that used printf/fprintf in password changin libraries.Herb Lewis5-27/+70
Now passes strings instead. (This used to be commit 48af29bcc9e8094de6ba057a52dbae3c80ea7a05)
1998-11-12no longer neededAndrew Tridgell2-0/+0
(This used to be commit 275d22f81c9b8a04dd11ccc8733c62f48f270965)
1998-11-12changed the fonts in the images a bit to be readable at a higherAndrew Tridgell7-0/+0
resolution (This used to be commit 688a7e5751109eec5d52ed67710502d43db6800d)
1998-11-12security descriptors.Luke Leighton11-93/+387
kanji const char* warnings. (This used to be commit 06abdfd68e1d7fa8741afc3f56ec7a13b5fa4ccc)
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)