summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-15Unsused function since last commitAndrew Bartlett1-34/+0
2002-06-15Rework much of the service.c code:Andrew Bartlett1-3/+10
2002-06-15This patch does 2 things:Andrew Bartlett1-0/+57
2002-06-15Add back sys_getpwnam() and freinds to the system.c interface, but don'tAndrew Bartlett4-5/+29
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce3-6/+188
2002-06-14Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett1-2/+2
2002-06-14Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and theAndrew Bartlett2-3/+19
2002-06-14Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett1-3/+3
2002-06-13Ensure we save any older SIGALRM signal handler.Jeremy Allison3-7/+11
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-4/+27
2002-06-11few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce1-4/+8