summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-3019-1/+20
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-306-0/+6
* s3-includes: only include system/capability.h when needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/glob.h when needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/syslog.h when needed.Günther Deschner2011-03-301-0/+1
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-302-0/+61
* lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2011-03-302-35/+1
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-03-303-44/+2
* charconv: Fix the slow-path character conversionsVolker Lendecke2011-03-291-3/+3
* =?UTF-8?q?alpha=5Fstrcpy()=20is=20a=20utility=20function=20which=20reportedly:David Disseldorp2011-03-291-3/+9
* s3: Fix Coverity ID 590: DEADCODEVolker Lendecke2011-03-271-4/+0
* Fix bug 8040 - smbclient segfaults when a Cyrillic netbios name or workgroup ...Jeremy Allison2011-03-251-2/+23
* s3-netapi: fix memoryleak while not using talloc_tos() in cli_get_session_key...Günther Deschner2011-03-252-6/+6
* s3-charcnv: fixed converted_size return in fast pathsAndrew Tridgell2011-03-251-9/+20
* s3-charcnv: removed unused functionAndrew Tridgell2011-03-251-7/+0
* lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett2011-03-251-7/+7
* s3-charcnv: convert_string_internal() should not display errorsAndrew Tridgell2011-03-251-31/+4
* s3-string: removed the conv_silent globalAndrew Tridgell2011-03-251-29/+17
* s3-string: removed last use of conv_silentAndrew Tridgell2011-03-251-31/+11
* s3-charcnv Add convert_string_error()Andrew Bartlett2011-03-251-18/+71
* unistr: moved some UCS2 macros into util_unistrAndrew Tridgell2011-03-251-0/+9
* s3-string: sec_len==-1 support is no longer neededAndrew Tridgell2011-03-251-41/+20
* s3-lib: make pull_ucs2_base_talloc staticAndrew Tridgell2011-03-251-6/+6
* s3-string: moved fstring functions into their own fileAndrew Tridgell2011-03-252-105/+131
* s3:dbwrap_ctdb: fix non-locked fetch on persistent db's causing corruptionMichael Adam2011-03-251-2/+34
* s3-charcnv: remove unused labels.Günther Deschner2011-03-241-6/+0
* s3-netapi: use cli_get_session_key() in netapi.Günther Deschner2011-03-242-6/+53
* Fix is_myname_or_ipaddr() to be robust against strange DNS setups.Jeremy Allison2011-03-241-30/+56
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-245-210/+33
* 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
* lib/util: Merge basic string length and comparison functionsAndrew Bartlett2011-03-231-292/+0
* s3-lib prepare Samba3 to use common codepoint based string functionsAndrew Bartlett2011-03-231-108/+82
* s3-safe_str: Futher simplify the macros by removing indirectionAndrew Bartlett2011-03-231-5/+5
* s3-lib Remove the clobber_region() code.Andrew Bartlett2011-03-235-197/+37
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-232-1/+333
* fault: moved s3 fault.c to top levelAndrew Tridgell2011-03-231-381/+0
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-221-17/+2
* s3: Fix early tldap_search cancelsVolker Lendecke2011-03-201-1/+1
* s3: use getgrset() when it is availableChristian Ambach2011-03-191-2/+57
* s3-build: use HAVE_ADS define in some more places.Günther Deschner2011-03-191-1/+1
* s3-username: rename static getpwnam_alloc to getpwnam_alloc_cached.Günther Deschner2011-03-171-5/+5
* s3-build: only include asn1 headers where actually needed.Günther Deschner2011-03-162-0/+2
* s3: Fix Coverity ID 2231, REVERSE_INULLVolker Lendecke2011-03-161-2/+3
* s3-packet: only include packet.h where needed.Günther Deschner2011-03-162-0/+2
* s3-interfaces: only include interfaces.h where needed.Günther Deschner2011-03-164-0/+4
* s3-build: stop including ldap and lber headers everywhere in the code.Günther Deschner2011-03-161-0/+1
* s3: Use jenkins hash for str_checksum, fix bug 8010Volker Lendecke2011-03-161-11/+2
* s3: Remove some unused codeVolker Lendecke2011-03-151-41/+0