s3-printing: use printcap IDL for IPC
[samba.git] / source3 / lib /
2011-02-27 Jeremy AllisonFix denial of service - memory corruption.
2011-01-13 Stefan Metzmachers3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we...
2011-01-13 Volker Lendeckev3-4-test: Pull in tevent_req_poll_ntstatus from master
2011-01-13 Jeremy AllisonFix bug 7590 - offline login fails because winbind...
2011-01-13 Günther Deschners3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string...
2010-09-09 Jeremy AllisonFix bug #7669.
2010-05-06 Björn Jackes3:lib/time: remove TIME_T_MIN/MAX defines
2010-03-08 Karolin SeegerRevert "Fix bug #7067 - Linux asynchronous IO (aio... samba-3.4.7
2010-02-15 Jeremy AllisonFix bug #7067 - Linux asynchronous IO (aio) can cause...
2010-02-15 Stefan Metzmachers3:smbldap: add smbldap_talloc_first_attribute()
2009-12-23 Günther Deschners3-util: add pull_reg_sz() and pull_reg_multi_sz()...
2009-12-23 Günther Deschners3-util: add push_reg_sz() and push_reg_multi_sz()...
2009-12-23 Michael Adams3:fix endianness bug in dbwrap_change_int32_atomic...
2009-12-23 Michael Adams3:fix endianness bug in dbwrap_change_uint32_atomic...
2009-10-20 Stefan Metzmachers3:lib/select: don't overwrite errno in the signal...
2009-10-20 Björn Jackes3: BSD needs sys/sysctl.h included to build properly
2009-10-20 Marc Aurele La FranceFix bug 6707 - 3.4.1 segfault in parsing configs.
2009-10-20 Jeremy AllisonFix bug 6529 - Offline files conflict with Vista and...
2009-09-09 Jeremy AllisonFix bug 6673 - smbpasswd does not work with "unix passw...
2009-09-09 Jelmer VernooijUpdate copies of config.guess and config.sub. (cherry...
2009-09-01 Olaf Flebbemake smbcontrol smbd ping work proper checking for...
2009-08-13 Karolin Seegers3/smbldap: Fix typo in debug message.
2009-08-13 Yannick BergeronIncrease the max_grp value to 128 (AIX NGROUPS_MAX...
2009-08-13 Jeremy Allisons3/util_sock: Make open_udp_socket() IPv6 clean.
2009-07-03 Michael AdamRevert "[s3]pidfile_create: use check is_default_dyn_CO...
2009-07-03 Stefan Metzmachers3:util: let parent_dirname() correctly return toplevel...
2009-06-30 Jim McDonoughDon't require "Modify property" perms to unjoin bug...
2009-06-29 David MarkeyFix bug 6514: net gives unhelpful "lp_load failed"...
2009-06-19 Volker LendeckeFix bug 4699: Remove pidfile on clean shutdown
2009-06-17 Günther Deschners3-netapi: Fix Bug #6305. Correctly prompt for a passwo...
2009-06-17 Günther Deschners3-netapi: Fix Bug #6451: net/libnetapi user rename...
2009-06-11 Björn Jackes3: correct check for usleep value boundaries
2009-05-29 Marc VanHeyningens3: Allow child processes to exit gracefully if we...
2009-05-26 Günther Deschners3-privileges: add privilege_delete_account().
2009-05-26 Günther Deschners3-privileges: remove trailing whitespace from privileg...
2009-05-26 Günther Deschners3-netdomjoin-gui: allow to switch between workgroups...
2009-05-26 Günther Deschners3-netdomjoin-gui: cosmetic fix for empty hostnames.
2009-05-26 Günther Deschners3-netdomjoin-gui: only gray out labels when not root...
2009-05-26 Volker LendeckeFix bug 5681: Do not limit the number of network interfaces
2009-05-26 Günther Deschners3-netapi: implement NetShutdownInit_r and NetShutdownA...
2009-05-26 Günther Deschners3-netapi: add example code for NetShutdownInit and...
2009-05-26 Günther Deschners3-netapi: add NetShutdownInit and NetShutdownAbort...
2009-05-26 Günther Deschners3-netapi: add NetShutdownInit and NetShutdownAbort...
2009-05-26 Günther Deschners3-netdomjoin-gui: prepare to call out for NetRenameMac...
2009-05-26 Günther Deschners3-netdomjoin-gui: Fix join prompt dialog test.
2009-05-26 Günther Deschners3-netdomjoin-gui: use NetServerGetInfo() level 101...
2009-05-26 Günther Deschners3-netdomjoin-gui: inspect the correct computername...
2009-05-26 Volker LendeckeFix bug 6157
2009-05-26 Jeremy AllisonAdd checks for non_root mode to help buildfarm spoolss...
2009-05-26 Volker LendeckeDo not crash in ctdbd_traverse if ctdbd is not around
2009-05-26 Geza GemesFix bug 6136: New AFS syscall conventions
2009-05-26 Günther Deschners3-netapi: Fix Bug #6309: support remote unjoining...
2009-05-26 Volker LendeckeRe-import the v3-3 version of str_list_make().
2009-04-28 Volker LendeckeFix Coverity ID 884: DEADCODE
2009-04-28 Günther Deschners3-secdesc: move all winreg access bits to IDL.
2009-04-28 Jeremy AllisonFix bug #6089 - Winbind samr_OpenDomain not possible...
2009-04-15 Günther Deschnernetdomjoin-gui: make sure to grey out change fields...
2009-04-15 Günther Deschners3-eventlog: split out evlog_convert_tdb_to_evt().
2009-04-15 Günther Deschners3-eventlog: move rpc_server/srv_eventlog_lib.c out...
2009-04-15 Günther Deschners3-util-sock: add ismyaddr() check in is_myname_or_ipad...
2009-04-15 Andrew Bartletts3:lib Use push_ucs2_talloc() in ms_fnmatch()
2009-04-15 Andrew Bartletts3:charcnv Remove unused unistrcpy() and unistrlen()
2009-04-15 Andrew Bartletts3:charcnv Remove unused unistr2 functions
2009-04-15 Andrew Bartletts3:charcnv Remove unused ucs2_to_unistr2()
2009-04-15 Karolin Seegers3/smbconf_reg: Fix typo.
2009-04-15 Andrew Bartletts3:smbldap convert the easy cases to push_utf8_talloc()
2009-04-15 Andrew Bartletts3:smbldap Remove smbldap_get_dn
2009-04-15 Jeremy AllisonTidy up some convert_string_internal error cases, found...
2009-04-15 Jeremy AllisonFix bug #6195 - Migrating from 3.0.x to 3.3.x can fail...
2009-04-15 Volker LendeckeFix a talloc/malloc screwup in file_lines_pload
2009-04-15 Günther Deschners3-libnetapi: fix creds in libnetapi_open_ipc_connection().
2009-04-15 Günther Deschners3-net: Fix Bug #6102. NetQueryDisplayInformation could...
2009-04-15 Volker LendeckeAvahi disables a timer by tv=NULL in avahi_timeout_upda...
2009-04-15 Volker LendeckeAdd tevent avahi binding
2009-04-15 Günther Deschners3-netapi: Fix Coverity #774 (REVERSE_INULL).
2009-04-15 Günther Deschners3-netapi: Fix Coverity #775 (REVERSE_INULL).
2009-04-15 Günther Deschners3-netapi: Fix Coverity #776 (REVERSE_INULL).
2009-04-15 Michael Adamadd a versiontest program to print samba_version_string().
2009-04-15 Dan Sledzs3: Fix a free of an uninitialized variable in winbind_...
2009-04-15 Stefan Metzmachers3:lib/util_sock: use sys_recv() instead of sys_read...
2009-04-15 Günther Deschners3: remove POLICY_HND.
2009-04-15 Günther Deschners3-rpc_parse: remove unused BUFFER5 and UNISTR3.
2009-04-15 Stefan Metzmachers3:events: add support for immediate events
2009-04-15 Stefan Metzmachers3:events: make use of tevent_common_loop_wait()
2009-04-15 Jeremy AllisonRemove the global "struct cm_cred_struct" and associate...
2009-04-15 Jeremy AllisonAdd some appropriate const.
2009-04-15 Volker LendeckeRemove unused async_req references from wb_reqtrans.c
2009-04-15 Volker LendeckeConvert wb_trans to tevent_req
2009-04-15 Volker LendeckeRemove an unnecessary variable
2009-04-15 Volker LendeckeMake struct wb_context private to wbclient.c
2009-04-15 Volker LendeckeUse tevent_wakeup_send in wb_trans
2009-04-15 Volker LendeckeConvert open_socket_out_defer to tevent_req
2009-04-15 Volker LendeckeUse tevent_wakeup_send in open_socket_out_defer
2009-04-15 Volker LendeckeAdd queue argument to wb_resp_write
2009-03-13 Jeremy AllisonRemove the static "struct client_connection" mess which...
2009-03-12 Stefan Metzmachers3:events: pass __location__ to event_loop_*()
2009-03-10 Andrew Tridgellfixed a bug in message handling for code the change...
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-09 Stefan Metzmachers3:lib: interfaces.c isn't used in the configure tests...
2009-03-09 Björn Jackefix "dubious escape" warning of Studio compiler
next