summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-misc-tags/tng/release-alpha-2-0cvs2svn Import User2000-04-090-0/+0
| | | 'release-alpha-2-0'.
* preparing for release of alpha.2.0Samba Release Account2000-04-0963-63/+63
|
* add cvsignoreLuke Leighton2000-04-091-0/+4
|
* GETDC request short-detection was wrong, explains why the poor win9x peopleLuke Leighton2000-04-091-1/+1
| | | | couldn't do anything (one, two, three, aaahhh).
* added warning about if a cli_net_use_add fails.Luke Leighton2000-04-091-7/+16
|
* adding debug warning if cli_ulogoff attempted to be called with a fd of -1Luke Leighton2000-04-091-0/+5
|
* added pam_ntdom. amazingly, it actually works.Luke Leighton2000-04-0912-90/+1029
|
* Removed the rpc_client-protos from proto.hElrond2000-04-083-1390/+669
| | | | | Seems to compile fine for me. added LC_ALL=C, LC_COLLATE=C to mkproto.sh
* using sambaconfdir for smb.conf and lmhosts.Elrond2000-04-071-4/+7
| | | | Which other files in ${LIBDIR} are config-files?
* preparing for release of alpha.1.9Samba Release Account2000-04-0763-63/+63
|
* Replaced a whole bunch of 0x02000000's with SEC_RIGHTS_MAXIMUM_ALLOWEDTim Potter2000-04-079-135/+183
|
* jf, looks like you put some extra error codes in...Luke Leighton2000-04-071-1/+0
|
* cut too much across.Luke Leighton2000-04-074-40/+75
|
* spoolss from cvs mainLuke Leighton2000-04-079-1100/+1187
|
* open alias permissions were wrong, in msrpc_samr_query_aliasmem.Luke Leighton2000-04-071-1/+1
|
* domain name not obtained correctly.Luke Leighton2000-04-071-1/+1
|
* samaliasmem modified to take DOMAINNAME\name.Luke Leighton2000-04-071-11/+17
|
* Same for cmd_sam_create_dom_alias.Tim Potter2000-04-071-1/+2
|
* Return from cmd_sam_create_dom_group() if not enough or too many argumentsTim Potter2000-04-071-2/+2
| | | | passed.
* Added --with-sambaconfdir, that currently defaults toElrond2000-04-062-1124/+1168
| | | | | | | | ${LIBDIR} for backward-compatibility. Hope to change this soon. (@sambaconfdir@ not yet used)
* tdbsec_store takes the TDB_xxx flags arg.Luke Leighton2000-04-061-7/+7
|
* General configuration file for DejaGnu.Tim Potter2000-04-061-0/+27
|
* From johanh@fusion.kth.se Thu Apr 6 12:34:13 2000Luke Leighton2000-04-062-125/+121
| | | | | | | | | | | | Date: Wed, 5 Apr 2000 12:03:11 +0200 (MET DST) From: Johan Hedin <johanh@fusion.kth.se> To: samba-patches@samba.org Cc: lkcl@samba.org Subject: More Patch for configure.in in Samba TNG (PATCH#78) I found another error I made. As long as my old config.cache was used, it worked, but not with a fresh checkout... This patch will fix it. Again, patch towards Samba TNG.
* fsync returns int rather than void.Tim Potter2000-04-051-3/+3
|
* Improved clean target.Tim Potter2000-04-051-2/+3
|
* Added *.loTim Potter2000-04-051-0/+1
|
* Move across example VFS files from HEAD branch.Tim Potter2000-04-053-3/+3
|
* Paranioa purify fixes from HEAD.Jeremy Allison2000-04-051-23/+134
| | | | Jeremy.
* Another SMB_ASSERT in cli_pipe.c.Elrond2000-04-051-5/+4
| | | | | | | This time it got hit by an anonymous enumusers in rpcclient. Ohh, don't ask me, what's special about enumusers.
* patch from case for opensslLuke Leighton2000-04-052-1026/+1111
|
* case@seattle.gii.net spotted that msdfs.c needs nterr.h because ofLuke Leighton2000-04-051-1/+2
| | | | NT_STATUS_PATH_NOT_COVERED.
* optimisation of TDB_MODIFY: use tdb_update() to tell us if the attemptedLuke Leighton2000-04-051-6/+20
| | | | | | in-place replacement of the record didn't exist (and so failed), and if it didn't exist, we don't need to check again (don't need to make _another_ call to tdb_exists(), just fail).
* added TDB_MODIFY flag. this says, "if it don't already exist, fail to update".Luke Leighton2000-04-052-4/+13
|
* Added copyright header.Tim Potter2000-04-051-6/+30
|
* added tdbsec_delete. i wonder if there are any more of these.Luke Leighton2000-04-051-2/+58
| | | | tdbset_store, tdbset_fetch, tdbset_delete.
* added tdbsec_delsecLuke Leighton2000-04-051-4/+4
|
* tracking down setgroups failed problems, turns out that the orderLuke Leighton2000-04-051-1/+8
| | | | | | | | | | | | of fn calls is probably something like this: become_root() become_root() unbecome_root() become_user() unbecome_root() which of course screws up the groups in current_user_saved....
* oops, got domain / name wrong way round. stops some nasty recursionLuke Leighton2000-04-051-2/+2
| | | | with security = domain.
* attempting to change NT-access-permisions to find out why create-aliasLuke Leighton2000-04-051-1/+1
| | | | fails against a workstation's SAM.
* jeremy suggested checking return result from prs_grow().Luke Leighton2000-04-051-81/+131
|
* Added strerror at debug level 0 on file create/open fail. Helps catchJeremy Allison2000-04-051-3/+3
| | | | | problems. Jeremy.
* Forgot no-fsync code path :-).Jeremy Allison2000-04-041-0/+2
| | | | Jeremy.
* vfs change. POSIX states fsync must return an int, not void.Jeremy Allison2000-04-044-6/+6
| | | | Jeremy.
* Added LANG=C; export LANG to mkproto.sh.Elrond2000-04-041-0/+3
| | | | | (Luke's sort seems to sort differently then mine. I guess, it's got to do with LANG-settings)
* This one isn't as big, as it looks.Elrond2000-04-0451-3/+61
| | | | | | | | | I just added #include "rpc_client.h" to 50 files. and #include "rpcclient.h" to some in rpcclient/. Oh, and made the readline-function in dfs_cmds.c static If we're lucky, we can remove the rpc_client-prototypes from the normal proto.h
* tdb record-level security database (implemented on top of tdb).Luke Leighton2000-04-041-0/+133
| | | | designed by andrew and me. coded by andrew.
* Straight from HEAD:Elrond2000-04-041-1/+1
| | | | | > Fix for compiler warning about invalid structure type. > jeremy.
* Okay,Elrond2000-04-0412-740/+950
| | | | | | | | this is mostly net_share_del, client-side is complete, server-side still returns a fault-pdu (will change soon to "Access denied") ... and some of the things, I tried to commit yesterday.
* Learned from yesterday and now doing the thing in smallerElrond2000-04-042-0/+33
| | | | | | | steps. - added rpc_client.h as wrapper for rpc_client_proto.h - added net_share_del-reply to rpc_srvsvc.h
* Rearranged "make check" testsuite invocation variables. More on thisTim Potter2000-04-041-3/+3
| | | | later..