s3-netapi: Fix Bug #6305. Correctly prompt for a password when a username was given.
[ira/wip.git] / source3 /
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
2009-06-10 Tim Proutys3: Remove unix_convert handling from createfile implem...
2009-06-10 Tim Proutys3: Make all callers of SMB_VFS_CREATEFILE call unix_co...
2009-06-10 Tim Proutys3: Remove extraneous calls to unix_convert
2009-06-10 Tim Proutys3: Remove unused stat structs being passed to SMB_VFS_...
2009-06-10 Günther Deschners3-libwbclient: fix unresolved symbols in libwbclient.
2009-06-10 Günther Deschnerlib-util: move set_blocking() call into own file.
2009-06-10 Jeremy AllisonMake ctemp async. Fix the test to pass against W2K3.
2009-06-10 Günther Deschners3-build: Fix make test_shlibs and test_nss_modules.
2009-06-09 Volker LendeckeIf there are no mods, don't bother the ldap server
2009-06-09 Volker LendeckeSome more fields in pdb_ads_init_ads_from_sam()
2009-06-09 Volker LendeckeDo not pull samAccountName twice
2009-06-09 Stefan Metzmachers3:smbd: only check the next_status for related requests
2009-06-09 Stefan Metzmachers3:smbd: response with the same SMB2 flags as given...
2009-06-09 Stefan Metzmachers3:smbd: only pass the chained file handle for related...
2009-06-09 Stefan Metzmachers3:smbd: make sure we pad compounded SMB2 responses...
2009-06-09 Stefan Metzmachers3:smbd: skip file handle checks for SMB2 compounded...
2009-06-09 Stefan Metzmachers3:smbd: more validation of the incoming SMB2 requests
2009-06-09 Stefan Metzmachers3:smbd: for now ignore all non NBT Session Message...
2009-06-09 Stefan Metzmachers3:smbd: don't include 1 byte padding for the dynamic...
2009-06-09 Kai Blinnet: Only use the in memory ccache when not already...
2009-06-09 Günther Deschners3-net: fix "net ads testjoin".
2009-06-09 Volker LendeckeNo need to free twice -- thanks gd :-)
2009-06-09 Volker LendeckeImplement pdb_ads_[add|del]_groupmem
2009-06-09 Volker LendeckeMake "net sam [add|del]mem" work for domain groups
2009-06-09 Volker LendeckeImplement pdb_ads_delete_dom_group
2009-06-09 Volker LendeckeImplement "net sam deletedomaingroup"
2009-06-08 Jeremy AllisonReplace the "ipv4" specific strings in libcli/cldap...
2009-06-08 Volker LendeckeImplement pdb_ads_enum_group_members
2009-06-08 Volker LendeckeMake "net ads listmem" also work for domain groups
2009-06-08 Volker LendeckeFix some nonempty blank lines
2009-06-08 Günther Deschners3-lsa: remove old code that we cannot even compile...
2009-06-08 Jeremy AllisonMake open_udp_socket() IPv6 clean. Trying to fix bug...
2009-06-08 Günther Deschners3-spoolss: add server-support for queries for the...
2009-06-08 Volker LendeckeFix two 64-bit warnings
2009-06-08 Volker LendeckeImplement pdb_[add|del]aliasmem
2009-06-08 Volker LendeckeAdd tlda_add_mod_str
2009-06-08 Volker LendeckeDo not use a variable format string
2009-06-08 Volker LendeckeImplement pdb_ads_enum_aliasmem
2009-06-08 Volker LendeckePass a talloc_ctx to pdb_enum_aliasmem
2009-06-08 Volker LendeckeImplement pdb_ads_delete_alias
2009-06-08 Volker LendeckeImplement pdb_ads_create_dom_group()
2009-06-08 Günther Deschners3-samr: fix enum_acb_mask type (uint32 instead of...
2009-06-08 Günther Deschners3-rpcclient: allow to set query size for samr enum...
2009-06-08 Stefan Metzmachers3:Makefile.in: use LIBDL as make variable instead...
2009-06-08 Timur I. BakeyevFix make test_pam_modules
2009-06-08 Timur I. BakeyevSmall fix to SMB_LIBRARY macro
2009-06-08 Timur I. BakeyevSIGRTMIN additions
2009-06-08 Timur I. BakeyevSet SIGRTMIN to NSIG
2009-06-08 Timur I. BakeyevCheck for dmalloc at the end of the configure
2009-06-08 Günther Deschners3-test: finally enable RPC-SAMR against samba3.
next