r25398: Parse loadparm context to all lp_*() functions.
[ira/wip.git] / source4 / client / client.c
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Stefan Metzmacherr25217: #define TALLOC_DEPRECATED 1 to get talloc_appen...
2007-10-10 Jeremy Allisonr25175: Change to talloc_asprintf_append_buffer().
2007-10-10 Jelmer Vernooijr25027: Fix more warnings.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr25001: Fix more C++ and other warnings, fix some of...
2007-10-10 Andrew Bartlettr24698: Patch from Andrew Kroeger <andrew@sprocks.gotdn...
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr23521: NT_STATUS_OBJECT_NAME_NOT_FOUND is not an error...
2007-10-10 Andrew Tridgellr23520: display shadow copy information in 'allinfo'
2007-10-10 Andrew Tridgellr22969: fix some more places where we could end up...
2007-10-10 Andrew Tridgellr20650: revert a bunch of code I didn't mean to commit yet
2007-10-10 Andrew Tridgellr20647: add cluster code
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Andrew Tridgellr18209: fix the ifdef for HAVE_HISTORY_LIST
2007-10-10 Andrew Tridgellr18208: Mac OS X also doesn't have history_list()
2007-10-10 Jelmer Vernooijr18168: Use {NULL} rather than POPT_TABLEEND, which...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Jelmer Vernooijr15875: Fix bug in smbclients 'put' command tridge...
2007-10-10 Jelmer Vernooijr15811: Fix mget command without arguments. Caught...
2007-10-10 Jelmer Vernooijr15809: Fix typo in array offsets. Caught by the IBM...
2007-10-10 Jelmer Vernooijr15808: Fix two uninitialized variables, caught by...
2007-10-10 Jelmer Vernooijr15406: Move 'smbreadline' out of libreplace as it...
2007-10-10 Jelmer Vernooijr15375: Rename readline.h to smbreadline.h avoid clashe...
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Jelmer Vernooijr15191: Avoid uint_t as it's not standard.
2007-10-10 James Peachr15186: Introduce ISDOT and ISDOTDOT macros for testing...
2007-10-10 Andrew Tridgellr14979: avoid a null ptr deref
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Jelmer Vernooijr14721: Fix a couple of warnings.
2007-10-10 Jelmer Vernooijr14470: Remove some unnecessary headers.
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14349: Kill proto.h!
2007-10-10 Stefan Metzmacherr14256: - rename smb_file -> smb_handle
2007-10-10 Stefan Metzmacherr14173: change smb interface structures to always use
2007-10-10 Jelmer Vernooijr13944: Yet another round of splitups.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Jelmer Vernooijr13161: Remove optional password as second parameter...
2007-10-10 Jelmer Vernooijr13155: Large amount of updates to smbclient to:
2007-10-10 Stefan Metzmacherr13001: fix compiler warnings
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Andrew Bartlettr12629: Add a comment so minimal_includes.pl doesn...
2007-10-10 Andrew Tridgellr12626: some systems need time.h here (for asctime())
2007-10-10 Jelmer Vernooijr12620: Get rid of automatically generated lists of...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Jelmer Vernooijr12499: Move smb_build.h out of includes.h
2007-10-10 Tim Potterr11626: Fix unhandled enum in case statement warnings...
2007-10-10 Andrew Bartlettr11466: Clear up some memory leaks in smbclient.
2007-10-10 Jelmer Vernooijr10581: Remove some unused globals + make static
2007-10-10 Jelmer Vernooijr10528: Add credentials.h back into includes.h as some...
2007-10-10 Jelmer Vernooijr10513: Reduce some use of pstring. The main reason...
2007-10-10 Jelmer Vernooijr10510: Decrease the amount of data included by include...
2007-10-10 Jelmer Vernooijr10509: Some more sconscript fixes. Now getting to...
2007-10-10 Jelmer Vernooijr10438: Move portability functions to lib/replace/...
2007-10-10 Andrew Bartlettr10402: Make the RPC-SAMLOGON test pass against Win2k3...
2007-10-10 Jelmer Vernooijr10315: Remove use of fstring and pstring in dynconfig.c
2007-10-10 Andrew Bartlettr9728: A *major* update to the credentials system,...
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Andrew Tridgellr7916: - got rid of the in_client global
2007-10-10 Andrew Tridgellr7704: - fixed open_nbt_connection() to return NULL...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Andrew Bartlettr7525: Unify lp_load(), load_interfaces and logging...
2007-10-10 Tim Potterr6933: Add a couple of helper functions for creating...
2007-10-10 Jelmer Vernooijr6795: Make some functions static and remove some unuse...
2007-10-10 Alexander Bokovoyr6599: Fix formating using 'linux' C style
2007-10-10 Alexander Bokovoyr6597: Make use of libblkid (part of e2fsprogs) for...
2007-10-10 Andrew Tridgellr6342: fixed a bad union assumption that caused ACLs...
2007-10-10 Andrew Bartlettr6028: A MAJOR update to intergrate the new credentails...
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Jelmer Vernooijr5929: Use cli_credentials for the SMB functions as...
2007-10-10 Jelmer Vernooijr5928: Use cli_credentials in:
2007-10-10 Jelmer Vernooijr5917: First step in using the new cli_credentials...
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Andrew Tridgellr5308: trimmed back a lot of the old macros from smb_ma...
2007-10-10 Andrew Tridgellr5302: fixed a compilation problem on solaris caused...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4891: - added a generic resolve_name() async interfac...
2007-10-10 Andrew Tridgellr4817: ccache was being made ineffective on all the...
2007-10-10 Andrew Tridgellr4758: - added async support to the session request...
2007-10-10 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
2007-10-10 Andrew Tridgellr4428: use minimum open permissions in the 'acl' comman...
2007-10-10 Andrew Tridgellr4365: added command 'eainfo' to smbclient for displayi...
2007-10-10 Andrew Tridgellr4303: a bit more consistent help on privileges command...
2007-10-10 Andrew Tridgellr4207: remove "lookupname" and "lookupsid", and instead...
2007-10-10 Andrew Tridgellr4202: added smbclient commands "addprivileges" and...
2007-10-10 Andrew Tridgellr4073: - added a set of lsa helper routines to make...
2007-10-10 Stefan Metzmacherr4063: - change char * -> uint8_t in struct request_buffer
2007-10-10 Andrew Tridgellr4055: fixed more places to use type safe allocation...
2007-10-10 Andrew Tridgellr4054: got rid of Realloc(), replacing it with the...
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Andrew Tridgellr4013: got rid of a bunch of unused or unmaintained...
2007-10-10 Stefan Metzmacherr3971: fix compiler warnings
2007-10-10 Andrew Tridgellr3830: unified the query/set security descriptor code...
2007-10-10 Andrew Tridgellr3633: - moved module init functions to after smb.conf...
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
next