summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2009-01-21Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2-2/+5
2009-01-21Allow calling DCE/RPC server implementations directly usingJelmer Vernooij5-2/+56
2009-01-21merged-build: propare to fix make test4Stefan Metzmacher1-1/+4
2009-01-21Fix a typoVolker Lendecke1-1/+1
2009-01-20"userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke5-7/+2
2009-01-20Fix some nonempty blank linesVolker Lendecke2-20/+20
2009-01-20Remove some unused codeVolker Lendecke3-17/+0
2009-01-20Remove some smb fsp knowledge from rpc_server/Volker Lendecke5-71/+99
2009-01-20Make use of TALLOC_FREEVolker Lendecke1-3/+1
2009-01-20s3:messaging: also recreate the local messaging backend in messaging_reinit()Stefan Metzmacher1-3/+11
2009-01-20s3: reinit_after_fork() should reinit the event context before the messaging ...Stefan Metzmacher1-4/+4
2009-01-20s3:events: add support for signal eventsStefan Metzmacher1-0/+6
2009-01-20s3:smbd: call message_dispatch() before processing incoming PDUsStefan Metzmacher1-0/+6
2009-01-19s3:idmap_tdb: convert to the dbwrap apiStefan Metzmacher1-244/+223
2009-01-19s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()Stefan Metzmacher2-8/+31
2009-01-19s3:dbwrap: add get_flags() hook to db_contextStefan Metzmacher3-0/+18
2009-01-19Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.cVolker Lendecke1-2/+4
2009-01-19Remove unused tdb_search_keys()Volker Lendecke2-78/+0
2009-01-19simplify gencache_iterate a bit, fix nonempty blank linesVolker Lendecke1-86/+84
2009-01-18libnetapi_open_pipe does not need to return cli_stateVolker Lendecke10-246/+12
2009-01-18Add a macro async_req_setup()Volker Lendecke8-176/+77
2009-01-18Add code to torture the fragmentation code a bitVolker Lendecke1-3/+15
2009-01-18Remove unused functionsVolker Lendecke1-401/+0
2009-01-18Make rpc_pipe_bind asyncVolker Lendecke2-0/+452
2009-01-18Fix an uninitialized variableVolker Lendecke1-0/+1
2009-01-18Remove sync rpc_api_pipe_reqVolker Lendecke1-170/+0
2009-01-18Add async rpc_api_pipe_reqVolker Lendecke2-0/+315
2009-01-18Tiny simplification of prs_set_offsetVolker Lendecke1-6/+3
2009-01-18Add rpc_write_send/recvVolker Lendecke1-0/+131
2009-01-18Remove unused sync functionsVolker Lendecke1-196/+0
2009-01-18Make rpc_api_pipe asyncVolker Lendecke1-0/+284
2009-01-18Rename the async version of get_complete_pdu to get_complete_fragVolker Lendecke1-16/+16
2009-01-18Move initialization of the reply prs_struct to rpc_api_pipeVolker Lendecke5-20/+15
2009-01-18Always check the max send sizein rpc_api_pipe, not just with DEVELOPERVolker Lendecke1-8/+5
2009-01-18Make cli_api_pipe asyncVolker Lendecke1-99/+218
2009-01-18Remove sync rpc_read wrapperVolker Lendecke1-28/+0
2009-01-18Make cli_pipe_get_current_pdu async, rename it to get_current_pduVolker Lendecke1-36/+190
2009-01-18Make rpc_read asyncVolker Lendecke1-87/+154
2009-01-18Fix some real bugs found by "type-punned" gcc warningsVolker Lendecke1-8/+11
2009-01-17Determine case sensitivity based on file system attributes.Derrell Lipman4-13/+92
2009-01-17Slightly simplify the paths after rpc_api_pipe()Volker Lendecke1-6/+2
2009-01-16[Bug 6022] smbc_urlencode and smbc_urldecode were not exportedDerrell Lipman3-15/+5
2009-01-16Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman5-0/+36
2009-01-16Fix a segfault if ? is there but the options are NULL. This is the case if SM...Andreas Schneider1-1/+1
2009-01-16Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison1-3/+14
2009-01-16"First thing, kill all the language lawyers" :-). Ensure possible insane comp...Jeremy Allison1-1/+1
2009-01-16ads_connect: Return immediately on a failed GC connection.Gerald (Jerry) Carter1-3/+14
2009-01-16s3:cluster: fix ctdb ipv6 supportStefan Metzmacher3-15/+23
2009-01-16s3:vfs_fileid: readd "fileid:algorithm" as option.Stefan Metzmacher1-1/+7
2009-01-16remove the old chain_reply codeVolker Lendecke1-214/+4