summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s3-netapi: add libnetapi_get_binding_handle().Günther Deschner2011-04-122-0/+27
* s3: Fix timeout calculation in event_add_to_poll_argsVolker Lendecke2011-04-111-1/+1
* s3: Fix tldap_make_mod_blob_int() debug messagesSumit Bose2011-04-061-3/+3
* s3-smbldap: make octet_strings/DATA_BLOBs const.Sumit Bose2011-04-061-4/+4
* s3-smbldap: support storing octet_strings/DATA_BLOBs.Günther Deschner2011-04-061-21/+91
* s3: add function srprs_quoted to parse strings written with cbuf_print_quotedGregor Beck2011-04-042-1/+52
* s3: add function cbuf_print_quotedGregor Beck2011-04-042-1/+49
* s3: add function dbwrap_traverseGregor Beck2011-04-041-0/+8
* s3: add function dbwrap_trans_traverseGregor Beck2011-04-041-0/+30
* s3: fix cbuf_swapptrGregor Beck2011-04-041-0/+2
* s3:dbwrap_ctdb: in ctdb_delete, send a SCHEDULE_FOR_DELETION control to local...Michael Adam2011-03-311-1/+56
* s3:ctdb: pass the ctdb control flags to the ctdb daemon when sending the controlMichael Adam2011-03-311-0/+1
* s3:ctdb: samba can now handle the NOREPLY flagMichael Adam2011-03-311-3/+0
* s3:ctdb: correctly handle cstatus if CTDB_CTRL_FLAG_NOREPLY is set.Michael Adam2011-03-311-0/+3
* s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner2011-03-311-0/+1
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-304-40/+49
* Change convert_string_internal() and convert_string_error() to bool return.Jeremy Allison2011-03-302-57/+54
* Fix the nstring calls to use the correct sizes.Jeremy Allison2011-03-301-6/+6
* s3: Fix g_lock_lock after the select/poll conversionVolker Lendecke2011-03-301-1/+1
* s3-winbind: try to fix the build on hosts w/o winbind support.Günther Deschner2011-03-301-1/+1
* lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett2011-03-301-115/+0
* s3:lib make lazy_initialize_conv() staticAndrew Bartlett2011-03-301-1/+1
* s3: try to fix the build on some non-linux buildfarm machines.Günther Deschner2011-03-301-0/+1
* s3-ctdb_wrap: remove unused variable from db_ctdb_fetch_persistent().Günther Deschner2011-03-301-1/+0
* s3: only include lib/privileges.h where needed.Günther Deschner2011-03-302-0/+19
* s3: include ../librpc/gen_ndr/lsa.h where needed.Günther Deschner2011-03-302-0/+3
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-307-10/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-3011-0/+11
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3: move filename_util.c out of source3/smbd to source3/lib.Günther Deschner2011-03-301-0/+206
* s3-build: only include intl protos where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-302-0/+2
* s3-passdb: move util_builtin.c out of passdb.Günther Deschner2011-03-301-0/+124
* s3-passdb: move util_unixsids.c out of passdb.Günther Deschner2011-03-301-0/+116
* s3-passdb: move util_wellknown.c out of passdb.Günther Deschner2011-03-301-0/+173
* s3-build: only include transfer_file.h where needed.Günther Deschner2011-03-301-0/+1
* registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2011-03-301-0/+1
* 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