summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-07-23* changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter6-154/+375
2002-07-23reran configureAndrew Tridgell2-752/+699
2002-07-23added LDAP_SET_REBIND_PROC_ARGS in acconfig.hAndrew Tridgell1-0/+3
2002-07-23removed the freebsd getgroups check now that we don't use itAndrew Tridgell1-24/+0
2002-07-22Sync with APPLIANCE_HEAD branch (whitespace, const only)Tim Potter1-2/+0
2002-07-22Merge from APPLIANCE_HEAD.Tim Potter2-10/+10
2002-07-22fix seg fault due to memory allocation goof.Gerald Carter1-0/+8
2002-07-22Ensure we're root before opening a printer backend tdb.Jeremy Allison1-0/+4
2002-07-22fixed a segv in net time when the host is unavailableAndrew Tridgell1-1/+1
2002-07-21Fix up dir drive call.Tim Potter1-1/+1
2002-07-21Name get and set dir drive functions consistently.Tim Potter6-12/+13
2002-07-21More cleanups, and add a comment/hint not to clean somthing up in future :-)Andrew Bartlett3-71/+10
2002-07-21Add some const & static, remove unused functions.Andrew Bartlett2-24/+1
2002-07-21Another smattering of static and constAndrew Bartlett7-13/+13
2002-07-21Tpot missed one...Andrew Bartlett1-1/+1
2002-07-21Looks like I missed this earlier. We should connect as the specified workgroupAndrew Bartlett1-1/+1
2002-07-21Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter6-23/+23
2002-07-21More use of intermediate variables to avoid issues with pointer size and casts.Andrew Bartlett1-9/+27
2002-07-21Compilers do find bugs :-)Andrew Bartlett1-2/+1
2002-07-20And a little more 'const'.Andrew Bartlett2-3/+3
2002-07-20Don't try and sys_dup2(dbf->fd) if dbf == NULL.Tim Potter1-1/+1
2002-07-20Oops, my bad. I forgot to assign this, so lookupnames wasn't doing much :-)Andrew Bartlett1-0/+1
2002-07-20another intermediate checkin on the way to enumerating formsGerald Carter5-38/+136
2002-07-20More fixes towards warnings on the IRIX compilerAndrew Bartlett8-35/+46
2002-07-20correctly declare global_myworkgroup to be the right size.Andrew Bartlett1-1/+1
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett12-26/+40
2002-07-20Add some const to try and get less warnings.Andrew Bartlett1-2/+3
2002-07-20Make it clear that the 'service' isn't to be touched. (Make it const).Andrew Bartlett1-1/+1
2002-07-20Update the smbd reply code a little:Andrew Bartlett2-5/+25
2002-07-20Fix up char/uchar casts etc. Fix up comments on some of the password hashAndrew Bartlett2-12/+9
2002-07-20If we can't connect, make sure its a level 0 so we see it, and the reason.Andrew Bartlett1-1/+1
2002-07-20Move some startup time initialisation to server.c, so it is all in one place.Andrew Bartlett2-11/+11
2002-07-20Add support for duplicating stderr into our logfiles.Andrew Bartlett3-25/+35
2002-07-20Add support for a weird behaviour apparently used by Win9X pass-throughAndrew Bartlett2-4/+19
2002-07-20Update the usage for smbgroupedit to document -d for 'description'.Andrew Bartlett1-0/+2
2002-07-20Add a wrapper for dup2() to our system.cAndrew Bartlett1-0/+10
2002-07-20NT_STATUS_UNSUCCESSFUL just gets clients confused - move to NO_LOGON_SERVERSAndrew Bartlett1-11/+11
2002-07-20enumeration of printers keys ( no data yet ) via the registryGerald Carter5-34/+65
2002-07-20fixed a logic error in the sorted_tree_find_child() routineGerald Carter3-33/+69
2002-07-19fixed seg fault in registry frontend caused by trying toGerald Carter4-12/+23
2002-07-19Fixed a compiler warning.Tim Potter1-3/+3
2002-07-19Never ignore valgrind messages :-). Don't reference before the startJeremy Allison1-1/+1
2002-07-19* refactored registry operations some. subkey lists andGerald Carter7-240/+488
2002-07-19Allow trans2 and nttrans messages to be processed in oplock break state.Jeremy Allison2-5/+7
2002-07-19Formatting fixup. Fix shadow warning.Jeremy Allison2-458/+461
2002-07-19merge from SAMBA_2_2 spotted by SimoGerald Carter1-2/+14
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-18Prevent gcc warning about shadowed global "index".Jeremy Allison1-1/+1