Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-27 | Fix for bug 7755 - SMBC_getdents_ctx() ignores struct alignment rules | Jeremy Allison | 1 | -6/+13 | |
Based on a fix from Sven Neumann <s.neumann@raumfeld.com>. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Oct 27 22:02:11 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | Fix bug 7754 - samba uses index(), marked as legacy. | Sven Neumann | 1 | -3/+3 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Oct 27 19:25:16 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | s3: Make gpfs winattrs work again | Volker Lendecke | 1 | -7/+31 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Oct 27 15:32:00 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | s3-smbd Remove manual override of DEBUGELVEL during exit | Andrew Bartlett | 1 | -5/+0 | |
This code, originally added at the dawn of time (the import into CVS) does not seem to be required any more, as all the DEBUG() statements in the intermediate functions are at level 0. Andrew Bartlett | |||||
2010-10-27 | s3-waf: fixed the s3 waf build | Andrew Tridgell | 1 | -9/+8 | |
Jelmer, this undoes some of your library renaming, as it conflicted with existing binary and subsystem names Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 27 00:22:34 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | waf: Don't auto-lowercase library names. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 2 | -19/+19 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-26 | s3: Fix some DEBUG msgs | Volker Lendecke | 1 | -5/+5 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Oct 26 15:20:01 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | s3: Pass tdb_flags to ctdbd when attaching to a db | Volker Lendecke | 1 | -1/+1 | |
This is required to make ctdb create databases with INCOMPATIBLE_HASH | |||||
2010-10-25 | s3-waf: implement LIBMSRPC_GEN as tiny wrapper of 'NDR_STANDARD NDR_DSSETUP ↵ | Stefan Metzmacher | 1 | -23/+2 | |
NDR_SPOOLSS' metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 25 08:58:49 UTC 2010 on sn-devel-104 | |||||
2010-10-25 | s3-waf: use NDR_NETLOGON for ntlm_auth | Stefan Metzmacher | 1 | -3/+2 | |
metze | |||||
2010-10-25 | s3-waf: use NDR_SCHANNEL | Stefan Metzmacher | 1 | -6/+2 | |
metze | |||||
2010-10-25 | s3-waf: use NDR_NTLMSSP subsystem | Stefan Metzmacher | 1 | -5/+1 | |
metze | |||||
2010-10-25 | s3-waf: add NDR_STANDARD dependencies to fix the build | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2010-10-25 | s3-waf: use git to calculate the version if available | Stefan Metzmacher | 2 | -11/+17 | |
metze | |||||
2010-10-25 | s3-waf: fixed paths in s3 waf build for rpc_server | Andrew Tridgell | 1 | -14/+14 | |
paths in waf rules are relative Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-25 | s3-waf: fixed waf configure for recent changes | Andrew Tridgell | 1 | -1/+1 | |
2010-10-24 | s3: Use cli_setpathinfo in cli_posix_unlink_internal | Volker Lendecke | 1 | -47/+15 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 21:28:08 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s3: Avoid passing down a boolean to cli_posix_unlink_internal_send | Volker Lendecke | 1 | -5/+7 | |
2010-10-24 | s3: Use cli_setpathinfo in cli_posix_chown_chmod_internal | Volker Lendecke | 1 | -54/+16 | |
2010-10-24 | s3: Use cli_setpathinfo in cli_posix_link_internal | Volker Lendecke | 1 | -49/+16 | |
2010-10-24 | s3: Use tevent_req_simple_recv_ntstatus where appropriate | Volker Lendecke | 1 | -66/+11 | |
2010-10-24 | s3: Pass down a level instead of a flag to cli_posix_link_internal | Volker Lendecke | 1 | -7/+7 | |
2010-10-24 | s3: Add async cli_setpathinfo | Volker Lendecke | 2 | -0/+87 | |
2010-10-24 | s3: Add "setea" to smbclient | Volker Lendecke | 1 | -0/+47 | |
2010-10-24 | s3: Add "geteas" to smbclient | Volker Lendecke | 1 | -0/+59 | |
2010-10-24 | s3:include: move debug.c prototypes to debug.h | Stefan Metzmacher | 2 | -21/+21 | |
metze | |||||
2010-10-24 | s3:include: move MAX_DEBUG_LEVEL from local.h to debug.h | Stefan Metzmacher | 2 | -9/+9 | |
metze | |||||
2010-10-24 | s3: Initialize output vars in parse_ea_blob | Volker Lendecke | 1 | -0/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 12:22:22 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s3: Remove unused cli_get_ea_list_fnum | Volker Lendecke | 1 | -62/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 10:23:29 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s3: Replace cli_qfileinfo_test with a call to cli_qfileinfo | Volker Lendecke | 3 | -75/+10 | |
2010-10-24 | s3: Convert cli_qfileinfo_basic to cli_qfileinfo | Volker Lendecke | 8 | -63/+61 | |
2010-10-24 | s3: Convert cli_qfilename to cli_qfileinfo | Volker Lendecke | 3 | -37/+16 | |
2010-10-24 | s3: Add async cli_qfileinfo | Volker Lendecke | 2 | -0/+145 | |
2010-10-24 | s3: Rename cli_fileinfo() to cli_fileinfo_basic() | Volker Lendecke | 9 | -33/+42 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -13/+13 | |
2010-10-24 | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-23 | s4: Rename NSS_WRAPPER to nss_wrapper. | Jelmer Vernooij | 1 | -8/+8 | |
Only link to nss_wrapper when it is enabled. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | lib/util: Add tevent WERROR wrappers | Kai Blin | 2 | -0/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 23 07:35:28 UTC 2010 on sn-devel-104 | |||||
2010-10-22 | Revert "Wrap security_token_has_privilege() with a check for ↵ | Jeremy Allison | 11 | -38/+29 | |
lp_enable_privileges(). Needed" Not needed - privileges code prevents "enable privileges = no" from adding privileges anyway. This reverts commit a8b95686a7bde3f96f141b6938e24e101567ef54. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 22 23:41:36 UTC 2010 on sn-devel-104 | |||||
2010-10-22 | Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ↵ | Jeremy Allison | 11 | -29/+38 | |
Needed to maintain compatibility with smb.conf manpage. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 22 18:15:48 UTC 2010 on sn-devel-104 | |||||
2010-10-21 | Lowercase socket_wrapper name. | Jelmer Vernooij | 1 | -4/+3 | |
Avoid linking against socket_wrapper outside of developer mode. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 21 20:26:11 UTC 2010 on sn-devel-104 | |||||
2010-10-21 | s3-waf: mark some libraries as private | Andrew Tridgell | 1 | -0/+5 | |
public libraries must have a vnum specified | |||||
2010-10-21 | Add code to implement SeSecurityPrivilege in net rpc rights, and in the | Jeremy Allison | 2 | -21/+18 | |
open and get/set NT security descriptor code. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 21 00:15:57 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | s3: Make "unpack_pjob" static | Volker Lendecke | 2 | -2/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Oct 20 16:51:04 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | s3: Use any_nt_status_not_ok in winbind | Volker Lendecke | 19 | -95/+19 | |
2010-10-20 | s3: Add any_nt_status_not_ok | Volker Lendecke | 2 | -0/+14 | |
This helps avoid quite a bit of repetitive code when looking at dcerpc_xx_recv results. | |||||
2010-10-20 | Make getpwnam_alloc() static to lib/username.c, and ensure all username ↵ | Jeremy Allison | 17 | -117/+97 | |
lookups go through Get_Pwnam_alloc(), which is the correct wrapper function. We were using it *some* of the time anyway, so this just makes us properly consistent. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Oct 20 16:02:12 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | nsstest: no need for two copies of the same tool. | Günther Deschner | 3 | -497/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Oct 20 15:05:34 UTC 2010 on sn-devel-104 |