summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2002-07-24Make it possible to query account policy values from pdbedit (set to come soon).Andrew Bartlett1-26/+62
2002-07-23implemented getgrouplist() for systems that don't have it and use itAndrew Tridgell2-21/+101
2002-07-21Another smattering of static and constAndrew Bartlett1-1/+1
2002-07-20Don't try and sys_dup2(dbf->fd) if dbf == NULL.Tim Potter1-1/+1
2002-07-20Add some const to try and get less warnings.Andrew Bartlett1-2/+3
2002-07-20Add support for duplicating stderr into our logfiles.Andrew Bartlett2-17/+27
2002-07-20Add a wrapper for dup2() to our system.cAndrew Bartlett1-0/+10
2002-07-20fixed a logic error in the sorted_tree_find_child() routineGerald Carter1-32/+63
2002-07-19fixed seg fault in registry frontend caused by trying toGerald Carter1-0/+2
2002-07-19Never ignore valgrind messages :-). Don't reference before the startJeremy Allison1-1/+1
2002-07-19* refactored registry operations some. subkey lists andGerald Carter1-15/+32
2002-07-19fixed line buffer mode in XFILEAndrew Tridgell1-1/+1
2002-07-18Previous fix was incorrect. len in string_sub and all_string_sub isJeremy Allison1-4/+4
2002-07-18Add useful VALGRIND #ifdef.Jeremy Allison1-0/+2
2002-07-18Fixed off-by-one in all_string_sub also.Jeremy Allison1-1/+1
2002-07-18Formatting fixups.Jeremy Allison1-66/+73
2002-07-18Another bug found by valgrind. Don't AND a src length of -1.Jeremy Allison1-1/+2
2002-07-18virtual registry framework with initial printing hooks.Gerald Carter1-0/+414
2002-07-18The previous code would not allow things like string_sub(str, "\\", "/", 0).Gerald Carter1-1/+1
2002-07-15don't use C++ comments in C - it doesn't work on many compilersAndrew Tridgell1-1/+1
2002-07-15fixed a problem with getgroups() where it could include our currentAndrew Tridgell1-0/+36
2002-07-14addedd new (t)alloc_sub_* functionsSimo Sorce2-31/+305
2002-07-13make this a ZERO_STRUCTP for consitancy with the rest of Samba.Andrew Bartlett1-1/+1
2002-07-13fixed a stdin bug in XFILE that prevented 'print -' from workingAndrew Tridgell1-4/+4
2002-07-12The changes in make_sec_desc to make us match W2K broke the marshalling/unmar...Jeremy Allison1-1/+1
2002-07-11*Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison1-3/+3
2002-07-09some support functions to ease the next commit.Simo Sorce1-6/+96
2002-07-09the last WINS update broke self registration when we are a WINSAndrew Tridgell1-7/+0
2002-07-08Kill off const warnings - add a pile of const to various places.Andrew Bartlett1-1/+1
2002-07-08(this should have been part of the previous commit)Andrew Bartlett1-1/+37
2002-07-03Fix the forword prototype to be a static for this static function.Andrew Bartlett1-1/+1
2002-07-02Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2-41/+77
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell7-146/+29
2002-07-01bias the lookup sorting towards directly reachable IPsAndrew Tridgell1-0/+8
2002-06-28don't warn on non-existant files in map_file(), let the caller handle any war...Andrew Tridgell1-1/+2
2002-06-28don't warn on the loading of zero length files. This fixes theAndrew Tridgell1-1/+1
2002-06-27fixed a link problem with global_in_nmbdAndrew Tridgell1-2/+2
2002-06-27The next phase in the WINS rewrite!Andrew Tridgell2-57/+55
2002-06-26This commit finally gives us multiple wins server groups. We nowAndrew Tridgell1-16/+245
2002-06-26made the wins list handling a littler clearerAndrew Tridgell1-9/+5
2002-06-26mumble ... fix typo ... mumbleAndrew Tridgell1-1/+1
2002-06-26fixed we_are_multihomed() to cope with dynamic interfaces (ie. don'tAndrew Tridgell1-6/+1
2002-06-26- completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell1-303/+90
2002-06-25fixed a bug in handling select in the main daemon - this stops the daemon spi...Andrew Tridgell1-12/+6
2002-06-21Changed level of "bind succeded on port %d" debug to 10.Tim Potter1-1/+1
2002-06-20Fixed compiler warning.Tim Potter1-1/+1
2002-06-18more debug classess activatedSimo Sorce1-1/+1
2002-06-17compile warngin fixes merged from 2.2Gerald Carter1-1/+1
2002-06-17Fixed typo in debug.Tim Potter1-1/+1
2002-06-15Simplify this code further. Just substitute %H, and let the normal codeAndrew Bartlett1-36/+0