Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-01 | Remove a bunch of direct inbuf references by adding "buf" to smb_request | Volker Lendecke | 9 | -80/+71 | |
2008-11-01 | In reply_copy, don't write to inbuf when splitting directory and mask | Volker Lendecke | 1 | -19/+14 | |
2008-11-01 | In reply_search(), don't write to inbuf when splitting directory and mask | Volker Lendecke | 1 | -16/+10 | |
2008-11-01 | Apply some const to get_lock_*() | Volker Lendecke | 3 | -10/+18 | |
2008-11-01 | Apply some const to np_write() | Volker Lendecke | 2 | -2/+2 | |
2008-11-01 | Add a "buflen" struct member to smb_request | Volker Lendecke | 4 | -19/+12 | |
This removes some explicit inbuf references and also removes a pointless check in reply_echo. The buflen can never be more than 64k, this is just a 16 bit value. | |||||
2008-11-01 | Make use of smb_bufrem() | Volker Lendecke | 1 | -1/+1 | |
2008-11-01 | Remove unused extern declaration | Volker Lendecke | 1 | -2/+0 | |
2008-11-01 | ntlm_check.c: Sync some changes from Samba 4. | Jelmer Vernooij | 1 | -16/+23 | |
2008-11-01 | Use standardized types in ntlm_check.c. | Jelmer Vernooij | 1 | -13/+13 | |
2008-11-01 | Remove use of lp_*() from ntlm_check.c. | Jelmer Vernooij | 4 | -17/+20 | |
2008-11-01 | Use shared doserr.c. | Jelmer Vernooij | 5 | -203/+89 | |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 30 | -161/+155 | |
2008-11-01 | Fix header installation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-01 | Fix proto header. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-01 | Fix prototype for attrib_string(). | Jelmer Vernooij | 3 | -2/+3 | |
2008-11-01 | Use struct for server versions. | Jelmer Vernooij | 5 | -42/+32 | |
2008-11-01 | ALlow util/debug.h to be included more than once. | Jelmer Vernooij | 1 | -0/+5 | |
2008-11-01 | Fix includes in installed version of talloc_stack.h. | Jelmer Vernooij | 2 | -1/+2 | |
2008-11-01 | Remove need to define _SAMBA_BUILD_ == 4 when using installed headers. | Jelmer Vernooij | 1 | -0/+2 | |
2008-11-01 | Rename param_opt.flags to priority. | Jelmer Vernooij | 2 | -5/+20 | |
2008-11-01 | Remove duplicate prototypes. | Jelmer Vernooij | 1 | -11/+1 | |
2008-11-01 | Fix return type of readlink(). | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-01 | Merge branch 'master' of /home/jelmer/samba3 | Jelmer Vernooij | 32 | -427/+302 | |
Conflicts: lib/replace/README lib/replace/libreplace.m4 lib/replace/replace.c source3/include/proto.h source3/lib/system.c | |||||
2008-11-01 | Use dup2() replacement from libreplace. | Jelmer Vernooij | 9 | -19/+23 | |
2008-11-01 | Remove sys_dl*() - stubs are already provided by libreplace. | Jelmer Vernooij | 5 | -62/+18 | |
2008-11-01 | Remove sys_chroot() - libreplace already provides an alternative. | Jelmer Vernooij | 6 | -23/+7 | |
2008-11-01 | Remove tests for functions provided by libreplace from configure. | Jelmer Vernooij | 1 | -3/+3 | |
2008-11-01 | Move sys_realpath() to libreplace. | Jelmer Vernooij | 7 | -18/+19 | |
2008-11-01 | Move sys_lchown() to libreplace. | Jelmer Vernooij | 8 | -23/+16 | |
2008-11-01 | Move sys_symlink() to libreplace. | Jelmer Vernooij | 7 | -19/+18 | |
2008-11-01 | Move sys_readlink() to libreplace. | Jelmer Vernooij | 6 | -16/+14 | |
2008-11-01 | Move sys_link to libreplace. | Jelmer Vernooij | 7 | -17/+16 | |
2008-11-01 | Use 'regular' chown, libreplace will provide (dummy) replacement if necessary. | Jelmer Vernooij | 2 | -2/+2 | |
2008-11-01 | Move sys_chown() to rep_chown(). | Jelmer Vernooij | 5 | -20/+20 | |
2008-11-01 | Only provide valgrind_strlen prototype when it's being compiled in. | Jelmer Vernooij | 1 | -2/+2 | |
2008-11-01 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 11 | -49/+141 | |
2008-11-01 | proto.h: Remove prototypes already in other header files. | Jelmer Vernooij | 1 | -120/+0 | |
2008-11-01 | Samba3: Include util.h header file rather than having custom prototypes. | Jelmer Vernooij | 6 | -60/+35 | |
2008-10-31 | Get closer to passing S4 RAW-ACLs. | Jeremy Allison | 6 | -29/+130 | |
Jeremy. | |||||
2008-11-01 | Support alternative include paths. | Jelmer Vernooij | 1 | -0/+4 | |
2008-11-01 | s4-smbtorture: fix segfault in RPC-SAMLOGON test. | Günther Deschner | 1 | -1/+1 | |
Use torture_context when calling test_ChangePasswordUser3. Guenther | |||||
2008-11-01 | s3-net: fix build warning. | Günther Deschner | 1 | -1/+1 | |
Jeremy, please check. Guenther | |||||
2008-11-01 | s3-accessmask: re-run make samba3-idl and remove duplicate copies. | Günther Deschner | 2 | -15/+6 | |
Guenther | |||||
2008-11-01 | security-idl: fix typo. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-01 | Install additional libutil headers. | Jelmer Vernooij | 2 | -0/+4 | |
2008-10-31 | Another unused variable. | Jeremy Allison | 1 | -1/+0 | |
2008-11-01 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 18 | -487/+373 | |
2008-11-01 | Split out torture results from torture context. | Jelmer Vernooij | 4 | -39/+59 | |
2008-10-31 | Remove a pointles call to smb_bufrem | Volker Lendecke | 1 | -2/+1 | |
This call expanded to (smb_buflen(req->inbuf) - PTR_DIFF(smb_buf(req->inbuf) - smb_buf(req->inbuf))) which seems pretty pointless :-) |