summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix Coverity ID 884: DEADCODEVolker Lendecke2009-04-281-3/+4
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-281-1/+1
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-283-37/+36
* netdomjoin-gui: make sure to grey out change fields when not running as root.Günther Deschner2009-04-151-0/+15
* s3-eventlog: split out evlog_convert_tdb_to_evt().Günther Deschner2009-04-151-0/+74
* s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.Günther Deschner2009-04-151-0/+960
* s3-util-sock: add ismyaddr() check in is_myname_or_ipaddr().Günther Deschner2009-04-151-0/+4
* s3:lib Use push_ucs2_talloc() in ms_fnmatch()Andrew Bartlett2009-04-151-7/+7
* s3:charcnv Remove unused unistrcpy() and unistrlen()Andrew Bartlett2009-04-151-37/+0
* s3:charcnv Remove unused unistr2 functionsAndrew Bartlett2009-04-151-116/+0
* s3:charcnv Remove unused ucs2_to_unistr2()Andrew Bartlett2009-04-151-46/+0
* s3/smbconf_reg: Fix typo.Karolin Seeger2009-04-151-1/+1
* s3:smbldap convert the easy cases to push_utf8_talloc()Andrew Bartlett2009-04-151-8/+8
* s3:smbldap Remove smbldap_get_dnAndrew Bartlett2009-04-151-26/+4
* Tidy up some convert_string_internal error cases, found by Andrew Bartlett.Jeremy Allison2009-04-151-6/+19
* Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-04-151-0/+27
* Fix a talloc/malloc screwup in file_lines_ploadVolker Lendecke2009-04-151-1/+1
* s3-libnetapi: fix creds in libnetapi_open_ipc_connection().Günther Deschner2009-04-151-0/+5
* s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong informat...Günther Deschner2009-04-151-6/+12
* Avahi disables a timer by tv=NULL in avahi_timeout_update(), do not crashVolker Lendecke2009-04-151-0/+7
* Add tevent avahi bindingVolker Lendecke2009-04-151-0/+268
* s3-netapi: Fix Coverity #774 (REVERSE_INULL).Günther Deschner2009-04-151-6/+3
* s3-netapi: Fix Coverity #775 (REVERSE_INULL).Günther Deschner2009-04-151-6/+3
* s3-netapi: Fix Coverity #776 (REVERSE_INULL).Günther Deschner2009-04-151-7/+3
* add a versiontest program to print samba_version_string().Michael Adam2009-04-151-0/+26
* s3: Fix a free of an uninitialized variable in winbind_get_sid_aliasesDan Sledz2009-04-151-1/+0
* s3:lib/util_sock: use sys_recv() instead of sys_read() on socketsStefan Metzmacher2009-04-151-2/+2
* s3: remove POLICY_HND.Günther Deschner2009-04-153-10/+10
* s3-rpc_parse: remove unused BUFFER5 and UNISTR3.Günther Deschner2009-04-151-16/+0
* s3:events: add support for immediate eventsStefan Metzmacher2009-04-151-9/+15
* s3:events: make use of tevent_common_loop_wait()Stefan Metzmacher2009-04-151-12/+1
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-04-152-16/+56
* Add some appropriate const.Jeremy Allison2009-04-151-8/+8
* Remove unused async_req references from wb_reqtrans.cVolker Lendecke2009-04-151-37/+0
* Convert wb_trans to tevent_reqVolker Lendecke2009-04-151-63/+49
* Remove an unnecessary variableVolker Lendecke2009-04-151-5/+4
* Make struct wb_context private to wbclient.cVolker Lendecke2009-04-151-0/+6
* Use tevent_wakeup_send in wb_transVolker Lendecke2009-04-151-15/+13
* Convert open_socket_out_defer to tevent_reqVolker Lendecke2009-04-151-29/+29
* Use tevent_wakeup_send in open_socket_out_deferVolker Lendecke2009-04-151-22/+15
* Add queue argument to wb_resp_writeVolker Lendecke2009-04-151-2/+3
* Remove the static "struct client_connection" mess which is part ofJeremy Allison2009-03-121-12/+16
* s3:events: pass __location__ to event_loop_*()Stefan Metzmacher2009-03-121-3/+3
* fixed a bug in message handling for code the change notify codeAndrew Tridgell2009-03-101-2/+16
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-03-095-308/+227
|\
| * s3:lib: interfaces.c isn't used in the configure tests anymoreStefan Metzmacher2009-03-091-73/+1
| * fix "dubious escape" warning of Studio compilerBjörn Jacke2009-03-091-1/+1
| * Don't copy the winbindd_request in wb_transVolker Lendecke2009-03-081-30/+2
| * Convert wb_open_pipe to tevent_reqVolker Lendecke2009-03-081-51/+47
| * Convert wb_connect to tevent_reqVolker Lendecke2009-03-081-38/+30