Age | Commit message (Expand) | Author | Files | Lines |
2002-07-18 | virtual registry framework with initial printing hooks. | Gerald Carter | 1 | -0/+414 |
2002-07-18 | The previous code would not allow things like string_sub(str, "\\", "/", 0). | Gerald Carter | 1 | -1/+1 |
2002-07-15 | don't use C++ comments in C - it doesn't work on many compilers | Andrew Tridgell | 1 | -1/+1 |
2002-07-15 | fixed a problem with getgroups() where it could include our current | Andrew Tridgell | 1 | -0/+36 |
2002-07-14 | addedd new (t)alloc_sub_* functions | Simo Sorce | 2 | -31/+305 |
2002-07-13 | make this a ZERO_STRUCTP for consitancy with the rest of Samba. | Andrew Bartlett | 1 | -1/+1 |
2002-07-13 | fixed a stdin bug in XFILE that prevented 'print -' from working | Andrew Tridgell | 1 | -4/+4 |
2002-07-12 | The changes in make_sec_desc to make us match W2K broke the marshalling/unmar... | Jeremy Allison | 1 | -1/+1 |
2002-07-11 | *Experimental* new large-scaling printer code. Splits printing.tdb into | Jeremy Allison | 1 | -3/+3 |
2002-07-09 | some support functions to ease the next commit. | Simo Sorce | 1 | -6/+96 |
2002-07-09 | the last WINS update broke self registration when we are a WINS | Andrew Tridgell | 1 | -7/+0 |
2002-07-08 | Kill off const warnings - add a pile of const to various places. | Andrew Bartlett | 1 | -1/+1 |
2002-07-08 | (this should have been part of the previous commit) | Andrew Bartlett | 1 | -1/+37 |
2002-07-03 | Fix the forword prototype to be a static for this static function. | Andrew Bartlett | 1 | -1/+1 |
2002-07-02 | Address the string_sub problem by changing len = 0 to mean "no expand". | Jeremy Allison | 2 | -41/+77 |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 7 | -146/+29 |
2002-07-01 | bias the lookup sorting towards directly reachable IPs | Andrew Tridgell | 1 | -0/+8 |
2002-06-28 | don't warn on non-existant files in map_file(), let the caller handle any war... | Andrew Tridgell | 1 | -1/+2 |
2002-06-28 | don't warn on the loading of zero length files. This fixes the | Andrew Tridgell | 1 | -1/+1 |
2002-06-27 | fixed a link problem with global_in_nmbd | Andrew Tridgell | 1 | -2/+2 |
2002-06-27 | The next phase in the WINS rewrite! | Andrew Tridgell | 2 | -57/+55 |
2002-06-26 | This commit finally gives us multiple wins server groups. We now | Andrew Tridgell | 1 | -16/+245 |
2002-06-26 | made the wins list handling a littler clearer | Andrew Tridgell | 1 | -9/+5 |
2002-06-26 | mumble ... fix typo ... mumble | Andrew Tridgell | 1 | -1/+1 |
2002-06-26 | fixed we_are_multihomed() to cope with dynamic interfaces (ie. don't | Andrew Tridgell | 1 | -6/+1 |
2002-06-26 | - completely rewrote the wins_srv.c code. It is now much simpler, and | Andrew Tridgell | 1 | -303/+90 |
2002-06-25 | fixed a bug in handling select in the main daemon - this stops the daemon spi... | Andrew Tridgell | 1 | -12/+6 |
2002-06-21 | Changed level of "bind succeded on port %d" debug to 10. | Tim Potter | 1 | -1/+1 |
2002-06-20 | Fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -1/+1 |
2002-06-17 | compile warngin fixes merged from 2.2 | Gerald Carter | 1 | -1/+1 |
2002-06-17 | Fixed typo in debug. | Tim Potter | 1 | -1/+1 |
2002-06-15 | Simplify this code further. Just substitute %H, and let the normal code | Andrew Bartlett | 1 | -36/+0 |
2002-06-15 | Unsused function since last commit | Andrew Bartlett | 1 | -34/+0 |
2002-06-15 | Rework much of the service.c code: | Andrew Bartlett | 1 | -3/+10 |
2002-06-15 | This patch does 2 things: | Andrew Bartlett | 1 | -0/+57 |
2002-06-15 | Add back sys_getpwnam() and freinds to the system.c interface, but don't | Andrew Bartlett | 4 | -5/+29 |
2002-06-14 | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 3 | -6/+188 |
2002-06-14 | Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_list | Andrew Bartlett | 1 | -2/+2 |
2002-06-14 | Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and the | Andrew Bartlett | 2 | -3/+19 |
2002-06-14 | Add const, kill of useless casts and therefore eliminate warnings. | Andrew Bartlett | 1 | -3/+3 |
2002-06-13 | Ensure we save any older SIGALRM signal handler. | Jeremy Allison | 3 | -7/+11 |
2002-06-13 | Latest patch from metze <metze@metzemix.de> to move most of samba across | Andrew Bartlett | 1 | -4/+27 |
2002-06-11 | few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro... | Simo Sorce | 1 | -4/+8 |
2002-06-10 | Remove "sids.h" as it really wasn't being used anywhere, and was exporting | Andrew Bartlett | 1 | -2/+0 |
2002-06-07 | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 1 | -4/+0 |
2002-06-07 | Move the code from lib/util_sid.c that deals with the global_sam_sid into | Andrew Bartlett | 1 | -241/+1 |
2002-06-05 | merge from 2.2 | Gerald Carter | 1 | -4/+10 |
2002-06-05 | Spelling fix. | Tim Potter | 1 | -1/+1 |
2002-06-03 | Since includes.h isn't included here, VA_COPY has to be defined here. I don't | Jim McDonough | 1 | -0/+8 |