summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3:charcnv remove now unused malloc() based conversion functionsAndrew Bartlett2009-04-141-39/+0
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-145-259/+100
* Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2009-04-141-5/+43
* Reactivate get_socket_portVolker Lendecke2009-04-121-4/+1
* s3-eventlog: split out evlog_convert_tdb_to_evt().Günther Deschner2009-04-081-0/+74
* s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.Günther Deschner2009-04-081-0/+960
* s3-util-sock: add ismyaddr() check in is_myname_or_ipaddr().Günther Deschner2009-04-081-0/+4
* s3:lib Use push_ucs2_talloc() in ms_fnmatch()Andrew Bartlett2009-04-081-7/+7
* s3:charcnv Remove unused unistrcpy() and unistrlen()Andrew Bartlett2009-04-071-37/+0
* s3:charcnv Remove unused unistr2 functionsAndrew Bartlett2009-04-071-116/+0
* s3:charcnv Remove unused ucs2_to_unistr2()Andrew Bartlett2009-04-071-46/+0
* s3/smbconf_reg: Fix typo.Karolin Seeger2009-04-071-1/+1
* s3:smbldap convert the easy cases to push_utf8_talloc()Andrew Bartlett2009-04-071-8/+8
* Add read_smb_send/recv, dumping keepalivesVolker Lendecke2009-04-061-0/+87
* s3:smbldap Remove smbldap_get_dnAndrew Bartlett2009-04-061-26/+4
* Tidy up some convert_string_internal error cases, found by Andrew Bartlett.Jeremy Allison2009-03-311-6/+19
* Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-03-271-0/+27
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysecJelmer Vernooij2009-03-264-7/+25
|\
| * Fix a talloc/malloc screwup in file_lines_ploadVolker Lendecke2009-03-261-1/+1
| * s3-libnetapi: fix creds in libnetapi_open_ipc_connection().Günther Deschner2009-03-261-0/+5
| * s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong informat...Günther Deschner2009-03-261-6/+12
| * Avahi disables a timer by tv=NULL in avahi_timeout_update(), do not crashVolker Lendecke2009-03-261-0/+7
* | display_sec: Move to common libcli/security directory.Jelmer Vernooij2009-03-251-317/+0
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysecJelmer Vernooij2009-03-252-6/+274
|\|
| * wbclient: Fix use of wb_int_trans_send, queue parameter must not be NULLKai Blin2009-03-241-6/+6
| * Add tevent avahi bindingVolker Lendecke2009-03-231-0/+268
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysecJelmer Vernooij2009-03-2011-252/+231
|\|
| * s3-netapi: Fix Coverity #774 (REVERSE_INULL).Günther Deschner2009-03-201-6/+3
| * s3-netapi: Fix Coverity #775 (REVERSE_INULL).Günther Deschner2009-03-201-6/+3
| * s3-netapi: Fix Coverity #776 (REVERSE_INULL).Günther Deschner2009-03-201-7/+3
| * add a versiontest program to print samba_version_string().Michael Adam2009-03-191-0/+26
| * s3: Fix a free of an uninitialized variable in winbind_get_sid_aliasesDan Sledz2009-03-191-1/+0
| * s3:lib/util_sock: use sys_recv() instead of sys_read() on socketsStefan Metzmacher2009-03-191-2/+2
| * s3: remove POLICY_HND.Günther Deschner2009-03-183-10/+10
| * s3-rpc_parse: remove unused BUFFER5 and UNISTR3.Günther Deschner2009-03-181-16/+0
| * Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-172-16/+56
| * s3:events: add support for immediate eventsStefan Metzmacher2009-03-171-9/+15
| * s3:events: make use of tevent_common_loop_wait()Stefan Metzmacher2009-03-171-12/+1
| * Add some appropriate const.Jeremy Allison2009-03-161-8/+8
| * Remove unused async_req references from wb_reqtrans.cVolker Lendecke2009-03-161-37/+0
| * Convert wb_trans to tevent_reqVolker Lendecke2009-03-161-63/+49
| * Remove an unnecessary variableVolker Lendecke2009-03-161-5/+4
| * Make struct wb_context private to wbclient.cVolker Lendecke2009-03-161-0/+6
| * Use tevent_wakeup_send in wb_transVolker Lendecke2009-03-161-15/+13
| * Convert open_socket_out_defer to tevent_reqVolker Lendecke2009-03-161-29/+29
| * Use tevent_wakeup_send in open_socket_out_deferVolker Lendecke2009-03-161-22/+15
* | display_sec: Remove use of samba3-specific data types.Jelmer Vernooij2009-03-151-3/+3
|/
* Add queue argument to wb_resp_writeVolker Lendecke2009-03-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