Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Useful script to extract all parameters out of the loadparm.c file | Jeremy Allison | 1998-11-05 | 1 | -0/+2 | |
| | | | | | | and sort them into global (G) and service (S) parameters. Useful for keeping the smb.conf docs up to date. Jeremy. | |||||
* | The start of a long and ugly process... :-). | Jeremy Allison | 1998-11-05 | 2 | -20/+4638 | |
| | | | | Jeremy. | |||||
* | the start of the start of the SAM database API | Luke Leighton | 1998-11-05 | 6 | -0/+1766 | |
| | ||||||
* | util_file.c: | Luke Leighton | 1998-11-05 | 2 | -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... | |||||
* | split string and unicode string routines into these files. | Luke Leighton | 1998-11-05 | 2 | -0/+1162 | |
| | | | | | these are *not* going to be added into the Makefile.in yet so they still also exist in util.c. | |||||
* | don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as it | Andrew Tridgell | 1998-11-05 | 1 | -1/+5 | |
| | | | | totally screws it up, giving garbage for the size fields. | |||||
* | check return value of locking_init() | Andrew Tridgell | 1998-11-05 | 1 | -10/+12 | |
| | ||||||
* | Changed build root to launch off /var/tmp instead of /tmp. | John Terpstra | 1998-11-05 | 2 | -2/+2 | |
| | ||||||
* | Sync up changes to smbd.8.yo and nmbd.8.yo. | Jeremy Allison | 1998-11-05 | 2 | -13/+31 | |
| | | | | Jeremy. | |||||
* | Finished smbpasswd.5.yo. | Jeremy Allison | 1998-11-05 | 1 | -0/+82 | |
| | | | | | Only "the beast" - smb.conf.5.yo left to do... :-). Jeremy. | |||||
* | Added scripts/convert_smbpasswd to SCRIPTS | Jeremy Allison | 1998-11-05 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Realise this needs to be without the '.sh' ending as we will be | Jeremy Allison | 1998-11-05 | 1 | -0/+0 | |
| | | | | | installing it in the BIN directory. Jeremy. | |||||
* | Very simple awk script to convert a 1.9.18 password file into Samba 2.0 | Jeremy Allison | 1998-11-05 | 1 | -0/+17 | |
| | | | | | password file format. Jeremy. | |||||
* | Finally a man page for the smbpasswd file. | Jeremy Allison | 1998-11-05 | 1 | -0/+127 | |
| | | | | | Not finished but on the way... :-). Jeremy. | |||||
* | Added internal cross references for all man pages. | Jeremy Allison | 1998-11-04 | 11 | -23/+129 | |
| | | | | Jeremy. | |||||
* | Cross linked all the command line options. | Jeremy Allison | 1998-11-04 | 1 | -13/+35 | |
| | | | | Jeremy. | |||||
* | It turns out that yodl strips all spaces from link() and url() commands. | Jeremy Allison | 1998-11-04 | 7 | -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. | |||||
* | Fixed up cross references into smb.conf.5 man page. Still working | Jeremy Allison | 1998-11-04 | 5 | -19/+33 | |
| | | | | | on smbpasswd.8.yo. Jeremy. | |||||
* | updated this file a bit... | Luke Leighton | 1998-11-04 | 1 | -8/+3 | |
| | ||||||
* | Added Xrefs to smb.conf.5.html file. | Jeremy Allison | 1998-11-04 | 2 | -11/+338 | |
| | | | | | First cut at smbpasswd (not yet finished). Jeremy. | |||||
* | Added scripting option (-s) to smbpasswd. | Jeremy Allison | 1998-11-04 | 1 | -10/+73 | |
| | | | | Jeremy. | |||||
* | More docs... | Jeremy Allison | 1998-11-03 | 2 | -24/+115 | |
| | | | | Jeremy. | |||||
* | Another one bites the dust.... | Jeremy Allison | 1998-11-03 | 1 | -0/+78 | |
| | | | | Jeremy. | |||||
* | fix to some of the unicode string handling. there are others pending | Luke Leighton | 1998-11-03 | 1 | -7/+7 | |
| | | | | in non-critical areas. | |||||
* | Makefile.in configure configure.in include/proto.h smbd/noquotas.c ↵ | Jeremy Allison | 1998-11-03 | 9 | -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. | |||||
* | Tidied up references to samba (7). | Jeremy Allison | 1998-11-03 | 5 | -4/+131 | |
| | | | | | Added smbtar.1.yo. Jeremy. | |||||
* | More yodl-docs. | Jeremy Allison | 1998-11-03 | 1 | -0/+94 | |
| | | | | Jeremy. | |||||
* | memory leak in SAM group code: need these to track it down. | Luke Leighton | 1998-11-02 | 2 | -0/+834 | |
| | ||||||
* | Tidied up VERSION section. Added testparm.1.yo | Jeremy Allison | 1998-11-02 | 7 | -31/+100 | |
| | | | | Jeremy. | |||||
* | Fixed up html links - docs look better now (getting the hang of this). | Jeremy Allison | 1998-11-02 | 6 | -32/+185 | |
| | | | | | Added nmblookup.1.yo. Jeremy. | |||||
* | client/client.c: Patch to tidy up file size output. | Jeremy Allison | 1998-11-02 | 2 | -5/+2 | |
| | | | | | | nmbd/nmbd.c: Someone (a "yank" no doubt :-) Changed instances of "initialise" to "initialize". Someone get that man an *English* dictionary.... :-) :-). Jeremy. | |||||
* | removed comment line at end of file | Luke Leighton | 1998-11-02 | 2 | -3/+4 | |
| | ||||||
* | don't core dump in smbstatus if we can't open the shmem system | Andrew Tridgell | 1998-10-31 | 1 | -0/+1 | |
| | ||||||
* | took out Lukes change as it breaks domain logons for Win95 clients | Andrew Tridgell | 1998-10-31 | 1 | -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. | |||||
* | added copyright notice from Patrick Powell | Andrew Tridgell | 1998-10-31 | 1 | -8/+5 | |
| | ||||||
* | Mode doc work (smbclient was *nasty*). | Jeremy Allison | 1998-10-31 | 4 | -1053/+529 | |
| | | | | Jeremy. | |||||
* | Fix suggested by Nicholas.S.Jenkins@cdc.com - connect to the | Jeremy Allison | 1998-10-30 | 1 | -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. | |||||
* | do not print garbage just because someone does not want dependencies :-) | Alexandre Oliva | 1998-10-30 | 1 | -24/+24 | |
| | ||||||
* | Learned about the label() and link() commands and how to use url() | Jeremy Allison | 1998-10-29 | 5 | -89/+153 | |
| | | | | | to do cross ref links. Jeremy. | |||||
* | looks like someone forgot to commit these... | Alexandre Oliva | 1998-10-29 | 3 | -2/+5 | |
| | ||||||
* | Added html label() macros to man page sections allowing them to be | Jeremy Allison | 1998-10-29 | 1 | -7/+12 | |
| | | | | | linked to externally. Jeremy. | |||||
* | Fixed bug (that I introduced when doing the "delete on close" work | Jeremy Allison | 1998-10-29 | 1 | -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. | |||||
* | modify dependency tracking code so that it: | Alexandre Oliva | 1998-10-29 | 1 | -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> | |||||
* | Added description of reason for failure of test 3 due to blockage of the | John Terpstra | 1998-10-29 | 1 | -1/+20 | |
| | | | | loopback address. | |||||
* | Path change only. | John Terpstra | 1998-10-29 | 1 | -1/+1 | |
| | ||||||
* | Fixed spec file entry that was causing the CDRom installer to generate | John Terpstra | 1998-10-29 | 2 | -2/+2 | |
| | | | | | | a message claiming that package installation had failed when it really did work. The error was caused by the killall command being used where there is no /proc for it to work on. | |||||
* | nmbd.8.yo: More tweaks. | Jeremy Allison | 1998-10-29 | 2 | -1/+1221 | |
| | | | | | smbclient.1.yo: Partially done... Jeremy. | |||||
* | Tidied up option processing in smbclient - usage message now actually | Jeremy Allison | 1998-10-29 | 1 | -123/+132 | |
| | | | | | | | | | reflects the real options. Removed '-S' option - couldn't see what this was doing (seemed to have something to do with nt_domain_logon ?). Luke please check if you needed this code (code is only #ifdef'ed out and can be re-instated). Did this to make writing of yodl smbclient man page possible :-). Jeremy. | |||||
* | clean up steps for making distribution | Herb Lewis | 1998-10-29 | 1 | -15/+30 | |
| | ||||||
* | some versions of Irix pass the HAVE__ACL test but don't have acl.h | Herb Lewis | 1998-10-29 | 1 | -1/+1 | |
| | | | | test for both before including ACL support. |