summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-01Remove another use of global_loadparm.Jelmer Vernooij3-9/+13
2008-11-01Move calls to lp_* higher up in the call stack.Jelmer Vernooij1-6/+15
2008-11-01Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij10-20/+47
2008-11-01Remove unused argument iconv_convenience.Jelmer Vernooij4-8/+1
2008-11-01Remove convert_string_talloc_descriptor, add iconv_talloc().Jelmer Vernooij2-59/+77
2008-11-01Remove IS_DOT and IS_DOTDOT macros, already provided by libreplace orJelmer Vernooij1-8/+0
2008-11-01Move ABS() to libutil.Jelmer Vernooij2-24/+4
2008-11-01Remove a bunch of direct inbuf references by adding "buf" to smb_requestVolker Lendecke9-80/+71
2008-11-01In reply_copy, don't write to inbuf when splitting directory and maskVolker Lendecke1-19/+14
2008-11-01In reply_search(), don't write to inbuf when splitting directory and maskVolker Lendecke1-16/+10
2008-11-01Apply some const to get_lock_*()Volker Lendecke3-10/+18
2008-11-01Apply some const to np_write()Volker Lendecke2-2/+2
2008-11-01Add a "buflen" struct member to smb_requestVolker Lendecke4-19/+12
2008-11-01Make use of smb_bufrem()Volker Lendecke1-1/+1
2008-11-01Remove unused extern declarationVolker Lendecke1-2/+0
2008-11-01ntlm_check.c: Sync some changes from Samba 4.Jelmer Vernooij1-16/+23
2008-11-01Use standardized types in ntlm_check.c.Jelmer Vernooij1-13/+13
2008-11-01Remove use of lp_*() from ntlm_check.c.Jelmer Vernooij4-17/+20
2008-11-01Use shared doserr.c.Jelmer Vernooij5-203/+89
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij30-161/+155
2008-11-01Fix header installation.Jelmer Vernooij1-1/+1
2008-11-01Fix proto header.Jelmer Vernooij1-1/+1
2008-11-01Fix prototype for attrib_string().Jelmer Vernooij3-2/+3
2008-11-01Use struct for server versions.Jelmer Vernooij5-42/+32
2008-11-01ALlow util/debug.h to be included more than once.Jelmer Vernooij1-0/+5
2008-11-01Fix includes in installed version of talloc_stack.h.Jelmer Vernooij2-1/+2
2008-11-01Remove need to define _SAMBA_BUILD_ == 4 when using installed headers.Jelmer Vernooij1-0/+2
2008-11-01Rename param_opt.flags to priority.Jelmer Vernooij2-5/+20
2008-11-01Remove duplicate prototypes.Jelmer Vernooij1-11/+1
2008-11-01Fix return type of readlink().Jelmer Vernooij1-1/+1
2008-11-01Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij32-427/+302
2008-11-01Use dup2() replacement from libreplace.Jelmer Vernooij9-19/+23
2008-11-01Remove sys_dl*() - stubs are already provided by libreplace.Jelmer Vernooij5-62/+18
2008-11-01Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij6-23/+7
2008-11-01Remove tests for functions provided by libreplace from configure.Jelmer Vernooij1-3/+3
2008-11-01Move sys_realpath() to libreplace.Jelmer Vernooij7-18/+19
2008-11-01Move sys_lchown() to libreplace.Jelmer Vernooij8-23/+16
2008-11-01Move sys_symlink() to libreplace.Jelmer Vernooij7-19/+18
2008-11-01Move sys_readlink() to libreplace.Jelmer Vernooij6-16/+14
2008-11-01Move sys_link to libreplace.Jelmer Vernooij7-17/+16
2008-11-01Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.Jelmer Vernooij2-2/+2
2008-11-01Move sys_chown() to rep_chown().Jelmer Vernooij5-20/+20
2008-11-01Only provide valgrind_strlen prototype when it's being compiled in.Jelmer Vernooij1-2/+2
2008-11-01Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij11-49/+141
2008-11-01proto.h: Remove prototypes already in other header files.Jelmer Vernooij1-120/+0
2008-11-01Samba3: Include util.h header file rather than having custom prototypes.Jelmer Vernooij6-60/+35
2008-10-31Get closer to passing S4 RAW-ACLs.Jeremy Allison6-29/+130
2008-11-01Support alternative include paths.Jelmer Vernooij1-0/+4
2008-11-01s4-smbtorture: fix segfault in RPC-SAMLOGON test.Günther Deschner1-1/+1
2008-11-01s3-net: fix build warning.Günther Deschner1-1/+1