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
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-08
Fix some nonempty blank lines
Volker Lendecke
1
-41
/
+41
2009-02-01
Fix nonempty blank lines
Volker Lendecke
1
-61
/
+60
2009-01-21
Memory leaks and other fixes found by Coverity
todd stecher
2
-0
/
+7
2009-01-16
s3:passdb: put login_cache.tdb into cache_dir, not lock_dir.
Michael Adam
1
-2
/
+3
2009-01-14
Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.
Jeremy Allison
1
-1
/
+1
2009-01-01
Add iconv_convenience argument to size functions.
Jelmer Vernooij
1
-8
/
+8
2008-12-29
s3:pdb_tdb: store the next rid counter in passdb.tdb instead of winbind_idmap...
Stefan Metzmacher
1
-75
/
+47
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
2
-664
/
+669
2008-12-23
More asprintf warning fixes.
Jeremy Allison
1
-4
/
+3
2008-12-23
Fix more ‘asprintf’, declared with attribute warn_unused_result.
Jeremy Allison
2
-11
/
+18
2008-12-23
Fix more "warning: ignoring return value of ‘asprintf’, declared with
Jeremy Allison
1
-23
/
+62
2008-12-09
s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.
Günther Deschner
1
-1
/
+1
2008-11-14
Make memcache_add_talloc NULL out the source pointer
Volker Lendecke
1
-7
/
+7
2008-11-06
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
3
-4
/
+4
2008-11-06
Fix bug #5825 - Account locking out doesnt work with an LDAP backend.Based on...
Jeremy Allison
1
-1
/
+3
2008-10-27
s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.
Günther Deschner
1
-4
/
+4
2008-10-23
Use libutil genrand.
Jelmer Vernooij
1
-2
/
+2
2008-10-22
Use standard types.
Jelmer Vernooij
1
-8
/
+8
2008-10-14
Use GUID_random.
Jelmer Vernooij
1
-1
/
+1
2008-10-12
Use common util_file code.
Jelmer Vernooij
1
-3
/
+3
2008-10-06
Store a local schannel key in secrets.tdb
Volker Lendecke
1
-0
/
+25
2008-09-03
Revert "Split lookup_name() and create a new functiong called"
Simo Sorce
1
-93
/
+78
2008-09-03
Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel
Simo Sorce
1
-4
/
+38
2008-08-26
Fix bug spotted by Simo - don't use legacy if expired entry.
Jeremy Allison
1
-4
/
+4
2008-08-26
Don't ask winbindd if we got a -ve cache entry.
Jeremy Allison
1
-4
/
+38
2008-08-26
Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel
Simo Sorce
1
-33
/
+63
2008-08-26
Fix the build :-(. Ask winbindd if we find a negative cache entry (or should
Jeremy Allison
1
-5
/
+17
2008-08-26
Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid map...
Jeremy Allison
1
-33
/
+51
2008-08-17
Split lookup_name() and create a new functiong called
Simo Sorce
1
-78
/
+93
2008-08-13
fixed lots of places that paniced on a failed transaction_commit,
Andrew Tridgell
1
-4
/
+5
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
2
-3
/
+3
2008-07-29
pdb_interface: Fix typo in debug message.
Karolin Seeger
1
-1
/
+1
2008-07-24
Add casts to uint32_t to match prototype for sid_append_rid().
Jeremy Allison
1
-4
/
+4
2008-07-24
Use sys_getgrnam not getgrnam. Pointed out by Herb.
Jeremy Allison
1
-1
/
+1
2008-07-24
pdb_ldap: Raise level for debug message to avoid log file flooding.
John H Terpstra
1
-1
/
+1
2008-07-18
Use LDAP macros instead of attribute names.
Karolin Seeger
1
-20
/
+19
2008-07-14
Fix typo.
Karolin Seeger
1
-1
/
+1
2008-07-11
Revert "Make use of sid_check_is_in_unix_users/groups"
Volker Lendecke
1
-16
/
+11
2008-07-11
Revert "Don't scream, better explain a bit in comments"
Volker Lendecke
1
-8
/
+10
2008-07-11
Revert "Remove an unused variable"
Volker Lendecke
1
-0
/
+1
2008-07-10
Fix some memleaks regarding trustdom passwords
Volker Lendecke
1
-3
/
+15
2008-07-10
Fix some uninitialized variable references via ndr_print
Volker Lendecke
1
-1
/
+3
2008-07-10
Give a nice error message if trying to join with a non-privileged user
Volker Lendecke
1
-1
/
+1
2008-07-03
Remove an unused variable
Volker Lendecke
1
-1
/
+0
2008-07-03
Don't scream, better explain a bit in comments
Volker Lendecke
1
-10
/
+8
2008-07-03
Make use of sid_check_is_in_unix_users/groups
Volker Lendecke
1
-11
/
+16
2008-06-07
Fix a memleak in secrets_fetch_afs_key
Volker Lendecke
1
-0
/
+2
[next]