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-03-12
s3 pdb_wbc_sam: LookupRids should return sAMAccountName, not NT4 names
Dan Sledz
1
-5
/
+7
2009-03-07
Shape up pdb_search a bit by making it a talloc ctx with a destructor
Volker Lendecke
4
-57
/
+46
2009-03-03
s3 passdb: Add back some useful debug statements
Tim Prouty
1
-18
/
+24
2009-03-02
It appears that the first time we see a uid/gid that winbind can't map,
Dan Sledz
1
-14
/
+22
2009-02-25
Fix an incompatible pointer passed to winbind_get_groups
Volker Lendecke
1
-1
/
+3
2009-02-24
s3: Rename auth_onefs_wb and pdb_onefs_sam
Dan Sledz
1
-58
/
+73
2009-02-21
Fix a typo
Volker Lendecke
1
-1
/
+1
2009-02-20
Introduce a new passdb backend: pdb_onefs_sam
Dan Sledz
1
-0
/
+433
2009-02-19
Fix printf warnings found on systems where time_t <> long int.
Jeremy Allison
1
-8
/
+8
2009-02-17
Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps.
Jeremy Allison
1
-1
/
+12
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
[next]