Age | Commit message (Expand) | Author | Files | Lines |
2011-07-19 | First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems | Jeremy Allison | 1 | -4/+4 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -4/+4 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-05-04 | Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl... | Jeremy Allison | 1 | -3/+3 |
2011-03-30 | s3-passdb: add passdb.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/passwd.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/... | Günther Deschner | 1 | -0/+1 |
2011-02-19 | s3: Add "len" to pdb_set_hours | Volker Lendecke | 1 | -4/+4 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -2/+2 |
2010-05-21 | s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types | Andrew Bartlett | 1 | -103/+103 |
2010-05-18 | s3-passdb: move get_logon_hours_from_pdb() into samr server. | Günther Deschner | 1 | -23/+0 |
2010-05-18 | s3-rpc_misc: clean out include/rpc_misc.h. | Günther Deschner | 1 | -5/+5 |
2010-02-13 | s3: Fix bug 5198 -- parse chfn(1)-change gecos field | Volker Lendecke | 1 | -1/+34 |
2010-02-08 | s3: Make pdb_copy_sam_account also copy the group sid | Volker Lendecke | 1 | -0/+4 |
2010-01-10 | s3: Replace most calls to sid_append_rid() by sid_compose() | Volker Lendecke | 1 | -2/+1 |
2009-10-13 | s3: use enum netr_SchannelType all over the place. | Günther Deschner | 1 | -2/+4 |
2009-07-14 | s3-account_policy: add pdb_policy_type enum. | Günther Deschner | 1 | -8/+8 |
2009-06-29 | s3-pdb_tdb: give 'unknown_str' the proper name 'comment' and set comment in p... | Günther Deschner | 1 | -10/+15 |
2009-06-28 | Turn the pdb_rid_algorithm into a capabilities call that returns flags | Volker Lendecke | 1 | -1/+1 |
2009-06-20 | talloc_tos() aborts if it can not get a stackframe | Volker Lendecke | 1 | -3/+0 |
2009-05-29 | s3-passdb: fix uninitialized variable in local_password_change(). | Günther Deschner | 1 | -1/+1 |
2009-05-29 | Consolidate user create/delete paths in smbpasswd | Simo Sorce | 1 | -147/+179 |
2009-05-16 | Move smb_create_user() in samsync | Simo Sorce | 1 | -60/+0 |
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -0/+1 |
2009-04-01 | s3-passdb: add smb_create_user(). | Günther Deschner | 1 | -0/+59 |
2009-02-12 | s3: Added new parameter "map untrusted to domain" | Steven Danneman | 1 | -0/+18 |
2009-02-11 | s3: Change behavior when seeing an unknown domain. | Dan Sledz | 1 | -19/+0 |
2009-02-01 | Fix nonempty blank lines | Volker Lendecke | 1 | -61/+60 |
2008-12-29 | s3:passdb: add SAMU_BUFFER_V4 with no changes | Stefan Metzmacher | 1 | -1/+16 |
2008-12-29 | s3:passdb: make marshalling struct samu from and to a buffer more generic | Stefan Metzmacher | 1 | -13/+654 |
2008-12-23 | Fix more "warning: ignoring return value of ‘asprintf’, declared with | Jeremy Allison | 1 | -23/+62 |
2008-11-06 | Make us clean under valgrind --leak-check=full by using talloc_autofree_conte... | Jeremy Allison | 1 | -1/+1 |
2008-10-22 | Use standard types. | Jelmer Vernooij | 1 | -8/+8 |
2008-05-26 | Remove unused function is_trusted_domain_situation(). | Michael Adam | 1 | -6/+0 |
2008-05-26 | passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash(). | Michael Adam | 1 | -1/+1 |
2008-05-26 | passdb: add comment explaining logic in get_trust_pw_clear(). | Michael Adam | 1 | -2/+16 |
2008-05-26 | passdb: in get_trust_pw_clear() correctly fail if trusted domains not supported | Michael Adam | 1 | -1/+5 |
2008-05-26 | Add function is_dc_trusted_domain_situation(). | Michael Adam | 1 | -3/+7 |
2008-05-23 | Manually port Steven Dannenman fix for using the correct machine domain when | Gerald W. Carter | 1 | -3/+3 |
2008-02-17 | Use netr_SamInfo3 in remaining places. | Günther Deschner | 1 | -1/+1 |
2008-02-12 | Add get_logon_hours_from_pdb() (inspired by samba4). | Günther Deschner | 1 | -0/+23 |
2008-02-04 | Remove a static | Volker Lendecke | 1 | -4/+1 |
2007-12-18 | Prevent another segfault. | Michael Adam | 1 | -1/+3 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -3/+2 |
2007-12-13 | Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks. | Michael Adam | 1 | -2/+1 |
2007-12-13 | Rename get_trust_pw() to get_trust_pw_hash(). | Michael Adam | 1 | -2/+2 |
2007-12-13 | Export logic of get_trust_pw() to new function get_trust_pw_clear(). | Michael Adam | 1 | -16/+58 |