summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-11-07Save your work as you go... :-).Jeremy Allison1-228/+296
Jeremy. (This used to be commit f733534147c332f35d44f1f427d70dafe7225340)
1998-11-06Up to "domain master" and still going...Jeremy Allison1-152/+266
Jeremy. (This used to be commit 1037bf6bb778bc54bad67f367de37bfba303bd53)
1998-11-06Keeping it safe. NB. This is *not* yet finished and will *NOT*Jeremy Allison1-76/+258
yodlize correctly yet. Jeremy. (This used to be commit a240cd458df93140b00cb3dd0254f4bd8c8bb133)
1998-11-06grumble, grumble off-by-one unicode string fixes, gonna stuff my otherLuke Leighton1-5/+5
tree with cvs clashes when i cvs update on the group code grumble grumble (This used to be commit f8b229d187cea2e3820d71697346fc9f0cd8bf88)
1998-11-06lib/charcnv.c: Improved debug comment.Jeremy Allison7-79/+124
libsmb/namequery.c: Fix to remove 2 second wait is we are doing a unicast and got a reply. smbd/dfree.c: smbd/noquotas.c: smbd/quotas.c: Fixes from Dejan Ilic <svedja@lysator.liu.se> for the quota code. utils/smbpasswd.c: Fixes to allow smbpasswd to be called from swat. Jeremy. (This used to be commit b5981c0149ad8c6f13ea87db450080616538b5d5)
1998-11-06More updates...Jeremy Allison1-350/+487
Jeremy. (This used to be commit 222829885cba9ccb8af0e9df232fd5d614cec1ad)
1998-11-05Useful script to extract all parameters out of the loadparm.c fileJeremy Allison1-0/+2
and sort them into global (G) and service (S) parameters. Useful for keeping the smb.conf docs up to date. Jeremy. (This used to be commit e8c5e033083440818cb559c61bcf5f9baec511ea)
1998-11-05The start of a long and ugly process... :-).Jeremy Allison2-20/+4638
Jeremy. (This used to be commit 9722a98f8f24ef528b02bfb42f53ef9d07e62aa1)
1998-11-05the start of the start of the SAM database APILuke Leighton6-0/+1766
(This used to be commit 3eacd3013cc909e6e731a1a42f0aa7f202673bb9)
1998-11-05util_file.c:Luke Leighton2-0/+507
split some routines out of various places (e.g smbpass.c) because they now get used in more than one location. util_sid.c: need sid_copy, compare, split rid, append rid etc etc... (This used to be commit 71dfaa307ec954041c09ed157594a46503fb6db8)
1998-11-05split string and unicode string routines into these files.Luke Leighton2-0/+1162
these are *not* going to be added into the Makefile.in yet so they still also exist in util.c. (This used to be commit 3f5feda6749dace6bc51fb0e02b16d2b72a930b8)
1998-11-05don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as itAndrew Tridgell1-1/+5
totally screws it up, giving garbage for the size fields. (This used to be commit 86f98e0607e8a05ec026b919cc974c1c934b6882)
1998-11-05check return value of locking_init()Andrew Tridgell1-10/+12
(This used to be commit 0efac70f756dce4c92744fc59b68b528f6984dee)
1998-11-05Changed build root to launch off /var/tmp instead of /tmp.John Terpstra2-2/+2
(This used to be commit c16f051a40ff9d2ce15539ff7d4d177e0cb6de97)
1998-11-05Sync up changes to smbd.8.yo and nmbd.8.yo.Jeremy Allison2-13/+31
Jeremy. (This used to be commit 889f26a5bceb99dc0c703060e8dbb51776b06492)
1998-11-05Finished smbpasswd.5.yo.Jeremy Allison1-0/+82
Only "the beast" - smb.conf.5.yo left to do... :-). Jeremy. (This used to be commit eee9bb5e026730dbf60946ac2145658546ad379b)
1998-11-05Added scripts/convert_smbpasswd to SCRIPTSJeremy Allison1-1/+1
Jeremy. (This used to be commit 60553b3dc295d0df3ce42ad81a26edb45e234021)
1998-11-05Realise this needs to be without the '.sh' ending as we will beJeremy Allison1-0/+0
installing it in the BIN directory. Jeremy. (This used to be commit 75c79db9bec68b74d3b244f3d8184bd890ff33fa)
1998-11-05Very simple awk script to convert a 1.9.18 password file into Samba 2.0Jeremy Allison1-0/+17
password file format. Jeremy. (This used to be commit 5a5dc248b5fc4f1b9234a15dbedd4e0c9068b15a)
1998-11-05Finally a man page for the smbpasswd file.Jeremy Allison1-0/+127
Not finished but on the way... :-). Jeremy. (This used to be commit a5362b774df3ea30086e93c82fc773b52b1e5ca0)
1998-11-04Added internal cross references for all man pages.Jeremy Allison11-23/+129
Jeremy. (This used to be commit 9dd09fdb643b70e5b46aeb9f6580128b7a68fe4e)
1998-11-04Cross linked all the command line options.Jeremy Allison1-13/+35
Jeremy. (This used to be commit d239790fa704c9a385d7e9e055ca7454467d8bb0)
1998-11-04It turns out that yodl strips all spaces from link() and url() commands.Jeremy Allison7-136/+99
This is a *massive* pain when doing cross referencing and will mean a change to SWAT when generating the help URLs. Herb is looking at that. Jeremy. (This used to be commit 1f39207a8e16efe2199bef6a4851f3fe41d443ac)
1998-11-04Fixed up cross references into smb.conf.5 man page. Still workingJeremy Allison5-19/+33
on smbpasswd.8.yo. Jeremy. (This used to be commit 0993db2240379a91c44894ef3d5f978a3aa00816)
1998-11-04updated this file a bit...Luke Leighton1-8/+3
(This used to be commit 2422100e857e1f540ba7afa2cc220ec6e13b9dda)
1998-11-04Added Xrefs to smb.conf.5.html file.Jeremy Allison2-11/+338
First cut at smbpasswd (not yet finished). Jeremy. (This used to be commit 15be62a66b836fc01387ad0084e52ef5894c36bf)
1998-11-04Added scripting option (-s) to smbpasswd.Jeremy Allison1-10/+73
Jeremy. (This used to be commit 4f87a8cf994d7f3287b0fd1720624bf705cfa1da)
1998-11-03More docs...Jeremy Allison2-24/+115
Jeremy. (This used to be commit 6a328b15420c4472398a754cb256ee172317bb0f)
1998-11-03Another one bites the dust....Jeremy Allison1-0/+78
Jeremy. (This used to be commit 24106d28fb6d49e4da85077982f3259a6d1326b3)
1998-11-03fix to some of the unicode string handling. there are others pendingLuke Leighton1-7/+7
in non-critical areas. (This used to be commit 6da2e15272e4a6a9994c36fc465b6115f95ac5bd)
1998-11-03Makefile.in configure configure.in include/proto.h smbd/noquotas.c ↵Jeremy Allison9-623/+665
smbd/quotas.c: Added quotas patch for autoconf from Dejan Ilic <svedja@lysator.liu.se>. printing/printing.c: Filenames with spaces patch from Allan Bjorklund <allan@umich.edu> utils/nmblookup.c: Fix usage() function. smbd/reply.c: Split out the security=server and security=domain checks into check_server_security() and check_domain_security() to aid the writing of the 'hack' appliance mode invented by John Schimmel. Jeremy. (This used to be commit f09ab9b52251087a58af92ec753537ca34a970fc)
1998-11-03Tidied up references to samba (7).Jeremy Allison5-4/+131
Added smbtar.1.yo. Jeremy. (This used to be commit f55cc67dadc3c2ea3076755e308e3467083f1001)
1998-11-03More yodl-docs.Jeremy Allison1-0/+94
Jeremy. (This used to be commit fc37a8852cacf4f80b571015c6e9adb2205f8587)
1998-11-02memory leak in SAM group code: need these to track it down.Luke Leighton2-0/+834
(This used to be commit 4e6b548b04b2ff982baf49ebd08e22180cd521b1)
1998-11-02Tidied up VERSION section. Added testparm.1.yoJeremy Allison7-31/+100
Jeremy. (This used to be commit 30591654cd7a3e84ded379788c62b1b259136844)
1998-11-02Fixed up html links - docs look better now (getting the hang of this).Jeremy Allison6-32/+185
Added nmblookup.1.yo. Jeremy. (This used to be commit 8eb78a1fe5ff65f575cc1773b301e18be714d652)
1998-11-02client/client.c: Patch to tidy up file size output.Jeremy Allison2-5/+2
nmbd/nmbd.c: Someone (a "yank" no doubt :-) Changed instances of "initialise" to "initialize". Someone get that man an *English* dictionary.... :-) :-). Jeremy. (This used to be commit 6279be7f96802bb132e5e18dd8c6912652296e70)
1998-11-02removed comment line at end of fileLuke Leighton2-3/+4
(This used to be commit 5e2fc8b7ccf4a9c8b0a2acf4bd752531ac6fa775)
1998-10-31don't core dump in smbstatus if we can't open the shmem systemAndrew Tridgell1-0/+1
(This used to be commit ef9749798ab72a5e26f9cb5d0904266d6df70f8c)
1998-10-31took out Lukes change as it breaks domain logons for Win95 clientsAndrew Tridgell1-4/+0
(ie. it breaks Sues machine). Luke, your comment was: put unicode strings after SAMLOGON query regardless of whether it's an NT mailslot or a non-NT mailslot, after having observed this behaviour out of NT machines. perhaps you could post the relevant tcpdump or netmon capture so we can see what is going on? I suspect that what you saw isn't exactly what the win95 boxes are generating. Maybe you saw a GETDCxxx instead of a GETDC000 ? Maybe we need a switch based on the GETDC request type? We won't know unless we see sniffs. (This used to be commit a2bacc08955ba61aac4b45b63a54b279e5776261)
1998-10-31added copyright notice from Patrick PowellAndrew Tridgell1-8/+5
(This used to be commit d398ae487a3edbfefb980fe0abddca1e95f6f3d5)
1998-10-31Mode doc work (smbclient was *nasty*).Jeremy Allison4-1053/+529
Jeremy. (This used to be commit 866f47a7418b6fbad5ea0ad38ec950da9ef1d70d)
1998-10-30Fix suggested by Nicholas.S.Jenkins@cdc.com - connect to theJeremy Allison1-2/+7
password change server as anonymous - you don't need to have logged on as the user to do the password change. Doh ! (Why didn't *I* think of that one.... :-). Jeremy. (This used to be commit dd3bb250a6fb6020d32ea35d7a3d3301d7f9764b)
1998-10-30do not print garbage just because someone does not want dependencies :-)Alexandre Oliva1-24/+24
(This used to be commit 7f3c96c5dae19b203bf79a88225768003d2f7516)
1998-10-29Learned about the label() and link() commands and how to use url()Jeremy Allison5-89/+153
to do cross ref links. Jeremy. (This used to be commit 783c32d08a4857f2e4f209473c30f9073a07b503)
1998-10-29looks like someone forgot to commit these...Alexandre Oliva3-2/+5
(This used to be commit 93b195d1e9490fb0e4310532fd15ab376f08aba5)
1998-10-29Added html label() macros to man page sections allowing them to beJeremy Allison1-7/+12
linked to externally. Jeremy. (This used to be commit cc78a9ea31dae72c872b53a290dcf686a372df2a)
1998-10-29Fixed bug (that I introduced when doing the "delete on close" workJeremy Allison1-7/+9
that caused NetBench to fail as the wrong error code was being returned from a getatr call. Change was not to set the unix_ERR_class global when you are not returning an error. This is a big of Samba internal folklore that is *important*. Jeremy. (This used to be commit a1923d465be4c63a40d55abb800cc9b16a4b87d0)
1998-10-29modify dependency tracking code so that it:Alexandre Oliva1-10/+29
1) inserts the pathname of the object file in the dependency file (currently, gcc will only generate the basename) 2) the directory tree within .deps mirrors the source tree, so that we use shorter filenames problem 1 was reported to me by Tom Angert <angert@bellsouth.net> (This used to be commit 274a2cff30f7325d1bc1647075a6c4f887e42e4f)
1998-10-29Added description of reason for failure of test 3 due to blockage of theJohn Terpstra1-1/+20
loopback address. (This used to be commit 32bc55c09562cbc3560a42ddc3dbe3fad3f1b010)