tldap_msg_received: Properly free the asn1_struct in case of an error
[ira/wip.git] / source3 /
2009-06-28 Volker Lendecketldap_msg_received: Properly free the asn1_struct in...
2009-06-27 Volker LendeckeMove read_ldap_done after read_ldap_send
2009-06-27 Volker LendeckeConvert tldap to tstream
2009-06-27 Volker LendeckeAdd tstream_read_packet
2009-06-27 Volker Lendecketldap: Don't fire off more than one read_ldap request...
2009-06-27 Volker LendeckeStop listening for inotify data when there's none
2009-06-27 Volker LendeckeFix some nonempty blank lines
2009-06-27 Volker Lendeckes3/lanman: Workaround for KB932762.
2009-06-26 Volker LendeckeThe solaris linker seems to require an extra mention...
2009-06-26 Jim McDonoughDon't use ads realm name for non-ads case. #6481
2009-06-26 Volker LendeckeFix some dead code warnings from SUN Studio
2009-06-26 Volker LendeckeFix a typo in a comment
2009-06-26 Michael Adams3:passdb: fix bug #6509: use gid (not uid) cache in...
2009-06-26 Günther Deschners3-vlp: drastically shrink size and dependencies of...
2009-06-26 Tim Proutys3: pass a valid stat into file_ntimes()
2009-06-26 Tim Proutys3 file_access: Convert some more functions over to...
2009-06-26 Tim Proutys3: simplify some redundant logic in is_ntfs_default_st...
2009-06-26 Tim Proutys3: Remove get_full_smb_filename() from open_directory()
2009-06-26 Tim Proutys3 onefs: Plumb smb_filename through onefs createfile...
2009-06-26 Tim Proutys3: Change set_ea() and its callers to use smb_filename
2009-06-25 Jeremy AllisonFix bug #6506 - SMBD server doesn't set EAs when a...
2009-06-25 Günther Deschners3-netlogon: remove remaining netlogon init functions.
2009-06-25 Volker LendeckeAdd a \n to a debug message in smbacl4_nfs42win
2009-06-25 Günther Deschners3-netlogon: remove init_netr_SamInfo functions.
2009-06-25 Günther Deschners3-netlogon: fix validation level 2 support in netr_Sam...
2009-06-25 Günther Deschners3-samr: refactor _samr_SetDomainInfo().
2009-06-25 Günther Deschners3-samr: refactor _samr_QueryDomainInfo().
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-25 Tim Proutys3: Convert is_visible_file to use talloc_asprintf...
2009-06-24 Stefan Metzmachers3:smbd: send SMB2 interim responses for async calls
2009-06-24 Stefan Metzmachers3:smbd: add support for async interim SMB2 responses...
2009-06-24 Stefan Metzmachers3:smbd: keep a list of outstanding SMB2 requests
2009-06-24 Stefan Metzmachers3:smbd: add smbd_smb2_send_oplock_break()
2009-06-24 Stefan Metzmachers3:smbd: the SMB2-COMPOUND test shows that the related...
2009-06-24 Volker LendeckeOnly set the password if there is one
2009-06-23 Günther Deschners3-printing: eliminate another non sec_initial_uid...
2009-06-23 Günther Deschners3-spoolss: restructure _spoolss_EndDocPrinter().
2009-06-23 Günther Deschners3-lsa: Fix error path in _lsa_EnumAccountRights.
2009-06-23 Günther Deschners3-eventlog: implement _eventlog_ReportEventW().
2009-06-23 Aravind Srinivasans3: forward MSG_DEBUG from smbd parent to all children
2009-06-22 Günther Deschners3-libnet: fix libnet_unjoin_remove_machine_acct()...
2009-06-20 Volker LendeckeAdd tldap paged searches, together with two helper...
2009-06-20 Volker LendeckeReorganize retrieving errors and server-sent controls
2009-06-20 Volker LendeckeMove asn1_load_nocopy() to lib/util/asn1.c
2009-06-20 Volker LendeckeMove asn1_blob() to lib/util/asn1.c
2009-06-20 Volker LendeckeAdd tldap_supports_control
2009-06-20 Volker LendeckeAdd tldap_entry_has_attrvalue
2009-06-20 Volker Lendecketldap control support
2009-06-20 Volker LendeckePrepare control support
2009-06-20 Volker LendeckeFix setting passwords in pdb_ads
2009-06-20 Volker LendeckeFix empty lines
2009-06-20 Volker Lendecketalloc_tos() aborts if it can not get a stackframe
2009-06-20 Jeremy AllisonFix coverity #729. Resource leak in error path.
2009-06-20 Jeremy AllisonFix coverity #740. Resource leak in error paths. We...
2009-06-19 Jeremy AllisonFix coverity #900. Resource leak.
2009-06-19 Jeremy AllisonFix coverity #920. Possible NULL deref.
2009-06-19 Jeremy AllisonFix coverity #676. Forward NULL.
2009-06-19 Michael Adams3: fix make test with external libtalloc or libtdb.
2009-06-19 Michael Adams3:build: build talloctort only when using the internal...
2009-06-19 Michael Adams3:build: build the tdb tools only when using the inter...
2009-06-19 Michael Adams3:build: remove LIBTDB_OBJ from TDBTORTURE_OBJ collection
2009-06-19 Michael Adams3:build: check for availability of external libtdb...
2009-06-19 Michael Adams3:build: link libtalloc statically if using internal...
2009-06-19 Jim McDonoughDon't require "Modify property" perms to unjoin bug...
2009-06-19 Volker LendeckeAdd a missing talloc_move() in tldap_search_recv
2009-06-19 Volker LendeckeFix Coverity IDs 922 and 933
2009-06-19 Volker LendeckeAdd tiny tldap test
2009-06-19 Volker LendeckeAdd tldap_fetch_rootdse
2009-06-19 Volker LendeckeMake tevent_req_is_ldap_error public
2009-06-19 Volker LendeckeAdd tldap_context_[gs]etattr
2009-06-19 Björn Jackes3:dmapi: prefer dmapi libs from gpfs over system libs
2009-06-18 Volker LendeckeFix bug 4699: Remove pidfile on clean shutdown
2009-06-18 Jeremy Allisonacl_group_override() doesn't need to call stat. Pass...
2009-06-18 Jeremy AllisonAdd some const to the stat struct in the dosmode calls.
2009-06-18 Jeremy AllisonReplace the boilerplate calls to :
2009-06-18 Andrew Bartletts3:netlogon Cope with recent rename in netlogon.idl
2009-06-18 Slava SemushinFix resource leak in lib/ldb/tools/ldbmodify.c
2009-06-18 Slava SemushinFix syntax error in lib/ldb/ldb_sqlite3/base160.c
2009-06-18 Tim Proutys3 onefs: Remove dfs resolution from create_file()...
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-06-18 Tim Proutys3: Plumb smb_filename from create_file all of the...
2009-06-17 Jeremy AllisonFix bug #6476 - more then 3000 smbd-zombies in memory
2009-06-17 David Markeys3-net: Fix Bug #6328: support "net sam rights grant...
2009-06-17 Karolin Seegers3/i18n: Add Russian to the list.
2009-06-17 Karolin Seegers3/i18n: Add Russian translation for SWAT messages.
2009-06-17 Günther Deschners3-net: Fix Bug #6328: allow multiple rights in "net...
2009-06-17 Karolin Seegers3/i18n: Update German SWAT translations.
2009-06-17 Karolin Seegers3/libsmb: Fix typo in error message.
2009-06-17 Jeremy AllisonRemove msdfs pathname processing from default create...
2009-06-17 Jeremy AllisonFix msdfs after the change to smb_filename struct....
2009-06-16 Jeremy Allison_lsa_EnumAccountRights and _lsa_EnumPrivsAccount can...
2009-06-16 Günther Deschners3-netapi: Fix Bug #6451: net/libnetapi user rename...
2009-06-16 Günther Deschners3-netapi: Fix Bug #6305. Correctly prompt for a passwo...
2009-06-16 Günther Deschners3-netapi: add NetGetJoinInformation example code.
2009-06-15 Tim Proutys3 onefs: Fix reading over the end of the array, becaus...
2009-06-15 Tim Proutys3 onefs: Change onefs modules to use the new createfil...
2009-06-15 Karolin Seegers3/libsmb: Fix debug message.
2009-06-15 Volker LendeckeDo a correct TALLOC_FREE in an error case
2009-06-14 Volker LendeckeRemove "winbindd_request" and "winbindd_response" from...
2009-06-14 Volker LendeckeMake winbindd_cli_state->response a pointer instead...
next