Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-03 | Pass the directory versions of the RAW-ACL (still not inheritance). Refactor ↵ | Jeremy Allison | 1 | -43/+83 | |
some common code between open_file_ntcreate() and open_directory(). Jeremy. | |||||
2008-11-03 | Pass all the non-inherited S4 RAW-ACL tests. | Jeremy Allison | 3 | -14/+15 | |
Jeremy. | |||||
2008-11-04 | s3-build: re-run make samba3-idl. | Günther Deschner | 5 | -37/+58 | |
Guenther | |||||
2008-11-03 | s3: fix a few "shadows a global declaration" warnings | Tim Prouty | 5 | -22/+22 | |
2008-11-03 | s3: proto.h: add missing sys_[g|s]et_quota_vfs() prototypes | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2008-11-03 | Fix nonempty blank lines | Volker Lendecke | 1 | -14/+14 | |
2008-11-03 | Make a comment match its function definition | Volker Lendecke | 1 | -1/+1 | |
2008-11-03 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 19 | -446/+393 | |
2008-11-02 | Remove some inbuf references by adding "cmd" to smb_request | Volker Lendecke | 5 | -16/+14 | |
2008-11-02 | Remove the inbuf reference from map_checkpath_error() | Volker Lendecke | 1 | -4/+4 | |
2008-11-02 | Remove a direct inbuf reference in reply_negprot | Volker Lendecke | 1 | -2/+8 | |
2008-11-02 | [s3]winbindd: speed up fill_grent_mem (i.e. winbindd_getgrent) a lot. | Michael Adam | 1 | -13/+20 | |
With large groups, getgrent ran into timeouts because after each single user that was added to the expanded group list, the list was sorted and made unique. Now the list is sorted just once after all members have been added. Michael | |||||
2008-11-02 | Make a [un]become_root wrap a bit tighter | Volker Lendecke | 1 | -7/+11 | |
Sooner or later this would bite us. | |||||
2008-11-02 | Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_reply | Volker Lendecke | 3 | -11/+11 | |
2008-11-02 | Remove global_loadparm stub in Samba 3 as it's no longer used. | Jelmer Vernooij | 2 | -2/+0 | |
2008-11-02 | Use "vwv" in trans parsing | Volker Lendecke | 3 | -72/+67 | |
2008-11-02 | Samba3: Remove more configure tests already done by libreplace. | Jelmer Vernooij | 2 | -37/+11 | |
2008-11-02 | Remove MIN, MAX, slprintf, vslprintf defines already provided by libreplace. | Jelmer Vernooij | 1 | -14/+1 | |
2008-11-02 | Remove a bunch of direct inbuf references by adding "vwv" to smb_request | Volker Lendecke | 9 | -146/+144 | |
2008-11-02 | Add *test4 rules to merged build Makefile, to allow running the Samba 4 ↵ | Jelmer Vernooij | 2 | -1/+81 | |
tests against Samba 4. (doesn't work yet). | |||||
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 2 | -0/+2 | |
Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters. | |||||
2008-11-02 | Fix bug 5860: safe_strcpy gives a nasty error message for overlong strings | Volker Lendecke | 1 | -1/+1 | |
Thanks to Robert Dahlem <Robert.Dahlem@gmx.net> for reporting this! | |||||
2008-11-02 | Remove an unused variable | Volker Lendecke | 1 | -1/+0 | |
2008-11-02 | Rename "inbuf" to "base_ptr" in srvstr_get_path_* | Volker Lendecke | 1 | -5/+5 | |
2008-11-02 | Remove some direct inbuf references by adding smbreq_bufrem | Volker Lendecke | 6 | -9/+11 | |
2008-11-02 | Simplify params of srvstr_pull_buf_talloc() | Volker Lendecke | 7 | -49/+37 | |
Now that "req" is available everywhere, use it. Rename srvstr_pull_buf_talloc() to srvstr_pull_req() | |||||
2008-11-02 | Add srvstr_get_path_req[_wcard] | Volker Lendecke | 3 | -115/+65 | |
2008-11-01 | The non-talloc versions of srvstr_pull are not longer needed | Volker Lendecke | 1 | -8/+0 | |
2008-11-01 | Kill some fstrings | Volker Lendecke | 1 | -31/+55 | |
2008-11-01 | Remove IS_DOT and IS_DOTDOT macros, already provided by libreplace or | Jelmer Vernooij | 1 | -8/+0 | |
the system. | |||||
2008-11-01 | Move ABS() to libutil. | Jelmer Vernooij | 1 | -24/+0 | |
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 | Use shared doserr.c. | Jelmer Vernooij | 3 | -203/+1 | |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 30 | -161/+155 | |
2008-11-01 | Remove duplicate prototypes. | Jelmer Vernooij | 1 | -11/+1 | |
2008-11-01 | Merge branch 'master' of /home/jelmer/samba3 | Jelmer Vernooij | 23 | -412/+174 | |
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 | 5 | -18/+7 | |
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 | 4 | -21/+2 | |
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 | 3 | -17/+1 | |