Make 'remote_machine' private to lib/substitute.c, and fix all the user to use
[ira/wip.git] / source3 / lib /
2002-08-11 Andrew BartlettMake 'remote_machine' private to lib/substitute.c,...
2002-08-10 Andrew BartlettFix the %m security bug again - and try to make it...
2002-08-06 Andrew Tridgellfixed a memory corruption bug in the wins code
2002-07-31 Andrew Tridgellmake sure we zero the unusued elements in a SID when...
2002-07-31 Andrew Tridgelladded support for smbd listening on port 445 and 139...
2002-07-30 Andrew BartlettMake some of the charconv code a bit easier to read...
2002-07-29 Tim PotterOur include popt is starting to get a bit old - fixed...
2002-07-29 Tim PotterA place to store common popt routines.
2002-07-28 Simo Sorcefound nasty bug in intl/lang_tdb.c tdb structure was...
2002-07-28 Andrew Tridgellgood security patch from Timothy.Sell@unisys.com
2002-07-28 Andrew BartlettIt seems I didn't need to write a dup2() wrapper -...
2002-07-24 Andrew BartlettMake it possible to query account policy values from...
2002-07-23 Andrew Tridgellimplemented getgrouplist() for systems that don't have...
2002-07-21 Andrew BartlettAnother smattering of static and const
2002-07-20 Tim PotterDon't try and sys_dup2(dbf->fd) if dbf == NULL.
2002-07-20 Andrew BartlettAdd some const to try and get less warnings.
2002-07-20 Andrew BartlettAdd support for duplicating stderr into our logfiles.
2002-07-20 Andrew BartlettAdd a wrapper for dup2() to our system.c
2002-07-20 Gerald Carterfixed a logic error in the sorted_tree_find_child(...
2002-07-19 Gerald Carterfixed seg fault in registry frontend caused by trying to
2002-07-19 Jeremy AllisonNever ignore valgrind messages :-). Don't reference...
2002-07-19 Gerald Carter* refactored registry operations some. subkey lists and
2002-07-19 Andrew Tridgellfixed line buffer mode in XFILE
2002-07-18 Jeremy AllisonPrevious fix was incorrect. len in string_sub and all_s...
2002-07-18 Jeremy AllisonAdd useful VALGRIND #ifdef.
2002-07-18 Jeremy AllisonFixed off-by-one in all_string_sub also.
2002-07-18 Jeremy AllisonFormatting fixups.
2002-07-18 Jeremy AllisonAnother bug found by valgrind. Don't AND a src length...
2002-07-18 Gerald Cartervirtual registry framework with initial printing hooks.
2002-07-18 Gerald CarterThe previous code would not allow things like string_su...
2002-07-15 Andrew Tridgelldon't use C++ comments in C - it doesn't work on many...
2002-07-15 Andrew Tridgellfixed a problem with getgroups() where it could include...
2002-07-14 Simo Sorceaddedd new (t)alloc_sub_* functions
2002-07-13 Andrew Bartlettmake this a ZERO_STRUCTP for consitancy with the rest...
2002-07-13 Andrew Tridgellfixed a stdin bug in XFILE that prevented 'print -...
2002-07-12 Jeremy AllisonThe changes in make_sec_desc to make us match W2K broke...
2002-07-11 Jeremy Allison*Experimental* new large-scaling printer code. Splits...
2002-07-09 Simo Sorcesome support functions to ease the next commit.
2002-07-09 Andrew Tridgellthe last WINS update broke self registration when we...
2002-07-08 Andrew BartlettKill off const warnings - add a pile of const to variou...
2002-07-08 Andrew Bartlett(this should have been part of the previous commit)
2002-07-03 Andrew BartlettFix the forword prototype to be a static for this stati...
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-07-01 Andrew Tridgellbias the lookup sorting towards directly reachable IPs
2002-06-28 Andrew Tridgelldon't warn on non-existant files in map_file(), let...
2002-06-28 Andrew Tridgelldon't warn on the loading of zero length files. This...
2002-06-27 Andrew Tridgellfixed a link problem with global_in_nmbd
2002-06-27 Andrew TridgellThe next phase in the WINS rewrite!
2002-06-26 Andrew TridgellThis commit finally gives us multiple wins server group...
2002-06-26 Andrew Tridgellmade the wins list handling a littler clearer
2002-06-26 Andrew Tridgellmumble ... fix typo ... mumble
2002-06-26 Andrew Tridgellfixed we_are_multihomed() to cope with dynamic interfac...
2002-06-26 Andrew Tridgell- completely rewrote the wins_srv.c code. It is now...
2002-06-25 Andrew Tridgellfixed a bug in handling select in the main daemon ...
2002-06-21 Tim PotterChanged level of "bind succeded on port %d" debug to 10.
2002-06-20 Tim PotterFixed compiler warning.
2002-06-18 Simo Sorcemore debug classess activated
2002-06-17 Gerald Cartercompile warngin fixes merged from 2.2
2002-06-17 Tim PotterFixed typo in debug.
2002-06-15 Andrew BartlettSimplify this code further. Just substitute %H, and...
2002-06-15 Andrew BartlettUnsused function since last commit
2002-06-15 Andrew BartlettRework much of the service.c code:
2002-06-15 Andrew BartlettThis patch does 2 things:
2002-06-15 Andrew BartlettAdd back sys_getpwnam() and freinds to the system.c...
2002-06-14 Simo Sorcemoved lp_list_* functions away from param/loadparm...
2002-06-14 Andrew BartlettPatch from ctrlsoft to make the pluggable passdb subsys...
2002-06-14 Andrew BartlettPatch (from ctrlsoft <jelmer@nl.linux.org>) to poptify...
2002-06-14 Andrew BartlettAdd const, kill of useless casts and therefore eliminat...
2002-06-13 Jeremy AllisonEnsure we save any older SIGALRM signal handler.
2002-06-13 Andrew BartlettLatest patch from metze <metze@metzemix.de> to move...
2002-06-11 Simo Sorcefew fixes from Elrond(elrond@samba-tng.org) and Billy...
2002-06-10 Andrew BartlettRemove "sids.h" as it really wasn't being used anywhere...
2002-06-07 Andrew BartlettGlobally replace 'global_sam_sid' with get_global_sam_s...
2002-06-07 Andrew BartlettMove the code from lib/util_sid.c that deals with the...
2002-06-05 Gerald Cartermerge from 2.2
2002-06-05 Tim PotterSpelling fix.
2002-06-03 Jim McDonoughSince includes.h isn't included here, VA_COPY has to...
2002-06-03 Andrew Tridgellput the ifdef for HAVE_VA_COPY in one place rather...
2002-05-28 Andrew BartlettUpdates to better report some NTSTATUS errors into...
2002-05-26 Simo Sorcemove debug stuff from messages.c to debug.c (Elrond)
2002-05-25 Andrew BartlettClean up a few unused functions, add a bit of static...
2002-05-23 Andrew BartlettNobody uses this, and its really just a layer of intern...
2002-05-22 Jeremy AllisonMerge of bugfixes from 2.2.
2002-05-22 Andrew BartlettAdd a bit more const, and kill of (finally!) sys_getpwn...
2002-05-22 Andrew BartlettCleanups!
2002-05-22 Andrew BartlettFix a silly memory (getpnam_alloc()) leak spotted by...
2002-05-20 Gerald Cartermerge from SAMBA_2_2
2002-05-19 Tim PotterFixed compiler warning.
2002-05-19 Andrew BartlettKeep the compiler happy
2002-05-18 Simo Sorceso here it is the code to introduce seriously debuggggi...
2002-05-18 Andrew BartlettMove client_receive_smb to clientgen.c as a static...
2002-05-18 Andrew BartlettA few things in this commit:
2002-05-17 Jim McDonoughDon't forget the semicolon, you fool!
2002-05-17 Jim McDonoughFix usage of va_list passed as an arg. Use __va_copy...
2002-05-17 Andrew BartlettMake Get_Pwnam use getpwnam_alloc() in an attempt to...
2002-05-17 Andrew BartlettThis removes --with-ssl from Samba.
2002-05-16 Jim McDonoughAdd __va_copy to talloc functions. talloc_asprintf...
2002-05-11 Simo Sorcemove vsyslog() from snprintf.c to replace.c
2002-05-09 Jeremy AllisonNT uses NT_STATUS_OBJECT_NAME_NOT_FOUND not NT_STATUS_N...
next