summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Fix some errno assignments in SMBC_opendir_ctxVolker Lendecke2011-03-241-13/+13
* s3: Fix Coverity ID 2325: RESOURCE_LEAKVolker Lendecke2011-03-241-0/+4
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-2452-348/+152
* charset: remove another allow_badcharcnv check Andrew Tridgell2011-03-241-3/+0
* s3-prototypes: remove protos of some dead functions.Günther Deschner2011-03-247-35/+0
* librpc: bring more librpc prototypes in common.Günther Deschner2011-03-233-33/+12
* s3-rpc_client: actually call lsa_open_policy2() in rpccli_lsa_open_policy2().Günther Deschner2011-03-231-6/+7
* s3-smbta-util: fix some buildwarnings.Günther Deschner2011-03-231-2/+2
* s3-globals: silence build warning in smbd_messaging_context().Günther Deschner2011-03-231-0/+1
* s3-proto: remove some duplicate prototypes.Günther Deschner2011-03-231-11/+0
* s3-includes: remove unused cmdline_lp_ctx.Günther Deschner2011-03-231-3/+0
* s3-epmapper: Log error if we can't register the endpoint.Andreas Schneider2011-03-231-2/+3
* s3-epmapper: Setup epm in smbd to forward np requests.Andreas Schneider2011-03-231-0/+4
* s3-epmapper: Remove unregister on shutdown.Andreas Schneider2011-03-231-313/+13
* s3-epmd: Cleanup endpoints on service pipe disconnect.Andreas Schneider2011-03-231-1/+1
* s3-epmapper: Added function to delete endpoint entries.Andreas Schneider2011-03-233-0/+57
* s3-rpc_server: Added disconnect callback function.Andreas Schneider2011-03-234-15/+43
* s3-rpc_server: Rename req to subreq.Andreas Schneider2011-03-231-14/+14
* s3-rpc_server: Implement an endpoint monitor loop.Andreas Schneider2011-03-232-2/+114
* s3-rpc_server: Added a memory context to the ep regsiter state.Andreas Schneider2011-03-231-5/+17
* s3-librpc: Leave the epm registration connection open.Andreas Schneider2011-03-233-23/+77
* s3-epmd: Cleanup endpoint mapper correctly.Andreas Schneider2011-03-231-1/+15
* s3-epmapper: Shutdown the embedded epmapper cleanly.Andreas Schneider2011-03-231-1/+9
* s3-epmapper: Added a cleanup function.Andreas Schneider2011-03-232-0/+45
* s3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc.Andreas Schneider2011-03-232-4/+1
* s3-rpc_server: Rename system_user to ncalrpc_as_system.Andreas Schneider2011-03-233-4/+4
* s3: Fix a shadowed declaration warningVolker Lendecke2011-03-231-3/+3
* s3: Include prctl where it is actually usedVolker Lendecke2011-03-231-0/+4
* s3: Attempt to fix the build on FreeBSDVolker Lendecke2011-03-231-0/+4
* s3: Fix Coverity ID 2201, NULL_RETURNSVolker Lendecke2011-03-231-0/+3
* s3: Fix Coverity ID 2202, NULL_RETURNSVolker Lendecke2011-03-231-0/+3
* s3: Fix Coverity ID 2203, NULL_RETURNSVolker Lendecke2011-03-231-0/+4
* s3: Fix a (invalid) uninitialized variable warningVolker Lendecke2011-03-231-1/+1
* async_rec/async_sock.c - add an additional "const"Matthias Dieter Wallnöfer2011-03-231-1/+2
* ndrdump - make "in_pipes" and "out_pipes" constMatthias Dieter Wallnöfer2011-03-231-2/+2
* lib/util: Merge basic string length and comparison functionsAndrew Bartlett2011-03-237-636/+428
* s3-lib prepare Samba3 to use common codepoint based string functionsAndrew Bartlett2011-03-231-108/+82
* s3-safe_string: Add checked_strlcpy()Andrew Bartlett2011-03-232-1/+13
* s3-safe_str: Futher simplify the macros by removing indirectionAndrew Bartlett2011-03-234-71/+41
* s3-lib Remove the clobber_region() code.Andrew Bartlett2011-03-2312-316/+87
* charcnv: remove the automatic fail on allow_badcharcnv trueAndrew Tridgell2011-03-231-5/+0
* waf: prevent an error in the symbol checking codeAndrew Tridgell2011-03-231-1/+2
* s3-config: say which config file we failed to openAndrew Tridgell2011-03-233-3/+3
* fault: fixed smb_panic() prototypesAndrew Tridgell2011-03-232-3/+0
* fault: fixed call to fault_setup() to use new syntaxAndrew Tridgell2011-03-231-1/+1
* fault: moved fault.c into common libraryAndrew Tridgell2011-03-231-2/+2
* fault: switch s4 to use the common fault.cAndrew Tridgell2011-03-232-237/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-2311-310/+416
* fault: moved s3 fault.c to top levelAndrew Tridgell2011-03-233-8/+7
* fault: rename fault.c to fault_s4.cAndrew Tridgell2011-03-232-11/+11