r15343: Some small cleanups.
[samba.git] / source / utils /
2007-10-10 Jelmer Vernooijr15338: Fix build of most things with shared libs enabled.
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Jelmer Vernooijr15298: Fix the build using a few hacks in the build...
2007-10-10 Jelmer Vernooijr15296: Move ntlm_auth-specific functions from util...
2007-10-10 Jelmer Vernooijr15274: Drop default EXT_LIB_ prefix for external libra...
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Jelmer Vernooijr14991: Add option -l to allow ndrdump to load dcerpc_i...
2007-10-10 Andrew Tridgellr14982: mark a deliberate missing break
2007-10-10 Stefan Metzmacherr14858: fix bugs noticed by the ibm code checker
2007-10-10 Jelmer Vernooijr14572: Give libraries saner names, remove some .pc...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Jelmer Vernooijr14363: Remove credentials.h from the global includes.
2007-10-10 Stefan Metzmacherr14110: make ndr interface parsing code libraries,
2007-10-10 Stefan Metzmacherr13932: fix dependency
2007-10-10 Stefan Metzmacherr13930: this tools are currently just oneliners, which...
2007-10-10 Stefan Metzmacherr13928: fix dependency
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Jelmer Vernooijr13904: Make sure LDB gets initialized
2007-10-10 Jelmer Vernooijr13899: Get the shared library build building again...
2007-10-10 Andrew Tridgellr13505: allow servers to bind to non-broadcast interfac...
2007-10-10 Andrew Bartlettr13149: DEBUG is a bad choice for 'net', it should...
2007-10-10 Jelmer Vernooijr13073: Add manpage for getntacl, disable setntacl
2007-10-10 Andrew Bartlettr12928: This patch improves the interaction between...
2007-10-10 Stefan Metzmacherr12908: use '_' also for indication we want to ask...
2007-10-10 Andrew Bartlettr12892: Add a 'Migrate from Windows' page to our instal...
2007-10-10 Andrew Bartlettr12886: Rename 'secure_channel_type' parameter to domai...
2007-10-10 Andrew Bartlettr12865: Upgrade the librpc and libnet code.
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
2007-10-10 Andrew Bartlettr12732: This option does nothing.
2007-10-10 Andrew Bartlettr12731: Simplify and re-implemenet support for --parame...
2007-10-10 Andrew Bartlettr12730: Reimplement --parameter-name, and bring in...
2007-10-10 Andrew Bartlettr12729: Implement the --section-name option, for dumpin...
2007-10-10 Andrew Bartlettr12728: Revive testparm.
2007-10-10 Jelmer Vernooijr12622: Move table.c prototypes to seperate header...
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 Vernooijr12592: Remove some useless dependencies
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12512: Use GUID structs in API functions everywhere...
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 Andrew Bartlettr12423: Remove DEBUG(0) printouts in favor of more...
2007-10-10 Andrew Bartlettr12421: Handle the case where we are a joining as diffe...
2007-10-10 Andrew Bartlettr12411: Add 'net samdump keytab <keytab>'.
2007-10-10 Jelmer Vernooijr12209: Fix some issues with XML entities.
2007-10-10 Stefan Metzmacherr11553: give an error when the lookup failed
2007-10-10 Andrew Bartlettr11371: Fix the ntlm_auth build.
2007-10-10 Jelmer Vernooijr11303: Support defining and installing public headers...
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Andrew Bartlettr11200: Reposition the creation of the kerberos keytab...
2007-10-10 Andrew Bartlettr10711: An error of 'user exists' is not an error,...
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 Andrew Bartlettr10486: This is a merge of Brad Henry's 'net join'...
2007-10-10 Andrew Bartlettr10402: Make the RPC-SAMLOGON test pass against Win2k3...
2007-10-10 Jelmer Vernooijr10348: Add scons scripts for remaining subsystems...
2007-10-10 Jelmer Vernooijr10316: More dynconfig fixes
2007-10-10 Jelmer Vernooijr10315: Remove use of fstring and pstring in dynconfig.c
2007-10-10 Stefan Metzmacherr10144: dump the whole data blob
2007-10-10 Stefan Metzmacherr10143: don't exit when the not all bytes are consumed,
2007-10-10 Tim Potterr9991: Some more 64-bit size_t warnings. There are...
2007-10-10 Stefan Metzmacherr9954: getntacl depends on EXT_LIB_XATTR
2007-10-10 Jelmer Vernooijr9792: Rename StrCaseCmp -> strcasecmp_m. All these...
2007-10-10 Andrew Bartlettr9772: Make credentials callbacks more consistant with...
2007-10-10 Andrew Bartlettr9728: A *major* update to the credentials system,...
2007-10-10 Andrew Tridgellr9569: fixed an uninitialised variable
2007-10-10 Stefan Metzmacherr9482: add --validate and --dump-data options to ndrdump,
2007-10-10 Andrew Bartlettr9396: ntlm_auth updates, including again support for...
2007-10-10 Tim Potterr9357: Remove DBGC_CLASS cruft copied over from Samba...
2007-10-10 Stefan Metzmacherr9240: - move struct security_token to the idl file...
2007-10-10 Stefan Metzmacherr9152: fix a crash bug
2007-10-10 Jelmer Vernooijr8966: Simplify the makefile generation system a bit.
2007-10-10 Andrew Bartlettr8901: Fix ntlm_auth segfault (invalid free()). We...
2007-10-10 Andrew Bartlettr8847: Rework the Samba4 'net join' code. I'm trying...
2007-10-10 Andrew Bartlettr8752: With all the infrustructure done, details like...
2007-10-10 Andrew Tridgellr8748: fixed build. Andrew, please check.
2007-10-10 Andrew Tridgellr8702: fixed ntlm_auth build. Andrew, can you check...
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Love Hörnquist Åstrandr8394: Make sure the argument to ctype is*(3) macros...
2007-10-10 Andrew Tridgellr8273: fixed some memory leaks in smbscript. This requi...
2007-10-10 Jelmer Vernooijr7943: Add 'make manpages', fix 'make installman' and...
2007-10-10 Andrew Tridgellr7740: get rid of our duplicate base64 routines
2007-10-10 Andrew Bartlettr7674: Fix the printf() attribute suggestion by correct...
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 Rafal Szczesniakr7382: Convert net_user code so that is can be compiled...
2007-10-10 Jelmer Vernooijr7249: Cope with struct member rename
2007-10-10 Jelmer Vernooijr7117: Move more manpages to the source repository
2007-10-10 Jelmer Vernooijr6973: Merge new version of pidl into the main SAMBA_4_...
2007-10-10 Tim Potterr6951: Fix all calls to setup_logging() that use 'True...
2007-10-10 Tim Potterr6930: Use NBT_NAME_CLIENT instead of the number 0.
2007-10-10 Jelmer Vernooijr6839: Add support for building subsystems as shared...
2007-10-10 Jelmer Vernooijr6795: Make some functions static and remove some unuse...
2007-10-10 Stefan Metzmacherr6612: fix the build
2007-10-10 Stefan Metzmacherr6609: remove double entry for [BINARY::getntacl]
2007-10-10 Andrew Bartlettr6573: Start on my project to implement an NT4 compatib...
next