Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-08 | s3: Use talloc_tos() in idmap_nss_sids_to_unixids | Volker Lendecke | 1 | -11/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Mar 8 21:51:58 CET 2011 on sn-devel-104 | |||||
2011-03-08 | s3: "dom_name" is not needed in idmap_nss_sids_to_unixids | Volker Lendecke | 1 | -2/+1 | |
2011-03-08 | s3: "ctx" is not needed in idmap_nss_unixids_to_sids | Volker Lendecke | 1 | -10/+0 | |
2011-03-08 | s3-winbind: Fixed the accept() for new_connection. | Andreas Schneider | 1 | -5/+7 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-idmap: fix the build of idmap_tdb2. | Günther Deschner | 1 | -11/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 8 10:51:04 CET 2011 on sn-devel-104 | |||||
2011-03-07 | s3: state->ev is not needed in winbindd_lookupsid | Volker Lendecke | 1 | -2/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 7 20:52:53 CET 2011 on sn-devel-104 | |||||
2011-03-06 | s3: Remove close_fn from idmap_methods | Volker Lendecke | 10 | -95/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 6 13:37:13 CET 2011 on sn-devel-104 | |||||
2011-03-06 | s3-idmap-hash: Make "hashed_domains" properly talloced | Volker Lendecke | 1 | -7/+7 | |
2011-03-06 | s3: Replace idmap_ad_close by a destructor | Volker Lendecke | 1 | -11/+12 | |
2011-03-06 | s3-idmap-ad: Make ad_schema properly talloced | Volker Lendecke | 1 | -4/+2 | |
2011-03-06 | s3-idmap-tdb: private_data is a talloc child of dom | Volker Lendecke | 1 | -7/+0 | |
2011-03-06 | s3-idmap-ldap: private_data is a talloc child of dom | Volker Lendecke | 1 | -10/+0 | |
2011-03-06 | s3-idmap-rid: private_data is a talloc child of dom | Volker Lendecke | 1 | -1/+0 | |
2011-03-06 | s3: Remove an unnecessary if-statement | Volker Lendecke | 1 | -3/+1 | |
2011-03-06 | s3: Remove an obsolete comment | Volker Lendecke | 1 | -5/+0 | |
2011-03-06 | s3: Remove some unused code | Volker Lendecke | 1 | -21/+0 | |
2011-03-06 | s3: Remove unused args from nss_get_info_cached | Volker Lendecke | 3 | -7/+4 | |
2011-03-06 | s3: Remove unused args from nss_get_info | Volker Lendecke | 2 | -2/+1 | |
2011-03-06 | s3: Remove unused args from get_nss_info | Volker Lendecke | 5 | -9/+1 | |
2011-03-05 | s3: Fix uninitialized variables | Volker Lendecke | 1 | -1/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Mar 5 17:25:43 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3-libds: use already existing ../libds/common/flag_mapping.h header. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-02 | s3-server_id: only include server_id where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 4 | -0/+4 | |
2011-02-28 | s3: Use poll in winbind | Volker Lendecke | 1 | -22/+29 | |
2011-02-27 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 20:14:20 CET 2011 on sn-devel-104 | |||||
2011-02-27 | s3: Fix a comment | Volker Lendecke | 1 | -1/+1 | |
2011-02-27 | s3: Fix some nonempty blank lines | Volker Lendecke | 5 | -30/+30 | |
2011-02-27 | s3: Use strndup in parse_nss_param | Volker Lendecke | 1 | -13/+2 | |
2011-02-27 | s3: properly find our standard nss_info backends | Volker Lendecke | 1 | -0/+13 | |
Right now, the nss_info backends are tied to the idmap backends (which is wrong IMHO). In the domain child we don't load the idmap backend anymore, so we don't have the nss info modules. This needs fixing properly. | |||||
2011-02-27 | s3: Fix a debug message | Volker Lendecke | 1 | -2/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 16:59:19 CET 2011 on sn-devel-104 | |||||
2011-02-23 | s3: Fix 64-bit errors | Volker Lendecke | 1 | -4/+8 | |
Casting those variables will lead to sscanf believing that it sees pointers to unsigned longs. These might be 64 bit long, thus sscanf will overwrite memory it should not overwrite. Assigning the vars later is okay, there we get automatic type conversion. C can be nasty ... Christian, please check! | |||||
2011-02-23 | s3: Fix an uninitialized variable use | Volker Lendecke | 1 | -1/+2 | |
The "goto error;" lead to the invalid talloc_free. Christian, please check! | |||||
2011-02-23 | s3:idmap:autorid prevent fatal configuration changes | Christian Ambach | 1 | -2/+112 | |
as the autorid module relies on a stable minimum uid/gid value and rangesize, it now saves the values used at first successful start and refuses to work if these values get changed in smb.conf later. Changing the values after the first mapping was done will result in unpredictable behaviour. Another check covers the maximum uid value. If this gets decreased later and domain range mappings already exist that would result in uid values higher than the new uid value, initialization will be aborted | |||||
2011-02-23 | s3-proto: remove some prototypes of non-existing functions. | Günther Deschner | 3 | -6/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 15:42:35 CET 2011 on sn-devel-104 | |||||
2011-02-22 | s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info | Andrew Bartlett | 1 | -8/+8 | |
These variables, of type struct auth_serversupplied_info were poorly named when added into 2001, and in good consistant practice, this has extended all over the codebase in the years since. The structure is also not ideal for it's current purpose. Originally intended to convey the results of the authentication modules, it really describes all the essential attributes of a session. This rename will reduce the volume of a future patch to replaced these with a struct auth_session_info, with auth_serversupplied_info confined to the lower levels of the auth subsystem, and then eliminated. (The new structure will be the output of create_local_token(), and the change in struct definition will ensure that this is always run, populating local groups and privileges). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-02-20 | s3: Convert init_system_info to NTSTATUS | Volker Lendecke | 1 | -2/+4 | |
2011-02-18 | s3-waf: use SAMBA3_*() build rules in source3/build | Andrew Tridgell | 1 | -21/+21 | |
this brings the s3 waf build much closer to the proposed s3build top level build, using the same bld.SAMBA3_*() rules There are a few renames of subsystems in here, with a 3 suffix where it would create a conflict. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-17 | nsswitch: make wb_reqtrans a common subsystem. | Günther Deschner | 2 | -2/+2 | |
Guenther | |||||
2011-02-13 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -4/+4 | |
2011-02-11 | s3-waf: use bld.env.HAVE_LDAP in some more places, hopefully fixes the ↵ | Günther Deschner | 1 | -9/+11 | |
builds w/o ldap. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Feb 11 13:08:38 CET 2011 on sn-devel-104 | |||||
2011-02-10 | s3: give ../librpc/ndr/util.c its own header. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-09 | s3: Fix some nonempty blank lines and some typos | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 9 00:01:45 CET 2011 on sn-devel-104 | |||||
2011-02-08 | pam: share pam errors in a common location. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-04 | s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945) | Günther Deschner | 3 | -2/+59 | |
The benefit of this that it makes us more robust to secure channel resets triggered from tools outside the winbind process. Long term we need to have a shared tdb secure channel store though as well. Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Feb 4 18:11:04 CET 2011 on sn-devel-104 | |||||
2011-02-04 | s3:winbindd: fix segfaults on addrchange errors and make DEBUG() statements ↵ | Stefan Metzmacher | 1 | -3/+6 | |
more usefull metze | |||||
2011-02-03 | Fix value overflow (one too many 'f's ). | Jeremy Allison | 1 | -1/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Feb 3 03:35:32 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_rpc.c. | Günther Deschner | 1 | -7/+12 | |
Guenther | |||||
2011-02-02 | s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_samr.c. | Günther Deschner | 1 | -13/+25 | |
Guenther | |||||
2011-02-02 | s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbind_cm.c | Günther Deschner | 1 | -29/+35 | |
Guenther | |||||
2011-02-02 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 2 18:10:45 CET 2011 on sn-devel-104 |