summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* removed include of net/route.h because it prevents compilation underAndrew Tridgell1998-11-291-4/+6
| | | | | | | | | SCO 3.2 (including it also requires lots of streams stuff, making it a total mess). If this causes problems on some other platform then please add a comment stating what platform and why the include is needed so we can work out how to test for it properly.
* don't allow ".." in service name when doing "default service"Andrew Tridgell1998-11-291-1/+3
| | | | processing.
* Fixed typo. "Browsable is an acronym for browseable.John Terpstra1998-11-281-1/+1
|
* Now uninstalls man pages from correct source location.Tim Potter1998-11-271-1/+1
| | | | Fix by Andrej Borsenkow <borsenkow.msk@sni.de>
* make the help links appear in a separate window, so you can read theAndrew Tridgell1998-11-271-1/+1
| | | | docs and do configuration at the same time.
* - removed smb.conf.5.html as it now comes as part of htmldocsAndrew Tridgell1998-11-272-4484/+36
| | | | | - changed swat welcome screen to have links to all Samba html docs instead of just singing the praises of swat :)
* better layout of password options.Andrew Tridgell1998-11-271-19/+23
|
* install all html docs in yodl help directoryAndrew Tridgell1998-11-271-0/+7
|
* re-ran yodlAndrew Tridgell1998-11-2718-66/+63
|
* got rid of a dangerous message command exampleAndrew Tridgell1998-11-271-9/+0
|
* Replaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_connect_serverlist().Tim Potter1998-11-261-1/+1
| | | | Fix by Matt Chapman <m.chapman@student.unsw.edu.au>
* updated SWAT README to remove cgi-bin instructionsAndrew Tridgell1998-11-261-54/+5
|
* we have a problem: resolution of "Primary Group RID" which we assumedLuke Leighton1998-11-263-2/+16
| | | | | | | | | would only be a domain group rid. it can also be a local group rid, which causes us problems in attempting to turn a unix gid into the correct rid (domain group or local group). sooo.... the fix is _in_ there, we just can't use it because it causes link / knock-on problems in nmbd.
* yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton1998-11-255-51/+70
| | | | | | now need search capability on S-1-5-20, which will need argh, a "group database API" on S-1-5-20, and the ability to add BUILTIN\Admins etc to "local group map" argh.
* fixing group database issuesLuke Leighton1998-11-258-67/+94
|
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-2527-824/+2010
| | | | | | | | | | | | | | | | | | | | | | | | aclocal.m4: Added AC_LIBTESTFUNC. configure.in: Fixed -lsecurity -lsec problems. client.c: dos_ fixes. groupdb/aliasunix.c: Dead code removal. include/includes.h: Added default PRINTCAP_NAME. lib/genrand.c: dos_ fixes. lib/replace.c: Added strtoul. lib/system.c: dos_ fixes. lib/util.c: dos_ fixes. lib/util_sid.c: Signed/unsigned fixes. lib/util_str.c: removed bad const. locking/locking_slow.c: dos_ fixes. printing/printing.c: dos_ fixes. rpc_server/srv_samr.c: Dead code removal. rpc_server/srv_sid.c: global_myworkgroup defined with wrong size AGAIN ! smbd/dir.c: dos_ fixes. smbd/open.c: dos_ fixes. smbd/oplock.c: dos_ fixes. smbd/reply.c smbd/server.c smbd/service.c smbd/uid.c: dos_ fixes. Jeremy.
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-2513-131/+380
|
* added file from 2.0 branchHerb Lewis1998-11-251-0/+17
|
* fixing domain join and domain login problemsLuke Leighton1998-11-255-11/+23
|
* clearer debug commentsLuke Leighton1998-11-241-2/+2
|
* oops, forgot to rename smbfilegrp to smbunixgrp.Luke Leighton1998-11-241-11/+11
|
* updated from yodlLuke Leighton1998-11-242-27/+247
|
* added "domain group map" and "local group map" explanations.Luke Leighton1998-11-241-9/+136
|
* sorting out difference between aliases and groups in the cases whereLuke Leighton1998-11-243-21/+55
| | | | | | | | | | | | | | | unix groups are not explicitly mapped. i.e as a PDC or BDC you can have domain groups, as a member of a domain you cannot. as a member of a domain, unmapped unix groups are assumed to be aliases, and as a PDC or BDC, unmapped unix groups are assumed to be unix groups. there is _one_ other check needed with aliases to be added: unmapped unix groups that have the same name as an NT group on the PDC (for which i will need to write an LsaLookupNames call) should be assumed to be domain groups on the PDC.
* jean-francois pointed out problem with "lp_domain_role()" code, youLuke Leighton1998-11-241-2/+2
| | | | could never be a PDC.
* initialise not initialize...Luke Leighton1998-11-242-2/+2
|
* Fixed oplock test path spec bug.Jeremy Allison1998-11-241-1/+1
| | | | Jeremy.
* Fixed -Wall -Wshadow warning.Jeremy Allison1998-11-231-2/+1
| | | | Jeremy.
* uninitialised counterLuke Leighton1998-11-231-1/+1
|
* yp_prot.h and ypclnt.h correct: ypprot.h and yp_clnt.h wrong...Luke Leighton1998-11-232-2/+2
|
* re-added ypprot.h and yp_clnt.hLuke Leighton1998-11-232-2/+2
|
* re-added includes for yp_prot.h and yp_clnt.hLuke Leighton1998-11-231-0/+13
|
* get rid of __wait boring warning, caused by rpc/clnt.hLuke Leighton1998-11-231-13/+4
|
* cvs being STUPIDLuke Leighton1998-11-233-101/+58
|
* remove unused variableLuke Leighton1998-11-231-1/+0
|
* unused variable removedLuke Leighton1998-11-231-1/+1
|
* cvs being STUPIDLuke Leighton1998-11-231-3/+51
|
* cvs is acting wierd.Luke Leighton1998-11-232-0/+573
|
* someone had added code to convert rids to rids, assuming that the ridsLuke Leighton1998-11-231-9/+1
| | | | in the file were gids: they are not.
* remove / add / attempt to stop remove didn't work.Luke Leighton1998-11-231-0/+651
|
* unix instance of group database APILuke Leighton1998-11-2326-1294/+1098
|
* replace ' with _ as wellAndrew Tridgell1998-11-232-13/+14
|
* changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1998-11-234-25/+59
| | | | use all_string_sub() if you don't want this.
* deleted some old DEBUG() code that wasn't usedAndrew Tridgell1998-11-221-14/+0
|
* use http://samba.org/ not http://samba.org/samba/Andrew Tridgell1998-11-222-7/+6
|
* global change from samba.anu.edu.au to samba.orgAndrew Tridgell1998-11-2194-455/+455
|
* Added changes to smbtar submitted by Sandy WhiteselRichard Sharpe1998-11-212-4/+16
| | | | | | | | Added some extra documentation for smbclient Grr, Jeremy beat me to a bug fix in client.c Will have to get Jeremy to tell me how to check out SAMBA_2_0 :-)
* make SWAT obey the global "hosts allow" and "hosts deny" settings.Andrew Tridgell1998-11-212-13/+29
| | | | | any attempt to run swat from a host that is disallowed will give an error.
* try to use *SMBSERVER to connect to password server if the firstAndrew Tridgell1998-11-211-13/+11
| | | | session_request fails.
* add a error code when failed to get lockAndrew Tridgell1998-11-211-1/+1
|