summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-03-25lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett1-7/+7
2011-03-25s3-charcnv: convert_string_internal() should not display errorsAndrew Tridgell1-31/+4
2011-03-25s3-string: removed the conv_silent globalAndrew Tridgell1-29/+17
2011-03-25s3-string: removed last use of conv_silentAndrew Tridgell1-31/+11
2011-03-25s3-charcnv Add convert_string_error()Andrew Bartlett2-18/+75
2011-03-25s3-includes: fixed CONST_DISCARD() to actually discard constAndrew Tridgell1-1/+1
2011-03-25unistr: moved some UCS2 macros into util_unistrAndrew Tridgell1-0/+9
2011-03-25libcli: created smb_constants.hAndrew Tridgell1-15/+2
2011-03-25s3-libsmb: work our correct length for EA stringsAndrew Tridgell1-1/+1
2011-03-25s3-string: sec_len==-1 support is no longer neededAndrew Tridgell1-41/+20
2011-03-25s3-dfs: removed the last user of sec_len==-1 in pull_*_base_talloc()Andrew Tridgell1-1/+2
2011-03-25s3-lib: make pull_ucs2_base_talloc staticAndrew Tridgell2-12/+6
2011-03-25lib: remove unused pieces of string_wrappers.hAndrew Tridgell2-8/+8
2011-03-25lib: move the string wrappers from source3/include to common lib/utilAndrew Tridgell1-105/+1
2011-03-25s3-string: moved fstring functions into their own fileAndrew Tridgell4-107/+133
2011-03-25s3:dbwrap_ctdb: fix non-locked fetch on persistent db's causing corruptionMichael Adam1-2/+34
2011-03-24s3-charcnv: remove unused labels.Günther Deschner1-6/+0
2011-03-24s3-rpc_server: remove two uneeded include registry/reg_parse_prs.hGünther Deschner2-2/+0
2011-03-24s3-ldapsam: fix ldapsam_create_user() with existing posix accounts.Günther Deschner1-1/+1
2011-03-24s3-netapi: use cli_get_session_key() in netapi.Günther Deschner2-6/+53
2011-03-24Fix bug 8021 - Incorrect string termination in volume/volume_name for TRANS2-...Volodymyr Khomenko1-1/+1
2011-03-24Fix is_myname_or_ipaddr() to be robust against strange DNS setups.Jeremy Allison1-30/+56
2011-03-24s3-epmapper: fix vars init and return errorsSimo Sorce1-11/+18
2011-03-24s3-epmapper: Fix allocation of data on the wrong contextSimo Sorce1-1/+1
2011-03-24s3-epmapper: Make sure we work on a description duplicate.Andreas Schneider1-1/+5
2011-03-24s3-epmapper: Refactor the cleanup of endpoints.Andreas Schneider1-11/+11
2011-03-24s3-epmapper: Use strcmp instead of strequal and check IPv6.Andreas Schneider1-1/+2
2011-03-24s3-epmapper: Increase debug levels.Andreas Schneider1-8/+8
2011-03-24s3: Fix some errno assignments in SMBC_opendir_ctxVolker Lendecke1-13/+13
2011-03-24s3: Fix Coverity ID 2325: RESOURCE_LEAKVolker Lendecke1-0/+4
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell22-241/+60
2011-03-24s3-prototypes: remove protos of some dead functions.Günther Deschner7-35/+0
2011-03-23librpc: bring more librpc prototypes in common.Günther Deschner1-20/+0
2011-03-23s3-rpc_client: actually call lsa_open_policy2() in rpccli_lsa_open_policy2().Günther Deschner1-6/+7
2011-03-23s3-smbta-util: fix some buildwarnings.Günther Deschner1-2/+2
2011-03-23s3-globals: silence build warning in smbd_messaging_context().Günther Deschner1-0/+1
2011-03-23s3-proto: remove some duplicate prototypes.Günther Deschner1-11/+0
2011-03-23s3-includes: remove unused cmdline_lp_ctx.Günther Deschner1-3/+0
2011-03-23s3-epmapper: Log error if we can't register the endpoint.Andreas Schneider1-2/+3
2011-03-23s3-epmapper: Setup epm in smbd to forward np requests.Andreas Schneider1-0/+4
2011-03-23s3-epmapper: Remove unregister on shutdown.Andreas Schneider1-313/+13
2011-03-23s3-epmd: Cleanup endpoints on service pipe disconnect.Andreas Schneider1-1/+1
2011-03-23s3-epmapper: Added function to delete endpoint entries.Andreas Schneider3-0/+57
2011-03-23s3-rpc_server: Added disconnect callback function.Andreas Schneider4-15/+43
2011-03-23s3-rpc_server: Rename req to subreq.Andreas Schneider1-14/+14
2011-03-23s3-rpc_server: Implement an endpoint monitor loop.Andreas Schneider2-2/+114
2011-03-23s3-rpc_server: Added a memory context to the ep regsiter state.Andreas Schneider1-5/+17
2011-03-23s3-librpc: Leave the epm registration connection open.Andreas Schneider3-23/+77
2011-03-23s3-epmd: Cleanup endpoint mapper correctly.Andreas Schneider1-1/+15
2011-03-23s3-epmapper: Shutdown the embedded epmapper cleanly.Andreas Schneider1-1/+9