summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* addedd new (t)alloc_sub_* functionsSimo Sorce2002-07-142-31/+305
* make this a ZERO_STRUCTP for consitancy with the rest of Samba.Andrew Bartlett2002-07-131-1/+1
* fixed a stdin bug in XFILE that prevented 'print -' from workingAndrew Tridgell2002-07-131-4/+4
* The changes in make_sec_desc to make us match W2K broke the marshalling/unmar...Jeremy Allison2002-07-121-1/+1
* *Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison2002-07-111-3/+3
* some support functions to ease the next commit.Simo Sorce2002-07-091-6/+96
* the last WINS update broke self registration when we are a WINSAndrew Tridgell2002-07-091-7/+0
* Kill off const warnings - add a pile of const to various places.Andrew Bartlett2002-07-081-1/+1
* (this should have been part of the previous commit)Andrew Bartlett2002-07-081-1/+37
* Fix the forword prototype to be a static for this static function.Andrew Bartlett2002-07-031-1/+1
* Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-022-41/+77
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-017-146/+29
* bias the lookup sorting towards directly reachable IPsAndrew Tridgell2002-07-011-0/+8
* don't warn on non-existant files in map_file(), let the caller handle any war...Andrew Tridgell2002-06-281-1/+2
* don't warn on the loading of zero length files. This fixes theAndrew Tridgell2002-06-281-1/+1
* fixed a link problem with global_in_nmbdAndrew Tridgell2002-06-271-2/+2
* The next phase in the WINS rewrite!Andrew Tridgell2002-06-272-57/+55
* This commit finally gives us multiple wins server groups. We nowAndrew Tridgell2002-06-261-16/+245
* made the wins list handling a littler clearerAndrew Tridgell2002-06-261-9/+5
* mumble ... fix typo ... mumbleAndrew Tridgell2002-06-261-1/+1
* fixed we_are_multihomed() to cope with dynamic interfaces (ie. don'tAndrew Tridgell2002-06-261-6/+1
* - completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell2002-06-261-303/+90
* fixed a bug in handling select in the main daemon - this stops the daemon spi...Andrew Tridgell2002-06-251-12/+6
* Changed level of "bind succeded on port %d" debug to 10.Tim Potter2002-06-211-1/+1
* Fixed compiler warning.Tim Potter2002-06-201-1/+1
* more debug classess activatedSimo Sorce2002-06-181-1/+1
* compile warngin fixes merged from 2.2Gerald Carter2002-06-171-1/+1
* Fixed typo in debug.Tim Potter2002-06-171-1/+1
* Simplify this code further. Just substitute %H, and let the normal codeAndrew Bartlett2002-06-151-36/+0
* Unsused function since last commitAndrew Bartlett2002-06-151-34/+0
* Rework much of the service.c code:Andrew Bartlett2002-06-151-3/+10
* This patch does 2 things:Andrew Bartlett2002-06-151-0/+57
* Add back sys_getpwnam() and freinds to the system.c interface, but don'tAndrew Bartlett2002-06-154-5/+29
* moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-143-6/+188
* Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett2002-06-141-2/+2
* Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and theAndrew Bartlett2002-06-142-3/+19
* Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett2002-06-141-3/+3
* Ensure we save any older SIGALRM signal handler.Jeremy Allison2002-06-133-7/+11
* Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-131-4/+27
* few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce2002-06-111-4/+8
* Remove "sids.h" as it really wasn't being used anywhere, and was exportingAndrew Bartlett2002-06-101-2/+0
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-4/+0
* Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett2002-06-071-241/+1
* merge from 2.2Gerald Carter2002-06-051-4/+10
* Spelling fix.Tim Potter2002-06-051-1/+1
* Since includes.h isn't included here, VA_COPY has to be defined here. I don'tJim McDonough2002-06-031-0/+8
* put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell2002-06-035-44/+20
* Updates to better report some NTSTATUS errors into PAM, and update to PAMAndrew Bartlett2002-05-281-0/+1
* move debug stuff from messages.c to debug.c (Elrond)Simo Sorce2002-05-262-20/+20
* Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-252-19/+2