summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s4: remove unused dbwrap codeStefan Metzmacher2008-12-298-561/+0
| | | | | | | If we readd this later, we should share the code with samba3 and make it async/non-blocking. metze
* s4: Revert "r24284: change brlock_tdb.c to use the dbwrap API. This actually ↵Stefan Metzmacher2008-12-292-72/+101
| | | | | | | | | | | makes the" This reverts commit 4792285282e2ec78ccb0ebc3cac6465d1d26ef10. Conflicts: source4/ntvfs/common/brlock_tdb.c source4/ntvfs/common/config.mk
* Add code to test write_data_iov a bitVolker Lendecke2008-12-291-0/+11
|
* Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writevVolker Lendecke2008-12-291-27/+13
| | | | | | It seems there are SMB servers around which can't cope with the write header being sent in a packet of its own. With writev we keep the advantage of direct writes, giving the kernel the chance to coalesce the write calls.
* Make write_data use write_data_iovVolker Lendecke2008-12-291-24/+24
|
* Add write_data_iovVolker Lendecke2008-12-292-0/+70
|
* Add sys_writevVolker Lendecke2008-12-292-0/+15
|
* s4 winbind: Copy SID to avoid "discard const" warningKai Blin2008-12-291-1/+2
|
* s4 winbind: Add support for WINBINDD_GETGRGID callKai Blin2008-12-293-1/+208
|
* s4 libnet: Add support for groupinfo by sid lookupKai Blin2008-12-294-27/+87
|
* s4 winbind: Fix typos in debug outputKai Blin2008-12-291-2/+2
|
* wbinfo4: Add --gid-info optionKai Blin2008-12-291-0/+37
|
* wbinfo: Add --gid-info option.Kai Blin2008-12-291-0/+30
|
* s4 winbind: Add implementation for WINBINDD_GETGRNAMKai Blin2008-12-293-1/+200
|
* s4 winbind: Avoid a "discards const" compiler warning.Kai Blin2008-12-291-2/+2
|
* s4 libnet: Add group_name member to struct libnet_GroupInfo's out struct.Kai Blin2008-12-292-3/+6
|
* s4:kdc: pass down event_context explicitStefan Metzmacher2008-12-293-1/+4
| | | | metze
* s4:libnet_samdump_keytab: pass down event_context explicitStefan Metzmacher2008-12-291-1/+3
| | | | metze
* s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()Stefan Metzmacher2008-12-292-3/+3
| | | | | | All callers expect 0 an success and -1 on error. metze
* pyglue: fix the build with automatic dependeciesStefan Metzmacher2008-12-291-1/+1
| | | | metze
* lib/tevent: rename event_* => tevent_* in the header fileStefan Metzmacher2008-12-2911-117/+208
| | | | | | We have compat macros to keep the callers happy. metze
* Add -D option to sharesec util to delete the entire security descriptor.Steven Danneman2008-12-281-8/+23
| | | | * also modified --usage descriptions to be more accurate
* Change error messages in sharesec util to go to stderr instead of stdoutSteven Danneman2008-12-281-10/+10
|
* Make sure share_info.tdb is open before attempting to delete an entrySteven Danneman2008-12-281-2/+6
|
* Make sharesec utility part of the default binary install.Steven Danneman2008-12-281-2/+2
|
* Cleaned up whitespace issues in sharesec.cSteven Danneman2008-12-281-35/+39
|
* Fix Samba 3 merged build - include tevent.Jelmer Vernooij2008-12-281-0/+11
|
* Fix some tevent includes, trying to fix the buildKai Blin2008-12-263-4/+4
|
* Try to fix the build by fixing some typos in the vfs codeKai Blin2008-12-261-3/+3
|
* Fix bug #5990 - strict allocate should be checked before ftruncateJeremy Allison2008-12-251-0/+14
| | | | | | reported by and based on a patch by Yasuma Takeda <yasuma@osstech.co.jp>. Jeremy.
* s3:idmap: Remove passd check from idmap_backends_unixid_to_sid().Michael Adam2008-12-251-9/+0
| | | | | | | | | | | | | As noted by Metzy, it makes no sense here to check id->sid. What is worse, this might even be passed in uninitialized. This still fixes the bug for me (of course), but we might need to check, if another special handling of passdb is needed (possibly changing from constant return code NT_STATUS_OK...) Michael Signed-off-by: Michael Adam <obnox@samba.org>
* s:Fix uid_to_sid mapping when the idmap cache is empty.Michael Adam2008-12-251-8/+7
| | | | | | | | | | | | | | | | | This failed for backends other than passed, since idmap_backends_unixid_to_sid() always asked passdb first, which returned Success no matter whether a mapping was found or not. One effect wast that getpwuid failed after "net cache flush". Only after filling the cache with a getpwnam call it succeeded. This fix makes the behaviour of idmap_backends_unixid_to_sid() exactly the same as that of idmap_backends_sid_to_unixid() Michael Signed-off-by: Michael Adam <obnox@samba.org>
* lib/tevent: libtevent will change a lot until it's version 1.0.0Stefan Metzmacher2008-12-242-2/+2
| | | | metze
* Fix accidental condition inversion.Jelmer Vernooij2008-12-241-1/+1
|
* Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij2008-12-2410-16/+16
| | | | warnings.
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-231-5/+15
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-2357-276/+586
| |\
| * | pytalloc: Add some comments, use talloc object location in repr ratherJelmer Vernooij2008-12-231-5/+15
| | | | | | | | | | | | than python object location.
* | | s4: Fix make clean to remove gen_ndr objects.Jelmer Vernooij2008-12-231-1/+1
| | |
* | | Fix more compiler warnings.Jelmer Vernooij2008-12-2310-36/+33
| | |
* | | Use 32-bit smbpid in interface as required by SMB2, in line withJelmer Vernooij2008-12-233-8/+8
| | | | | | | | | | | | 1bdd08227e7d046305705050f21f0f1b6dd6994a.
* | | Fix more compiler warnings in various places.Jelmer Vernooij2008-12-2312-53/+43
| | |
* | | Install tevent_internal.h, as Samba 4 needs it.Jelmer Vernooij2008-12-231-0/+1
| |/ |/|
* | Fix compiler warnings in libnet.Jelmer Vernooij2008-12-236-18/+9
| |
* | Fix use of "time offset" parameter, and add test to make sure I don't break ↵Jelmer Vernooij2008-12-235-5/+23
| | | | | | | | it again :-)
* | Fix more asprintf warnings and some error path errors.Jeremy Allison2008-12-237-30/+44
| | | | | | | | Jeremy.
* | More asprintf warning fixes.Jeremy Allison2008-12-233-8/+28
| | | | | | | | Jeremy.
* | More asprintf warning fixes.Jeremy Allison2008-12-232-13/+21
| | | | | | | | Jeremy.
* | Fix more asprintf errors and error code paths.Jeremy Allison2008-12-233-12/+36
| | | | | | | | Jeremy.
* | Add missing includes, required for use of gensec by 3rd-partyMatthias Dieter Wallnöfer2008-12-231-0/+3
| | | | | | | | applications.