summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2009-01-05Use talloc_tos in vfs_full_audit.c:do_logVolker Lendecke1-2/+2
2009-01-05Fix a bad memleak in vfs_full_auditVolker Lendecke1-1/+4
2009-01-05Add create_file to vfs_op_namesVolker Lendecke2-1/+2
2009-01-05Fix bug 6012: Add "get_real_filename" to full_auditVolker Lendecke1-0/+25
2009-01-05smbd: prevent access to root filesystem when connecting with empty service nameMichael Adam1-0/+4
2009-01-04s3: Remove a few unnecessary checks from the streams depot module and fix to ...Tim Prouty1-12/+18
2009-01-04s3: Remove a few unnecessary checks from the streams xattr moduleTim Prouty1-11/+0
2009-01-04s3: Allow renames of streams via NTRENAME and fix stream error codes on renameTim Prouty2-17/+22
2009-01-04Fix bug #6009 - Setting "min receivefile size = 1" breaks writes.Jeremy Allison1-1/+1
2009-01-04tevent: move samba4 stuff from libtevent.m4 to samba.m4Stefan Metzmacher1-6/+1
2009-01-04Fix a typo found by the IBM CheckerVolker Lendecke1-1/+1
2009-01-04Remove a duplicated commentVolker Lendecke1-4/+0
2009-01-04Fix the build of smbfilterVolker Lendecke1-2/+3
2009-01-04Simulate the Windows behaviour to fire 445 and after a timeout 139Volker Lendecke1-14/+76
2009-01-04Add open_socket_out_defer_send/recvVolker Lendecke2-0/+118
2009-01-04Async wrapper for open_socket_out_send/recvVolker Lendecke6-84/+215
2009-01-04Add a quick test of wb_trans_send/recvVolker Lendecke2-0/+66
2009-01-04async libwbclient infrastructureVolker Lendecke3-0/+785
2009-01-04Remove wb_trans_send/recvVolker Lendecke2-152/+0
2009-01-04Move winbindd/winbindd_reqtrans.c to lib/wb_reqtrans.cVolker Lendecke2-2/+1
2009-01-04Convert async_connect to "normal" styleVolker Lendecke2-104/+118
2009-01-04Actually do a non-blocking connect.... :-)Volker Lendecke1-1/+1
2009-01-04Add an async queueing mechanismVolker Lendecke2-0/+86
2009-01-04Add async timeout helpersVolker Lendecke2-0/+52
2009-01-03tevent: raise version to 0.9.2 after AUTOCLOSE changesStefan Metzmacher1-1/+1
2009-01-03open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke7-22/+13
2009-01-03Fix retval of async_syscall_result_intVolker Lendecke2-2/+2
2009-01-03struct async_req doesn't really need to carry an event_contextVolker Lendecke6-29/+24
2009-01-03Remove unused argument "vuid" from make_internal_rpc_pipe_pVolker Lendecke1-4/+2
2009-01-03tevent: raise version to 0.9.1Stefan Metzmacher1-3/+1
2009-01-02Replace some SMB_ASSERTs with NT_STATUS_INTERNAL_ERRORVolker Lendecke1-7/+28
2009-01-02Optimize for the common case that packet.c received exactly one full packetVolker Lendecke1-8/+14
2009-01-02packet.h API: The callback is now responsible to talloc_free() "buf"Volker Lendecke3-37/+50
2009-01-02Remove cli_cm_set_dest_ss() - removes the global dest_ssJeremy Allison2-20/+13
2009-01-02Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison8-38/+55
2009-01-02Fix warnings in make test code.Jeremy Allison3-9/+34
2009-01-02Alternative fix for 45db33e73 and 0d443ae7931Volker Lendecke1-1/+2
2009-01-02Revert "s:Fix uid_to_sid mapping when the idmap cache is empty."Volker Lendecke1-7/+8
2009-01-02Revert "s3:idmap: Remove passd check from idmap_backends_unixid_to_sid()."Volker Lendecke1-0/+9
2009-01-02Happy New Year!Stefan Metzmacher1-1/+1
2009-01-01Fix bug 5913.Volker Lendecke1-1/+1
2009-01-01Remove a global variableVolker Lendecke1-13/+20
2009-01-01fix some nonempty blank linesVolker Lendecke1-5/+5
2009-01-01Remove two pointless globalsVolker Lendecke2-13/+12
2009-01-01The Tru64 shell doesn't like (*) in a case statementVolker Lendecke1-2/+2
2008-12-31s3: Fix caller of print_fsp_openTim Prouty1-3/+3
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison14-50/+164
2008-12-31Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison5-58/+103
2008-12-31Replace a static variable and alarm() calls by using sys_select()Volker Lendecke1-23/+24
2008-12-31Fix some nonempty blank linesVolker Lendecke1-5/+5