Reorganize retrieving errors and server-sent controls
[ira/wip.git] / source3 /
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...
2009-06-14 Volker LendeckeRemove an unused struct member in winbindd_cli_state
2009-06-14 Volker LendeckeFix an error message: We get the errno in "err"
2009-06-14 Volker Lendeckewinbind: replace process_loop() by tevent_loop_once()
2009-06-14 Volker LendeckeMake rescan_trusted_domains a timed event
2009-06-14 Volker LendeckeDo not store the listening fde
2009-06-14 Volker LendeckeAvoid scanning the client list when a client exits
2009-06-14 Volker LendeckeDo not use "finished" in winbind child
2009-06-14 Volker LendeckeRemove unused init_child_connection()
2009-06-14 Volker LendeckeConvert winbindd_domain_info to wb_domain_request_send
2009-06-14 Volker LendeckeAdd winbindd_dual_ping to all children
2009-06-14 Volker LendeckeConvert async_domain_request to wb_domain_request_send
2009-06-14 Volker LendeckeAdd async wb_ping
2009-06-14 Volker LendeckeAdd an async wb request loop
2009-06-14 Volker LendeckeAdd wb_domain_request_send/recv
2009-06-14 Volker LendeckeRemove some unused code
2009-06-14 Volker LendeckeConvert the winbind parent->child communication to...
2009-06-14 Volker LendeckeConvert the main winbind client communication to wb_req...
2009-06-14 Volker LendeckeMake winbindd_cli_state->request a pointer instead...
2009-06-12 Tim Proutys3: Plumb smb_filename through SMB_VFS_CREATE_FILE
2009-06-12 Tim Proutys3: Add smb_filename utility functions and fix a bug...
2009-06-12 Jeremy AllisonCheck for error in transfer_file return also.
2009-06-12 Volker LendeckeFix bug 6440
2009-06-12 Volker LendeckeSimplify close_normal_file()
2009-06-12 Volker LendeckeActivate tldap tracing in pdb_ads
2009-06-12 Volker LendeckeAdd basic tracing of tldap messages
2009-06-12 Volker LendeckeAdd debugging facility to tldap, analogous to tevent
2009-06-12 Andrew Kroegers3: Call va_end() after all va_start()/va_copy() calls.
2009-06-11 Jeremy AllisonFix bug #6297 - owner of sticky directory cannot delete...
2009-06-11 Tim Proutys3 passdb ads: add missing character
2009-06-11 Tim Proutys3: Prepare the rename path for passing smb_filename...
2009-06-11 Tim Proutys3: Prepare the do_unlink path for passing smb_filname...
2009-06-11 Tim Proutys3: refactor utility function to handle splitting the...
2009-06-11 Jelmer VernooijFix Samba 3 selftest to use new selftest formatting...
2009-06-11 Volker LendeckeImplement pdb_enum_alias_memberships
2009-06-11 Jelmer VernooijFix build with external talloc.
2009-06-10 Volker LendeckeImplement pdb_ads_set_aliasinfo
2009-06-10 Volker Lendeckepdb_default_aliasinfo is just fine for pdb_ads right now
2009-06-10 Volker LendeckeImplement pdb_ads_lookup_rids
2009-06-10 Volker LendeckeFix a segfault in pdb_ads_delete_user()
2009-06-10 Tim Proutys3: Prepare the first set of SMB_VFS_CREATE_FILE caller...
2009-06-10 Tim Proutys3: Add utility function for copying an smb_filename...
2009-06-10 Tim Proutys3: Remove the now unused CFF_DOS_PATH flag
next