this is an interim fix for nmbd not registering DOMAIN#1b with WINS
[ira/wip.git] / source /
2002-07-28 Andrew Tridgellthis is an interim fix for nmbd not registering DOMAIN...
2002-07-28 Andrew BartlettAdd the ability to set account policies too.
2002-07-28 Andrew Tridgellmake sure async dns nmbd child dies
2002-07-28 Andrew Tridgellfix minor nits in nmbd from adtam@cup.hp.com
2002-07-28 Andrew Tridgellgood security patch from Timothy.Sell@unisys.com
2002-07-28 Andrew Tridgellpartial apply of samba-patches 960
2002-07-28 Andrew Tridgellfixed man install
2002-07-28 Andrew Tridgellfixed logfile location to honor configure
2002-07-28 Andrew BartlettFix a missing 'no memory' return in last night's svrsvc...
2002-07-28 Andrew BartlettAnother item off my long-term todo list:
2002-07-28 Andrew BartlettIt seems I didn't need to write a dup2() wrapper -...
2002-07-28 Andrew BartlettClean this code up a little. If it's alrady asprintf...
2002-07-27 Andrew BartlettA very long time ago (actually 6 months ago) I promised...
2002-07-27 Andrew BartlettUpdate the rebind code in pdb_ldap.
2002-07-27 Andrew BartlettThis should fix a nastly little bug where if a user...
2002-07-27 Simo Sorcenice day today
2002-07-27 Simo Sorceas per user request added windbind start/stop/restart...
2002-07-27 Andrew BartlettRafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc...
2002-07-26 Gerald Carter3 things:
2002-07-26 Gerald Carterfix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1
2002-07-26 Andrew Bartlett(another patch from mimir)
2002-07-26 Andrew BartlettMimir has been busy with patches again, and sent in...
2002-07-26 Andrew BartlettI think this makes the debug statement clearer.
2002-07-26 Andrew BartlettClarify this comment.
2002-07-26 Tim PotterPrint out a friendly message on error instead of a...
2002-07-25 Andrew TridgellI had forgotten to commit this after running configure
2002-07-24 Gerald Carter* fix return code so we don't let a client just open...
2002-07-24 Gerald Carterdone! printer_info_2, devicemode, sec_desc, & printer...
2002-07-24 Andrew Tridgellreran configure
2002-07-24 Gerald Carterseveral changes in this checkin
2002-07-24 Andrew BartlettIf lp_add_home() fails, don't go any further, just...
2002-07-24 Andrew BartlettMake it possible to query account policy values from...
2002-07-24 Andrew BartlettActually check the return value of the account_policy_g...
2002-07-24 Andrew BartlettWe must be root to access the passdb, so ensure all...
2002-07-24 Andrew BartlettAdd another message rather than 'internal module error'
2002-07-24 Andrew BartlettGive an idea what service didn't have the directory.
2002-07-23 Andrew Tridgellimplemented getgrouplist() for systems that don't have...
2002-07-23 Gerald Carter* fix to display correct form information in REG_BINARY...
2002-07-23 Gerald Carter* changed structure of REG_R_ENUM_VALUE structure since...
2002-07-23 Andrew Tridgellreran configure
2002-07-23 Andrew Tridgelladded LDAP_SET_REBIND_PROC_ARGS in acconfig.h
2002-07-23 Andrew Tridgellremoved the freebsd getgroups check now that we don...
2002-07-22 Tim PotterSync with APPLIANCE_HEAD branch (whitespace, const...
2002-07-22 Tim PotterMerge from APPLIANCE_HEAD.
2002-07-22 Gerald Carterfix seg fault due to memory allocation goof.
2002-07-22 Jeremy AllisonEnsure we're root before opening a printer backend...
2002-07-22 Andrew Tridgellfixed a segv in net time when the host is unavailable
2002-07-21 Tim PotterFix up dir drive call.
2002-07-21 Tim PotterName get and set dir drive functions consistently.
2002-07-21 Andrew BartlettMore cleanups, and add a comment/hint not to clean...
2002-07-21 Andrew BartlettAdd some const & static, remove unused functions.
2002-07-21 Andrew BartlettAnother smattering of static and const
2002-07-21 Andrew BartlettTpot missed one...
2002-07-21 Andrew BartlettLooks like I missed this earlier. We should connect...
2002-07-21 Tim PotterRenamed all the new_cli_netlogon_* functions to cli_net...
2002-07-21 Andrew BartlettMore use of intermediate variables to avoid issues...
2002-07-21 Andrew BartlettCompilers do find bugs :-)
2002-07-20 Andrew BartlettAnd a little more 'const'.
2002-07-20 Tim PotterDon't try and sys_dup2(dbf->fd) if dbf == NULL.
2002-07-20 Andrew BartlettOops, my bad. I forgot to assign this, so lookupnames...
2002-07-20 Gerald Carteranother intermediate checkin on the way to enumerating...
2002-07-20 Andrew BartlettMore fixes towards warnings on the IRIX compiler
2002-07-20 Andrew Bartlettcorrectly declare global_myworkgroup to be the right...
2002-07-20 Andrew BartlettTry to fix up warnings - particularly on the IRIX 64...
2002-07-20 Andrew BartlettAdd some const to try and get less warnings.
2002-07-20 Andrew BartlettMake it clear that the 'service' isn't to be touched...
2002-07-20 Andrew BartlettUpdate the smbd reply code a little:
2002-07-20 Andrew BartlettFix up char/uchar casts etc. Fix up comments on some...
2002-07-20 Andrew BartlettIf we can't connect, make sure its a level 0 so we...
2002-07-20 Andrew BartlettMove some startup time initialisation to server.c,...
2002-07-20 Andrew BartlettAdd support for duplicating stderr into our logfiles.
2002-07-20 Andrew BartlettAdd support for a weird behaviour apparently used by...
2002-07-20 Andrew BartlettUpdate the usage for smbgroupedit to document -d for...
2002-07-20 Andrew BartlettAdd a wrapper for dup2() to our system.c
2002-07-20 Andrew BartlettNT_STATUS_UNSUCCESSFUL just gets clients confused ...
2002-07-20 Gerald Carterenumeration of printers keys ( no data yet ) via the...
2002-07-20 Gerald Carterfixed a logic error in the sorted_tree_find_child(...
2002-07-19 Gerald Carterfixed seg fault in registry frontend caused by trying to
2002-07-19 Tim PotterFixed a compiler warning.
2002-07-19 Jeremy AllisonNever ignore valgrind messages :-). Don't reference...
2002-07-19 Gerald Carter* refactored registry operations some. subkey lists and
2002-07-19 Jeremy AllisonAllow trans2 and nttrans messages to be processed in...
2002-07-19 Jeremy AllisonFormatting fixup. Fix shadow warning.
2002-07-19 Andrew Tridgellfixed line buffer mode in XFILE
2002-07-18 Jeremy AllisonPrevious fix was incorrect. len in string_sub and all_s...
2002-07-18 Jeremy AllisonAdd useful VALGRIND #ifdef.
2002-07-18 Jeremy AllisonPrevent gcc warning about shadowed global "index".
2002-07-18 Jeremy AllisonDon't crash on setfileinfo on printer fsp.
2002-07-18 Jeremy AllisonFixed off-by-one in all_string_sub also.
2002-07-18 Jeremy AllisonFormatting fixups.
2002-07-18 Jeremy AllisonAnother bug found by valgrind. Don't AND a src length...
2002-07-18 Gerald Cartervirtual registry framework with initial printing hooks.
2002-07-18 Gerald CarterThe previous code would not allow things like string_su...
2002-07-18 Simo SorceUnneded extra check on len
2002-07-18 Jeremy AllisonWe have to look at the length before checking for ...
2002-07-18 Jeremy AllisonUse of uninitialized variable caught by valgrind.
2002-07-17 Jeremy AllisonGone back to explicit queue number passing as snum...
2002-07-17 Jeremy AllisonLanman print jobs are *16* bits, not 32. arggggh. Map...
2002-07-16 Jeremy Allisonprint_jobid in the fsp struct should be uint32.
2002-07-16 Tim PotterUse codepage 850 as a default for the dos character...
next