When Windows initially creates a new value, the value name is "New Value #1".
[ira/wip.git] / source / smbd /
2008-01-05 Jelmer Vernooijr26672: Janitorial: Remove uses of global_loadparm.
2007-12-24 Jelmer Vernooijr26580: Include sentinel in build.h, in case the list...
2007-12-24 Jelmer Vernooijr26576: Allow the static module loading code to be...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26441: Remove global_loadparm uses.
2007-12-21 Jelmer Vernooijr26429: Avoid use of global_smb_iconv_convenience.
2007-12-21 Jelmer Vernooijr26409: Pass smb ports along.
2007-12-21 Jelmer Vernooijr26400: Don't try to do character conversion before...
2007-12-21 Jelmer Vernooijr26355: Eliminate global_loadparm in more places.
2007-12-21 Jelmer Vernooijr26322: Fix include
2007-12-21 Jelmer Vernooijr26313: Fix more uses of static loadparm.
2007-12-21 Jelmer Vernooijr26278: Tallocify convenience table for iconv handles.
2007-12-21 Jelmer Vernooijr26274: Some syntax fixes, remove more global_loadparm...
2007-12-21 Jelmer Vernooijr26272: Remove global_loadparm in some more places.
2007-12-21 Jelmer Vernooijr26269: Fix a couple more references to global_loadparm.
2007-12-21 Jelmer Vernooijr26260: Store loadparm context in gensec context.
2007-12-21 Jelmer Vernooijr26250: Avoid global_loadparm in a couple more places.
2007-12-21 Jelmer Vernooijr26237: Add loadparm context to the server service...
2007-12-21 Jelmer Vernooijr26236: Remove more uses of global_loadparm or specify...
2007-12-21 Jelmer Vernooijr26227: Make loadparm_context part of a server task...
2007-12-21 Jelmer Vernooijr26226: Avoid more uses of global_loadparm.
2007-12-21 Jelmer Vernooijr26006: Improve some dependencies.
2007-12-21 Andrew Bartlettr25922: Make it easier to bind to a unix domain socket...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25535: Deal with events subsystem failures.
2007-10-10 Jelmer Vernooijr25454: Use standard bool types in a couple more places.
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25301: Merge my includes.h cleanups.
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25028: Fix more warnings.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr24994: Fix some C++ warnings.
2007-10-10 Jelmer Vernooijr24937: Merge tests spoolss RPC callbacks.
2007-10-10 Jelmer Vernooijr24712: No longer expose the 'BOOL' data type in any...
2007-10-10 Jelmer Vernooijr24667: Finally merge the registry improvements that...
2007-10-10 Andrew Bartlettr24631: Fix up format warnings, found on my Fedora...
2007-10-10 Stefan Metzmacherr24623: add back '-D' option to smbd
2007-10-10 Andrew Tridgellr24276: don't mark a stream readable until after the...
2007-10-10 Andrew Bartlettr23960: Don't destory the 'reason' for terminating...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr23702: fixed a "falling back to select" error in the...
2007-10-10 Andrew Bartlettr23695: By not using the NULL context for these large...
2007-10-10 Stefan Metzmacherr23288: give more info...
2007-10-10 Stefan Metzmacherr22403: this dependencies should be private
2007-10-10 Andrew Tridgellr22242: ctdb init now takes a process model
2007-10-10 Jelmer Vernooijr21669: Fix --enable-dso build
2007-10-10 Andrew Tridgellr20895: enable ctdb backend at startup (if configured)
2007-10-10 Andrew Tridgellr20646: first preparations for cluster enablement....
2007-10-10 Stefan Metzmacherr20449: Happy New Year!
2007-10-10 Jelmer Vernooijr19676: Fix some more dependencies.
2007-10-10 Stefan Metzmacherr19675: the process model don't depend on heimdal anymore
2007-10-10 Stefan Metzmacherr19643: make process_model thread compile again
2007-10-10 Stefan Metzmacherr19610: fix the build
2007-10-10 Andrew Bartlettr19604: This is a massive commit, and I appologise...
2007-10-10 Jelmer Vernooijr19573: Move secrets.o into param/ (subsystems haven...
2007-10-10 Jelmer Vernooijr19569: Require that all public header files have a...
2007-10-10 Jelmer Vernooijr19539: Move pidfile to smbd/
2007-10-10 Jelmer Vernooijr19507: Merge my DSO fixes branch. Building Samba's...
2007-10-10 Andrew Tridgellr18806: fixed two spelling errors
2007-10-10 Andrew Tridgellr18805: make error message match function name
2007-10-10 Andrew Tridgellr18360: better handling of child process killing in...
2007-10-10 Jelmer Vernooijr18168: Use {NULL} rather than POPT_TABLEEND, which...
2007-10-10 Jelmer Vernooijr18121: Simplify m4 code, hopefully fix Samba4 build...
2007-10-10 Andrew Tridgellr18117: first steps in making samba4 use libreplace
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17227: don't call a function which takes some nonoptio...
2007-10-10 Simo Sorcer17209: Add dependency over the new share configuration...
2007-10-10 Simo Sorcer17206: Add a modular API for share configuration.
2007-10-10 Andrew Bartlettr17197: This patch moves the encryption of bulk data...
2007-10-10 Jelmer Vernooijr15580: (Hopefully) fix pthreads process model
2007-10-10 Jelmer Vernooijr15572: Trim build/m4/rewrite.m4 a bit more, remove...
2007-10-10 Jelmer Vernooijr15301: Use static libraries internally. This required...
2007-10-10 Jelmer Vernooijr15298: Fix the build using a few hacks in the build...
2007-10-10 Stefan Metzmacherr15277: - fix the build on netbsd, where stdlib.h has...
2007-10-10 Jelmer Vernooijr15274: Drop default EXT_LIB_ prefix for external libra...
2007-10-10 Stefan Metzmacherr15273: fix setproctitle support
2007-10-10 Jelmer Vernooijr15223: Move heimdal's -I parameters from the global...
2007-10-10 Jelmer Vernooijr15212: Simplify setproctitle code
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 James Peachr15186: Introduce ISDOT and ISDOTDOT macros for testing...
2007-10-10 Stefan Metzmacherr15182: make stuff more portable
2007-10-10 Jelmer Vernooijr15179: Detect setproctitle if it is in libc. Patch...
2007-10-10 Volker Lendecker15100: Port the bugfix for #3569 to Samba4
2007-10-10 Jelmer Vernooijr14997: Fix build of static libraries. Libraries build...
2007-10-10 Stefan Metzmacherr14890: fix the usage of popt...
2007-10-10 Stefan Metzmacherr14736: - the ntvfs subsystem should not know about...
2007-10-10 Jelmer Vernooijr14572: Give libraries saner names, remove some .pc...
2007-10-10 Jelmer Vernooijr14571: More improvements on shared library support...
2007-10-10 Jelmer Vernooijr14567: Make some more functions public.
2007-10-10 Jelmer Vernooijr14554: Write out header dependencies. This means all...
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Stefan Metzmacherr14205: move smb specific stuff out of includes.h ...
2007-10-10 Stefan Metzmacherr14100: print out the title with the thread specific...
2007-10-10 Stefan Metzmacherr14095: disable setproctitle support by default
2007-10-10 Jelmer Vernooijr14094: Use saner module directory names, fix loading...
2007-10-10 Stefan Metzmacherr14082: fix the build of process model thread
2007-10-10 Stefan Metzmacherr14079: I just found the setproctitle library from...
2007-10-10 Stefan Metzmacherr14078: move ldb_global_init() to the main smbd code,
2007-10-10 Stefan Metzmacherr14038: reopen log files after a SIGHUP
next