summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2011-04-13s3-util_sock: very brief documentation for open_socket_out().Günther Deschner1-0/+10
2011-04-13s3-charcnv: Move convert_string() et al to lib/util/charsetAndrew Bartlett1-445/+1
2011-04-13lib/util: Make string_replace from s3 commonAndrew Bartlett1-43/+0
2011-04-13lib/util ucs2_align is identical, put it in commonAndrew Bartlett1-7/+0
2011-04-13lib/util Move simple string routines into common code.Andrew Bartlett1-49/+0
2011-04-13lib/util/charset Move source3/lib/util_unistr.c to the common code.Andrew Bartlett2-364/+39
2011-04-13s3-lib Move strdup_w to it's only user in mangle_hash.cAndrew Bartlett1-18/+0
2011-04-13s3-lib Move isvalid83_w to mangle_hash.cAndrew Bartlett3-51/+0
2011-04-13s3-lib make static and remove more _w functionsAndrew Bartlett1-14/+2
2011-04-13s3-lib Remove unused #defineAndrew Bartlett1-4/+0
2011-04-13s3-lib Remove unused skip_unibuf()Andrew Bartlett1-20/+0
2011-04-13s3-lib: Remove unused _w functions.Andrew Bartlett1-213/+1
2011-04-13s3-lib Correct comment in strlen_w()Andrew Bartlett1-1/+1
2011-04-13s3-lib Remove more unused fstring.c functionsAndrew Bartlett1-46/+0
2011-04-13s3-charcnv: make pull_ucs2 staticAndrew Bartlett1-1/+1
2011-04-13s3-lib: Remove unused pull_ucs2_fstring()Andrew Bartlett1-4/+0
2011-04-12s3-util: separate out cmdline helpers.Günther Deschner2-253/+277
2011-04-12s3-netapi: use dcerpc_try_samr_connects().Günther Deschner1-4/+18
2011-04-12s3-netapi: use libnetapi_get_binding_handle().Günther Deschner6-108/+54
2011-04-12s3-netapi: add libnetapi_get_binding_handle().Günther Deschner2-0/+27
2011-04-11s3: Fix timeout calculation in event_add_to_poll_argsVolker Lendecke1-1/+1
2011-04-06s3: Fix tldap_make_mod_blob_int() debug messagesSumit Bose1-3/+3
2011-04-06s3-smbldap: make octet_strings/DATA_BLOBs const.Sumit Bose1-4/+4
2011-04-06s3-smbldap: support storing octet_strings/DATA_BLOBs.Günther Deschner1-21/+91
2011-04-04s3: add function srprs_quoted to parse strings written with cbuf_print_quotedGregor Beck2-1/+52
2011-04-04s3: add function cbuf_print_quotedGregor Beck2-1/+49
2011-04-04s3: add function dbwrap_traverseGregor Beck1-0/+8
2011-04-04s3: add function dbwrap_trans_traverseGregor Beck1-0/+30
2011-04-04s3: fix cbuf_swapptrGregor Beck1-0/+2
2011-03-31s3:dbwrap_ctdb: in ctdb_delete, send a SCHEDULE_FOR_DELETION control to local...Michael Adam1-1/+56
2011-03-31s3:ctdb: pass the ctdb control flags to the ctdb daemon when sending the controlMichael Adam1-0/+1
2011-03-31s3:ctdb: samba can now handle the NOREPLY flagMichael Adam1-3/+0
2011-03-31s3:ctdb: correctly handle cstatus if CTDB_CTRL_FLAG_NOREPLY is set.Michael Adam1-0/+3
2011-03-31s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner1-0/+1
2011-03-30Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison4-40/+49
2011-03-30Change convert_string_internal() and convert_string_error() to bool return.Jeremy Allison2-57/+54
2011-03-30Fix the nstring calls to use the correct sizes.Jeremy Allison1-6/+6
2011-03-30s3: Fix g_lock_lock after the select/poll conversionVolker Lendecke1-1/+1
2011-03-30s3-winbind: try to fix the build on hosts w/o winbind support.Günther Deschner1-1/+1
2011-03-30lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett1-115/+0
2011-03-30s3:lib make lazy_initialize_conv() staticAndrew Bartlett1-1/+1
2011-03-30s3: try to fix the build on some non-linux buildfarm machines.Günther Deschner1-0/+1
2011-03-30s3-ctdb_wrap: remove unused variable from db_ctdb_fetch_persistent().Günther Deschner1-1/+0
2011-03-30s3: only include lib/privileges.h where needed.Günther Deschner2-0/+19
2011-03-30s3: include ../librpc/gen_ndr/lsa.h where needed.Günther Deschner2-0/+3
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner7-10/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner11-0/+11
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
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