index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
passdb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-17
Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.
Michael Adam
1
-13
/
+32
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2
-9
/
+9
2007-12-15
Replace sid_string_static with sid_to_string
Volker Lendecke
2
-6
/
+11
2007-12-15
Use sid_string_talloc where we have a tmp talloc ctx
Volker Lendecke
1
-3
/
+4
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
9
-84
/
+80
2007-12-15
Use sid_string_talloc where we have a tmp talloc ctx
Volker Lendecke
1
-14
/
+16
2007-12-14
Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...
Stefan Metzmacher
1
-32
/
+13
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
2007-12-13
Refactor the lagacy part of secrets_fetch_trust_account_password() out
Michael Adam
1
-13
/
+31
2007-12-13
Let get_trust_pw() determine the machine_account_name to use.
Michael Adam
1
-2
/
+14
2007-12-13
Remove two unneeded functions.
Michael Adam
1
-23
/
+0
2007-12-13
Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.
Michael Adam
1
-13
/
+32
2007-12-12
Fix logic and prevent segfaults in secrets trustdom tdb pack code.
Michael Adam
1
-14
/
+14
2007-12-12
Fix secrets_store_trusted_domain_password() after pstring removal.
Michael Adam
1
-1
/
+1
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-1
/
+1
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-2
/
+2
2007-12-03
Change tdb_unpack "P" to return a malloc'ed string rather
Jeremy Allison
1
-1
/
+6
2007-11-27
Remove unused prototype for smbldap_get_single_pstring().
Jeremy Allison
1
-2
/
+8
2007-11-27
Use the proper boolean constants - the type has been
Michael Adam
1
-76
/
+76
2007-11-26
Fix bug 5055
Volker Lendecke
1
-1
/
+1
2007-11-26
Improve debug message
Volker Lendecke
1
-1
/
+2
2007-11-21
Remove pstrings from pam_smbpass - make local_password_change
Jeremy Allison
1
-25
/
+26
2007-11-20
More pstring elimination.
Jeremy Allison
6
-117
/
+233
2007-11-14
Remove smbldap_get_single_pstring() and all pstrings
Jeremy Allison
2
-462
/
+803
2007-11-09
remove faked_create_user() BUILD_FARM hack as we have nss_wrapper now
Stefan Metzmacher
1
-8
/
+0
2007-11-05
static pstring removal
Volker Lendecke
4
-11
/
+22
2007-11-01
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
1
-2
/
+2
2007-10-26
Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@...
Jeremy Allison
1
-0
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
15
-276
/
+276
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2
-52
/
+37
2007-10-10
r25401: BUG 4982: Don't delete lanman hashes on invalid logins when
Gerald Carter
1
-1
/
+1
2007-10-10
r25165: Use talloc_asprintf_append_buffer with an unmodified
Jeremy Allison
1
-3
/
+3
2007-10-10
r25092: Add support for storing trusted domain passwords in LDAP for
Michael Adam
1
-5
/
+277
2007-10-10
r25091: Start adding support for storing trusted domain passwords in LDAP
Michael Adam
1
-0
/
+44
2007-10-10
r24991: Kill all those lots of trailing whitespaces from secrets.c.
Michael Adam
1
-72
/
+72
2007-10-10
r24990: Kill an incredible amount of trailing whitespaces...
Michael Adam
1
-8
/
+10
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2
-4
/
+2
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
13
-26
/
+13
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
15
-15
/
+15
2007-10-10
r23688: Fix bug #4759 reported by Raul <ismell@ismell.org>.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23630: Found out what LSA_LOOKUP_NAMES level 5 means:
Günther Deschner
1
-1
/
+1
2007-10-10
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
2
-2
/
+2
2007-10-10
r23244: Fix loop with nscd and NSS recusive calls.
Gerald Carter
1
-4
/
+4
2007-10-10
r23194: cherry pick two fixes from SAMBA_3_0_26
Gerald Carter
2
-6
/
+10
2007-10-10
r23192: Remove fallback to looking up group mappings by the
Gerald Carter
1
-17
/
+1
2007-10-10
r23051: sid_to_[ug]id fixes for smbd
Simo Sorce
1
-12
/
+26
2007-10-10
r23046: Few missing merges from cleaning out the Centeris winbindd tree.
Gerald Carter
1
-1
/
+1
2007-10-10
r23005: If we're running on a system where time_t is 8 bytes
Jeremy Allison
1
-16
/
+16
[prev]
[next]