summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2002-07-14This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2-0/+166
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
2002-06-10Remove "sids.h" as it really wasn't being used anywhere, and was exportingAndrew Bartlett1-2/+0
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett1-4/+0
2002-06-07Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett1-241/+1
2002-06-05merge from 2.2Gerald Carter1-4/+10
2002-06-05Spelling fix.Tim Potter1-1/+1
2002-06-03Since includes.h isn't included here, VA_COPY has to be defined here. I don'tJim McDonough1-0/+8
2002-06-03put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell5-44/+20
2002-05-28Updates to better report some NTSTATUS errors into PAM, and update to PAMAndrew Bartlett1-0/+1
2002-05-26move debug stuff from messages.c to debug.c (Elrond)Simo Sorce2-20/+20
2002-05-25Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2-19/+2