r10509: Some more sconscript fixes. Now getting to link stage for smbclient
[bbaumbach/samba-autobuild/.git] / source4 / client /
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 Vernooijr10374: Add HAVE_* defines (on command-line or in confi...
2007-10-10 Jelmer Vernooijr10348: Add scons scripts for remaining subsystems...
2007-10-10 Jelmer Vernooijr10336: Add sconscript for a couple more subsystems.
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 Jelmer Vernooijr8966: Simplify the makefile generation system a bit.
2007-10-10 Andrew Tridgellr8678: setup for gdb backtrace in 'make test'
2007-10-10 Andrew Tridgellr8643: - make lp_configfile() work again
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 Bartlettr7530: Simply calling convention of lp_load().
2007-10-10 Andrew Bartlettr7525: Unify lp_load(), load_interfaces and logging...
2007-10-10 Tim Potterr7482: Rename smbcli_send_tconX() to smbcli_tconX(...
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 Stefan Metzmacherr3959: fix compiler warnings
2007-10-10 Jelmer Vernooijr3881: Split up the LIBNDR_GEN subsystem into NDR_...
2007-10-10 Andrew Tridgellr3830: unified the query/set security descriptor code...
2007-10-10 Jelmer Vernooijr3744: Support building subsystems as a shared library...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
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...
2007-10-10 Andrew Tridgellr3494: got rid of include/rewrite.h, and split out...
2007-10-10 Andrew Tridgellr3483: IRIX 6.4 now builds
2007-10-10 Andrew Tridgellr3481: split out client.h and events.h
2007-10-10 Andrew Tridgellr3478: split out some more pieces of includes.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3454: moved a few more things out if includes.h into...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3449: more include file reduction
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Tridgellr3441: some include file cleanups and general housekeeping
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Tridgellr3419: moved the libcli/raw structures into libcli...
2007-10-10 Andrew Tridgellr3327: fixed another warning
2007-10-10 Andrew Tridgellr3323: more warning reductions
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
2007-10-10 Andrew Tridgellr2906: fixed a memory leak in the smbclient -L code
2007-10-10 Andrew Tridgellr2710: continue with the new style of providing a paren...
2007-10-10 Andrew Tridgellr2577: - I recently found out that charaters below...
2007-10-10 Andrew Tridgellr2499: - use more efficient wildcard delete in smbclient
2007-10-10 Andrew Tridgellr2456: got rid of some outdated global macros
2007-10-10 Andrew Tridgellr2433: attrib_string() is now a generally available...
2007-10-10 Andrew Bartlettr2063: Ensure the first argument to a printf() like...
2007-10-10 Andrew Tridgellr2003: got rid of next_token_nr(), which involved some...
2007-10-10 Tim Potterr1986: Janitor for myself. Merge -r1907:1908 from...
2007-10-10 Stefan Metzmacherr1957: add cmdline_set_* functions
2007-10-10 Andrew Tridgellr1941: - fixed an allocation error with querying securi...
2007-10-10 Stefan Metzmacherr1913: add --version back
2007-10-10 Stefan Metzmacherr1911: merge a few popt parameters from 3.0 move some...
2007-10-10 Andrew Tridgellr1897: added a choose_called_name() function that allow...
2007-10-10 Andrew Bartlettr1730: We cannot dereference c->tree here, as there...
2007-10-10 Stefan Metzmacherr1654: rename cli_ -> smbcli_
2007-10-10 Andrew Tridgellr1578: the first stage of the async client rewrite.
2007-10-10 Andrew Bartlettr1462: GENSEC Kerberos and SPENGO work:
2007-10-10 Jelmer Vernooijr1034: Couple of small (popt) fixes
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Stefan Metzmacherr960: convert 'unsigned int' to uint_t in the most...
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Stefan Metzmacherr866: convert the rest of the binaries to config.mk...
2007-10-10 Andrew Tridgellr591: don't need to init non-ref out ptrs (thanks to...
2007-10-10 Andrew Tridgellr361: allow anonymous browsing
next