summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s3-netapi: add NetGetJoinInformation example code.Günther Deschner2009-06-162-0/+110
* Add basic tracing of tldap messagesVolker Lendecke2009-06-121-0/+10
* Add debugging facility to tldap, analogous to teventVolker Lendecke2009-06-121-0/+32
* s3: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger2009-06-123-2/+3
* Make ctemp async. Fix the test to pass against W2K3.Jeremy Allison2009-06-101-3/+1
* Make open_udp_socket() IPv6 clean. Trying to fix bug #6437 - Unable to join I...Jeremy Allison2009-06-081-10/+25
* Add tlda_add_mod_strVolker Lendecke2009-06-081-0/+17
* s3-charcnv: always talloc_free in convert_string_talloc() error path.Günther Deschner2009-06-081-2/+1
* s3-charcnv: remove remaining malloc references in convert_string_talloc().Günther Deschner2009-06-081-2/+2
* Add tldap_pull_uint32Volker Lendecke2009-06-071-0/+12
* Fix syntax of sending a delete requestVolker Lendecke2009-06-071-1/+1
* Add some samba-style tldap utility functionsVolker Lendecke2009-06-061-0/+351
* Add the early start of an async ldap libraryVolker Lendecke2009-06-061-0/+1835
* Allow AF_UNIX for open_socket_outVolker Lendecke2009-06-061-0/+4
* s3: map NetBSD's errno on posix open calls for symlinksBjörn Jacke2009-06-041-0/+3
* s3: correct check for usleep value boundariesBjörn Jacke2009-06-031-1/+1
* Fix some nonempty blank linesVolker Lendecke2009-05-311-52/+50
* Move ads flags mapping to lib/Volker Lendecke2009-05-301-0/+150
* libwbclient: Add async call framework.Kai Blin2009-05-302-1111/+0
* Add smbldap_talloc_single_blob()Volker Lendecke2009-05-291-6/+25
* s3 async wbclient: Change license to LGPLv3+Volker Lendecke2009-05-292-16/+24
* util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner2009-05-291-33/+0
* Make sid_binstring & friends take a talloc contextVolker Lendecke2009-05-283-12/+15
* Add smbldap_pull_sidVolker Lendecke2009-05-281-0/+20
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-271-6/+6
* Attempt to fix the build on NetBSDVolker Lendecke2009-05-261-0/+6
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-264-260/+222
* s3:dbwrap_ctdb: fix some function header commentsMichael Adam2009-05-251-3/+12
* Don't limit the number of retries in wb_trans.Volker Lendecke2009-05-241-8/+0
* Don't set a timeout deep inside wb_connectVolker Lendecke2009-05-241-5/+0
* Do queueing in wbclient.cVolker Lendecke2009-05-242-46/+59
* Fix closed_fd(): select returning 0 means no fd listeningVolker Lendecke2009-05-241-4/+7
* Fix wb_simple_trans queueingVolker Lendecke2009-05-241-16/+3
* Add "err_on_readability" to writev_sendVolker Lendecke2009-05-241-2/+2
* Fix wb_trans_done after conversion to unix calling conventionsVolker Lendecke2009-05-191-2/+2
* Fix an uninitialized variable in wb_context_initVolker Lendecke2009-05-191-0/+1
* Use TDB_VOLATILE instead of tdb_set_max_dead()Volker Lendecke2009-05-191-5/+2
* Fix bug 5681: Do not limit the number of network interfacesVolker Lendecke2009-05-183-22/+39
* s3-events: Not only timed, also immediate events generate a timeout returnVolker Lendecke2009-05-171-1/+1
* s3-events: If immediate requests are pending, the timeout is 0Volker Lendecke2009-05-161-0/+9
* Update copies of config.guess and config.sub.Jelmer Vernooij2009-05-162-76/+282
* s3-privileges: add privilege_delete_account().Günther Deschner2009-05-161-0/+28
* s3-privileges: remove trailing whitespace from privileges codes.Günther Deschner2009-05-162-105/+105
* s3-netdomjoin-gui: allow to switch between workgroups/domains with the same n...Günther Deschner2009-05-151-2/+4
* s3-netdomjoin-gui: cosmetic fix for empty hostnames.Günther Deschner2009-05-151-0/+1
* s3-netdomjoin-gui: only gray out labels when not root and not connecting toGünther Deschner2009-05-151-3/+3
* s3-netapi: implement NetShutdownInit_r and NetShutdownAbort_r.Günther Deschner2009-05-141-2/+49
* s3-netapi: add example code for NetShutdownInit and NetShutdownAbort.Günther Deschner2009-05-143-1/+183
* s3-netapi: add NetShutdownInit and NetShutdownAbort to public API.Günther Deschner2009-05-141-0/+36
* s3-netapi: add NetShutdownInit and NetShutdownAbort skeletons.Günther Deschner2009-05-143-0/+163