Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-31 | s3-libndr: add ../librpc/ndr/libndr.h include in some places. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2011-03-30 | s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to. | Günther Deschner | 1 | -0/+48 | |
Guenther | |||||
2011-03-30 | s3: only include lib/privileges.h where needed. | Günther Deschner | 1 | -0/+2 | |
This finally removes the global lsa.h inclusion. Guenther | |||||
2011-03-30 | s3-passdb: move lsa_dom_info and lsa_name_info out of smb.h into passdb. | Günther Deschner | 1 | -0/+16 | |
Guenther | |||||
2011-03-30 | s3-passdb: move util_builtin.c out of passdb. | Günther Deschner | 1 | -125/+0 | |
Guenther | |||||
2011-03-30 | s3-passdb: move util_unixsids.c out of passdb. | Günther Deschner | 2 | -130/+0 | |
Guenther | |||||
2011-03-30 | s3-passdb: move util_wellknown.c out of passdb. | Günther Deschner | 2 | -183/+0 | |
Guenther | |||||
2011-03-30 | s3-passdb: add machine_sid.h and lookup_sid.h | Günther Deschner | 3 | -40/+40 | |
Guenther | |||||
2011-03-30 | s3-passdb: add passdb.h where needed. | Günther Deschner | 20 | -0/+20 | |
Guenther | |||||
2011-03-30 | s3-passdb: move passdb headers to passdb/proto.h. | Günther Deschner | 1 | -0/+364 | |
Guenther | |||||
2011-03-30 | s3: create_builtin_users/administrators belongs to passdb not auth. | Günther Deschner | 1 | -0/+158 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 5 | -0/+5 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/passwd.h when needed. | Günther Deschner | 4 | -0/+4 | |
Guenther | |||||
2011-03-30 | s3-winbind: remove global inclusion of libwbclient. | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2011-03-30 | lib/util/util_pw: share more code between lib/util/util_pw.c and ↵ | Günther Deschner | 2 | -0/+2 | |
source3/lib/username.c Guenther | |||||
2011-03-30 | lib/util/util_pw: share sys_get{pw,gr} group of calls. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2011-03-27 | s3: Fix Coverity ID 976: BAD_SIZEOF | Volker Lendecke | 1 | -1/+1 | |
2011-03-27 | s3: Fix Coverity ID 513: UNINIT | Volker Lendecke | 1 | -1/+1 | |
2011-03-27 | s3: Fix Coverity ID 2328: FORWARD_NULL | Volker Lendecke | 1 | -0/+3 | |
Make startsmbfilepwent robust against an invalid open type | |||||
2011-03-24 | s3-ldapsam: fix ldapsam_create_user() with existing posix accounts. | Günther Deschner | 1 | -1/+1 | |
We were not taking into account the existing posix attributes and thus failed while trying to add a 2nd uid attribute. Found by Sumit. Guenther | |||||
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵ | Andrew Tridgell | 1 | -3/+2 | |
convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104 | |||||
2011-03-17 | Fix compiler warning in debug message. | Jeremy Allison | 1 | -1/+1 | |
2011-03-16 | s3: Fix Coverity ID 1034, CHECKED_RETURN | Volker Lendecke | 1 | -3/+1 | |
In all other places we check the result of secrets_init. | |||||
2011-03-16 | s3: Fix a cut&paste error in pdb_ads_connect | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 16 08:22:28 CET 2011 on sn-devel-104 | |||||
2011-03-15 | s3: Read uidNumber/gidNumber in pdb_ads_sid_to_id | Volker Lendecke | 1 | -29/+45 | |
Question: How shall we allocate those? Something like the rid allocator? Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Mar 15 09:59:55 CET 2011 on sn-devel-104 | |||||
2011-03-10 | Quite some callers of sid_split_rid do not care about the rid | Volker Lendecke | 5 | -14/+8 | |
2011-03-06 | s3: Move EXOP definitions to smbldap.h | Volker Lendecke | 1 | -25/+0 | |
This attempts to fix the build on Solaris Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 6 10:45:16 CET 2011 on sn-devel-104 | |||||
2011-03-03 | s3: Remove an obsolete comment | Volker Lendecke | 1 | -3/+1 | |
2011-03-02 | s3-libds: use already existing ../libds/common/flag_mapping.h header. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-28 | Fix some types | Jelmer Vernooij | 1 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104 | |||||
2011-02-28 | Fix one more warning introduced by changing the size of ↵ | Jeremy Allison | 1 | -1/+1 | |
UNIX_USER_TOKEN->ngroups from size_t to uint32_t. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Feb 28 22:43:50 CET 2011 on sn-devel-104 | |||||
2011-02-28 | s3: add functions to remove entries from idmap memcache | Gregor Beck | 1 | -0/+52 | |
2011-02-28 | s3: add functions to flush the idmap memcache | Gregor Beck | 1 | -0/+14 | |
2011-02-26 | s3: Fix pdb_ads_enum_group_memberships args | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Feb 26 11:37:10 CET 2011 on sn-devel-104 | |||||
2011-02-22 | s3: Fix filtering in pdb_ads_search_users | Volker Lendecke | 1 | -6/+19 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Feb 22 20:59:07 CET 2011 on sn-devel-104 | |||||
2011-02-22 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -10/+10 | |
2011-02-22 | s3:auth: change num_groups to from size_t to uint32_t | Stefan Metzmacher | 2 | -9/+9 | |
This will help with the change from UNIX_USER_TOKEN to security_unix_token metze | |||||
2011-02-21 | s3-pdb_ipa: remove uninitialized (and unused) status code. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2011-02-20 | s3: Fix pdb_ads_enum_aliasmem for empty aliases | Volker Lendecke | 1 | -1/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 21:40:40 CET 2011 on sn-devel-104 | |||||
2011-02-20 | s3: Support SetGroupInfo in pdb_ads | Volker Lendecke | 1 | -4/+66 | |
2011-02-20 | s3: Fix a debug message | Volker Lendecke | 1 | -1/+1 | |
2011-02-20 | s3: Fix pdb_ads_enum_group_members for empty groups | Volker Lendecke | 1 | -1/+3 | |
2011-02-20 | s3: Fix error returns in pdb_ads_mod_groupmem | Volker Lendecke | 1 | -2/+4 | |
2011-02-20 | s3: Fix return code of pdb_ads_getsamupriv if the user does not exist | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 11:12:01 CET 2011 on sn-devel-104 | |||||
2011-02-20 | s3: Add ACB_NORMAL to workstations, match RPC-SAMR | Volker Lendecke | 1 | -1/+9 | |
2011-02-20 | s3: Make QueryDispInfo and QueryInfo match for guest | Volker Lendecke | 1 | -6/+19 | |
2011-02-19 | s3: Pass logonHours through pdb_ads | Volker Lendecke | 1 | -0/+22 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Feb 19 12:22:08 CET 2011 on sn-devel-104 | |||||
2011-02-19 | s3: Add "len" to pdb_set_hours | Volker Lendecke | 3 | -8/+13 | |
2011-02-19 | s3: Let pdb_ads write accountExpires | Volker Lendecke | 1 | -0/+18 | |
2011-02-19 | s3: Fix pdb_ads_pull_time | Volker Lendecke | 1 | -1/+1 | |