summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3: move filename_util.c out of source3/smbd to source3/lib.Günther Deschner1-0/+206
2011-03-30s3-build: only include intl protos where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner2-0/+2
2011-03-30s3-passdb: move util_builtin.c out of passdb.Günther Deschner1-0/+124
2011-03-30s3-passdb: move util_unixsids.c out of passdb.Günther Deschner1-0/+116
2011-03-30s3-passdb: move util_wellknown.c out of passdb.Günther Deschner1-0/+173
2011-03-30s3-build: only include transfer_file.h where needed.Günther Deschner1-0/+1
2011-03-30registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner19-1/+20
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner6-0/+6
2011-03-30s3-includes: only include system/capability.h when needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/glob.h when needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/syslog.h when needed.Günther Deschner1-0/+1
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner2-0/+61
2011-03-30lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2-35/+1
2011-03-30lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner3-44/+2
2011-03-29charconv: Fix the slow-path character conversionsVolker Lendecke1-3/+3
2011-03-29=?UTF-8?q?alpha=5Fstrcpy()=20is=20a=20utility=20function=20which=20reportedly:David Disseldorp1-3/+9
2011-03-27s3: Fix Coverity ID 590: DEADCODEVolker Lendecke1-4/+0
2011-03-25Fix bug 8040 - smbclient segfaults when a Cyrillic netbios name or workgroup ...Jeremy Allison1-2/+23
2011-03-25s3-netapi: fix memoryleak while not using talloc_tos() in cli_get_session_key...Günther Deschner2-6/+6
2011-03-25s3-charcnv: fixed converted_size return in fast pathsAndrew Tridgell1-9/+20
2011-03-25s3-charcnv: removed unused functionAndrew Tridgell1-7/+0
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 Bartlett1-18/+71
2011-03-25unistr: moved some UCS2 macros into util_unistrAndrew Tridgell1-0/+9
2011-03-25s3-string: sec_len==-1 support is no longer neededAndrew Tridgell1-41/+20
2011-03-25s3-lib: make pull_ucs2_base_talloc staticAndrew Tridgell1-6/+6
2011-03-25s3-string: moved fstring functions into their own fileAndrew Tridgell2-105/+131
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-netapi: use cli_get_session_key() in netapi.Günther Deschner2-6/+53
2011-03-24Fix is_myname_or_ipaddr() to be robust against strange DNS setups.Jeremy Allison1-30/+56
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell5-210/+33
2011-03-23s3: Fix a shadowed declaration warningVolker Lendecke1-3/+3
2011-03-23s3: Include prctl where it is actually usedVolker Lendecke1-0/+4
2011-03-23s3: Attempt to fix the build on FreeBSDVolker Lendecke1-0/+4
2011-03-23lib/util: Merge basic string length and comparison functionsAndrew Bartlett1-292/+0
2011-03-23s3-lib prepare Samba3 to use common codepoint based string functionsAndrew Bartlett1-108/+82
2011-03-23s3-safe_str: Futher simplify the macros by removing indirectionAndrew Bartlett1-5/+5
2011-03-23s3-lib Remove the clobber_region() code.Andrew Bartlett5-197/+37
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell2-1/+333
2011-03-23fault: moved s3 fault.c to top levelAndrew Tridgell1-381/+0
2011-03-22s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell1-17/+2
2011-03-20s3: Fix early tldap_search cancelsVolker Lendecke1-1/+1
2011-03-19s3: use getgrset() when it is availableChristian Ambach1-2/+57