summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix based on Volker's code to correctly return code from lsa_lookup_sidsJeremy Allison2004-02-171-17/+19
| | | | | | | | | | | | on unmapped sids. Jeremy. (This used to be commit 0ac64c8b4d944315cf49e6b183c07396abc7bab3)
| * When creating a group via a script, don't let winbind do it as well.Volker Lendecke2004-02-171-3/+1
| | | | | | | | | | Volker (This used to be commit f90c590731b45e413e70cd5d9b56d0d77dd48391)
| * Also set alias info for builtins.Volker Lendecke2004-02-171-1/+2
| | | | | | | | | | Volker (This used to be commit 32682cd81485e295720fc65c98669c2e6e5c6043)
| * Don't try to show entries that could not be listed.Volker Lendecke2004-02-171-0/+9
| | | | | | | | | | Volker (This used to be commit 5fb9028942e2f16b153f42911e837008824dcecc)
| * In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) whenVolker Lendecke2004-02-171-1/+6
| | | | | | | | | | | | | | you search in BUILTIN. Match that. Volker (This used to be commit 471cf1bf87638953bec4954667bbf8a49c693903)
| * If there are no alias members, don't ask for their sids.Volker Lendecke2004-02-171-0/+4
| | | | | | | | | | Volker (This used to be commit 9d66043ed71d0c0f787a67b06b93f4f3b489c21c)
| * Cosmetic fix: use sid_is_in_our_domain.Volker Lendecke2004-02-161-7/+3
| | | | | | | | | | Volker (This used to be commit fc0dc0607d03eaefc2a0e3ffe7f1cf3612e73e0c)
| * Fix success message for net groupmap modifyVolker Lendecke2004-02-161-1/+1
| | | | | | | | | | Volker (This used to be commit d8ff6e4b30bda45b5f8680694da383d5769d7db5)
| * Sync with openldap schema. Add munged dial and config attrs/ocs.Jim McDonough2004-02-142-1/+18
| | | | | | | | (This used to be commit 3f8824f7d02bcf46445360542df686a7a75ab52d)
| * Typo (missed SAFE_FREE).,Jeremy Allison2004-02-131-1/+2
| | | | | | | | | | Jeremy. (This used to be commit dd014ab358e861f3828cb34c09c5800606c8da59)
| * Fix eta calculation when resumingJelmer Vernooij2004-02-131-1/+1
| | | | | | | | (This used to be commit c4114a0664467383fc343a55360b48a985fa45ac)
| * Added Andrew Bartlett's patch to use an allocated buffer for count_chars.Jeremy Allison2004-02-131-2/+8
| | | | | | | | | | Jeremy. (This used to be commit 4ec9e330787cbc01849a91573f760f639b28be7e)
| * Fixup the 'multiple-vuids' bugs.Jeremy Allison2004-02-134-106/+105
| | | | | | | | | | Jeremy. (This used to be commit a7d4a6d1167f7657113148cdf68ea3c491b51b14)
| * Apply the multiple login stuff to smbclient ...Richard Sharpe2004-02-131-1/+57
| | | | | | | | (This used to be commit 83213742dcd61ff4d30954158a5523ee0bdd850d)
| * Fix a few comments/formatting issues to make it more in line withJim McDonough2004-02-131-3/+6
| | | | | | | | | | 3.0 and reduce diff output. (This used to be commit 306c021000d36f13b3740839b62df60986e4e112)
| * merge old change from 2.2 branch to give legend in headingHerb Lewis2004-02-121-2/+3
| | | | | | | | (This used to be commit 1b7ba358b6c708bdede117c0cd16a7c4f7c0106a)
| * Fix format error for generating SELECT, since unknown_3 is now goneJim McDonough2004-02-121-1/+1
| | | | | | | | (This used to be commit 57314e060552523338071442e111fb4f7a2e1df8)
| * abartlet's pdb_set/changed flag fix for NULL passwordsGerald Carter2004-02-121-6/+4
| | | | | | | | (This used to be commit 3b373cd15d17ab495f86c8b3b219d965b5aff606)
| * merges from 3.0Gerald Carter2004-02-122-4/+6
| | | | | | | | (This used to be commit 2478501d402a07248d6181d4c9de253b203ff67c)
| * Fix typo: fileds -> fieldsJim McDonough2004-02-121-1/+1
| | | | | | | | (This used to be commit 994b71487868a62054ed24c5ea5d2729c99ba8be)
| * A couple of versioning adjustments. Remove unused version #define, andJim McDonough2004-02-121-3/+4
| | | | | | | | | | define the INFO/version string in _only_ one place. (This used to be commit 02181f77897d87989341e3f18dbf0cc3e9c22991)
| * More sync between HEAD and SAMBA_3_0Jim McDonough2004-02-122-1/+10
| | | | | | | | | | | | | | - passdb.h: replace UNKNOWN_3 with FIELDS_PRESENT - parse_samr.c: put comment back in...seems like we shouldn't lose info like this (This used to be commit 6b9efd2f4cd5cf042e2a04a08719a9fe83d54116)
| * Start of merging changes with SAMBA_3_0. Fix up some comments so thatJim McDonough2004-02-121-10/+10
| | | | | | | | | | | | they line up. Also change lockout_time to bad_password_time, since this is actually what is replicated. (This used to be commit adfc160082e5d1f20085e68eaacffea3fd277f1d)
| * tdbsam & smb_panic merge from 3.0 (initial tests are ok but I'll setup a ↵Gerald Carter2004-02-1211-112/+295
| | | | | | | | | | | | HEAD PDC tomorrow) (This used to be commit c57b24ee49aee0f0687742da7f8d741c62f6effe)
| * More paranoia checks.Jeremy Allison2004-02-111-0/+5
| | | | | | | | | | Jeremy. (This used to be commit 4920f9bd660e22c8ac3ba1c389781f2efbcd1e78)
| * Paranoia fixes :-).Jeremy Allison2004-02-111-0/+8
| | | | | | | | | | Jeremy. (This used to be commit 35bbc818ad28c3591df9d5cb0a674802f3f29e1a)
| * BUG 900: TAKEDA yasuma <yasuma@miraclelinux.com; fix token processing in ↵Gerald Carter2004-02-111-9/+9
| | | | | | | | | | | | cmd_symlink, cmd_link, cmd_chown, cmd_chmod functions (This used to be commit ab19b6b4dead0a53fa71c4e20e43f90b1d374817)
| * BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting ↵Gerald Carter2004-02-112-5/+6
| | | | | | | | | | | | fixes for 'net share' (This used to be commit 447d4fee6c245a5bbf0c33c8ffb0fd9041e51c24)
| * fix broken compile after andrew's changesGerald Carter2004-02-111-4/+4
| | | | | | | | (This used to be commit c77baee0f17fd44e333c8db6a9cae33f649a6701)
| * Applied James Peach's stack backtrace patch for IRIX.Tim Potter2004-02-112-0/+44
| | | | | | | | (This used to be commit 056bf382d748ca06a1937ee19b0193430199f63b)
| * Move around function to fix build after recent static rampage.Tim Potter2004-02-111-63/+62
| | | | | | | | (This used to be commit 1ab42df4a648fc19391891163d891c4bdb23437e)
| * marking 'only user' as deprecated (based on feedback in bug 66)Gerald Carter2004-02-111-1/+1
| | | | | | | | (This used to be commit b94ca7e7be7a6f0674cafa76bf30a46f2f36bd8f)
| * merge fixes from 3.0Gerald Carter2004-02-101-23/+27
| | | | | | | | (This used to be commit ea75f34eef90e410045fe4d32052cbea483a27da)
| * fix more compiler warning after the latest static rampageGerald Carter2004-02-101-28/+28
| | | | | | | | (This used to be commit 98d9278c81ede2a931a2c2c8371c0499601a1457)
| * Fix for possible crash bug from Sebastian Krahmer (SuSE).Jeremy Allison2004-02-101-2/+18
| | | | | | | | | | Jeremy. (This used to be commit e7a25c1e2ea2ff980f4aecf94f65563316976997)
| * Fix compiler warning.Rafal Szczesniak2004-02-101-1/+2
| | | | | | | | | | rafal (This used to be commit e92fb5dcb02a56d10230df70d495f91da4052e62)
| * add smbget to cvs ignore listGerald Carter2004-02-091-7/+8
| | | | | | | | (This used to be commit 1e8bbd2961f8216ade50cabdbad3d216c8d77819)
| * merge from 3.0Gerald Carter2004-02-094-18/+395
| | | | | | | | (This used to be commit 309a9a4cafc3c892840e28198a41973b236a528e)
| * bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug ↵Gerald Carter2004-02-091-3/+3
| | | | | | | | | | | | where getpwent_list() was overoverwriting the username for entries. However the code path to the bug was introduced only on January 25 (This used to be commit fbde889fd8442bae7444ffdb2736c9c5e8d59204)
| * Expand 'net rpc group members' to local groups.Volker Lendecke2004-02-091-49/+175
| | | | | | | | | | Volker (This used to be commit f524a493154a5f7304be472064550cd61af8305d)
| * Apply James' printf format checking patch for SGI MIPSPro compiler.Tim Potter2004-02-091-0/+3
| | | | | | | | (This used to be commit b354fa606d65ff3621b2870a2ef85d980913f319)
| * Actually remove this (now empty) file from the repository.Andrew Bartlett2004-02-081-0/+0
| | | | | | | | | | Andrew Bartlett (This used to be commit 19da2b936a716dc26d361db82280e73e81d683da)
| * (merge from 3.0)Andrew Bartlett2004-02-081-2/+2
| | | | | | | | | | | | | | Add more static... Andrew Bartlett (This used to be commit 6391e2cc8e5b224c002b57ce615b9b8052eeb346)
| * (merge from 3.0)Andrew Bartlett2004-02-082-12/+1
| | | | | | | | | | | | | | | | | | | | | | nsswitch/winbindd_util.c: add static smbd/uid.c: remove unused function Andrew Bartlett (This used to be commit 4822a3f73610f6e468c447f1282246f13a378cde)
| * (merge from 3.0)Andrew Bartlett2004-02-083-3/+16
| | | | | | | | | | | | | | | | | | When we set a domain sid, force get_global_sam_sid() to do it's work again. This should ensure that the value it returns is always consistant. Andrew Bartlett (This used to be commit fb13c61d4eee943e44632a0d1ba57b19602d67a4)
| * (merge from 3.0)Andrew Bartlett2004-02-081-1/+4
| | | | | | | | | | | | | | | | Add static, and assert that we will never overflow the static fstring in pdb_encode_acct_ctrl() (All current callers are fine) Andrew Bartlett (This used to be commit badf7f64fb38dfd40bdf65b19e9dd8932d5e6c3b)
| * (merge from 3.0)Andrew Bartlett2004-02-082-2/+2
| | | | | | | | | | | | | | More 'static' work. Andrew Bartlett (This used to be commit 620f909eed3d994d01ca53068a33856d25917144)
| * (merge from 3.0)Andrew Bartlett2004-02-083-89/+116
| | | | | | | | | | | | | | | | | | | | | | Make it possible to 'net rpc samdump' of any domain you are currently joined to, despite any smb.conf settings. Work to allow the same for 'net rpc vampire', but instead give a clear error message on what is incorrect. Andrew Bartlett (This used to be commit c4b6bd85978b61c4c9c34dde122e968c3771f2e6)
| * (merge from 3.0)Andrew Bartlett2004-02-081-0/+1
| | | | | | | | | | | | | | Add some help for 'net rpc password'. Andrew Bartlett (This used to be commit 2c6f1966d6c25238d73a46132c05794677c3a882)
| * (merge from 3.0)Andrew Bartlett2004-02-0811-218/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make more functions static, and remove duplication in the use of functions in lib/smbpasswd.c that were exact duplicates of functions in passdb/passdb.c (These should perhaps be pulled back out to smbpasswd.c, but that can occour later). This also includes some >14 character password changes, and the start of a move away from using 'admin user' to determine if the user is root (as root can login without setting 'admin user'). Andrew Bartlett (This used to be commit be0704abb919152c359a735023283acbf9be3076)