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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-05
s3:winbind: Convert WINBINDD_UID_TO_SID the new API
Volker Lendecke
5
-59
/
+96
2009-08-05
s3:winbind: Add async wb_uid2sid
Volker Lendecke
12
-2
/
+542
2009-08-05
s3:winbind: Convert WINBINDD_SID_TO_GID the new API
Volker Lendecke
5
-114
/
+103
2009-08-05
s3:winbind: Add async wb_sid2gid
Volker Lendecke
12
-2
/
+606
2009-08-05
s3:winbind: Convert WINBINDD_SID_TO_UID to the new API
Volker Lendecke
5
-110
/
+102
2009-08-05
s3:winbind: Add async wb_sid2uid
Volker Lendecke
12
-2
/
+607
2009-08-05
s3:winbind: Convert WINBINDD_LOOKUPNAME to the new API
Volker Lendecke
5
-61
/
+118
2009-08-05
s3:winbind: Add async wb_lookupname
Volker Lendecke
12
-2
/
+578
2009-08-05
s3:winbind: Make wcache_name_to_sid visible externally
Volker Lendecke
2
-42
/
+42
2009-08-05
s3:winbind: Remove old version of WINBINDD_PING
Volker Lendecke
2
-7
/
+0
2009-08-05
s3:winbind: Convert WINBINDD_LOOKUPSID to the new API
Volker Lendecke
5
-43
/
+111
2009-08-05
s3:winbind: Add async wb_lookupsid
Volker Lendecke
12
-2
/
+681
2009-08-05
s3:winbind: Make wcache_sid_to_name externally visible
Volker Lendecke
2
-42
/
+49
2009-08-05
s3:winbind: Add NDR-based parent-child communication to winbind
Volker Lendecke
18
-1
/
+822
2009-08-05
handle large directories in smb2_deltree()
Andrew Tridgell
1
-36
/
+42
2009-08-05
fixed a uid_wrapper bug that caused a segv in the RAW-ACLS test
Andrew Tridgell
1
-8
/
+15
2009-08-05
s4:heimdal: import lorikeet-heimdal-200908050050 (commit 8714779fa7376fd9f776...
Andrew Bartlett
50
-367
/
+1155
2009-08-05
s4 now supports the large readx extension
Andrew Tridgell
1
-6
/
+11
2009-08-05
fixed the sense of the pvfs_acl uwrap check
Andrew Tridgell
1
-1
/
+1
2009-08-05
pyldb: Fix reference counting on ldb_message_elements, add extra type
Jelmer Vernooij
1
-1
/
+9
2009-08-05
skip the readbraw tests if the server does not support it
Andrew Tridgell
1
-0
/
+5
2009-08-05
make the UID_WRAPPER skip checks at runtime
Andrew Tridgell
7
-14
/
+34
2009-08-05
added a uid_wrapper library
Andrew Tridgell
17
-7
/
+265
2009-08-05
s4:ldb initialise e->values[i].length before use in python bindings
Andrew Bartlett
1
-1
/
+1
2009-08-05
s4:dsdb Don't cast an ldb_val into a const char * for schema lookups
Andrew Bartlett
5
-52
/
+129
2009-08-04
idmap_adex: Fix usage of talloc_stackframe().
Gerald Carter
1
-22
/
+26
2009-08-04
s4: make install: prevent overwriting failure
Rusty Russell
1
-1
/
+1
2009-08-04
s3-spoolss: Fix Bug #6568: _spoolss_GetPrintProcessorDirectory() implementation.
Günther Deschner
1
-1
/
+5
2009-08-04
s4: Change my nested groups patch to don't include user's SID itself in the "...
Matthias Dieter Wallnöfer
1
-17
/
+24
2009-08-04
s4:torture Make RPC-NETLOGON pass against ncaclrpc servers
Andrew Bartlett
1
-122
/
+132
2009-08-04
Add const
Andrew Bartlett
1
-1
/
+1
2009-08-04
s4:ldif_handlers Allow a binary nTsecurityDescriptor when parsing LDIF
Andrew Bartlett
1
-1
/
+17
2009-08-04
s4:netlogon Fix warnings and segfault in GetDomainInfo call
Andrew Bartlett
1
-4
/
+5
2009-08-04
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell
5
-11
/
+163
2009-08-04
fixed support for readx greater than 64k
Andrew Tridgell
2
-3
/
+4
2009-08-04
s4:torture rework LDAP sort test
Andrew Bartlett
4
-79
/
+45
2009-08-04
s4:torture Add test for correct server-side sorting over LDAP
Matthieu Patou
3
-3
/
+194
2009-08-04
Use smbclient binary for the test file in smbclient test
Andrew Bartlett
1
-7
/
+2
2009-08-04
param/pyparam: Cope with string list parameters being empty.
Ricardo Jorge
1
-1
/
+7
2009-08-04
python/loadparm: Get shares listing working.
Ricardo Jorge
1
-5
/
+6
2009-08-04
pyldb: Properly keep copies of Python string contents, rather than
Jelmer Vernooij
1
-9
/
+21
2009-08-04
s4-ldap_server: fix generated error string in map_ldb_error().
Günther Deschner
1
-1
/
+1
2009-08-04
s3-spoolss: fix crash bug in spoolss_addprinterex_level_2.
Günther Deschner
1
-1
/
+1
2009-08-03
Add some const to winbind_userinfo
Volker Lendecke
12
-41
/
+49
2009-08-03
Fix a typo
Volker Lendecke
1
-1
/
+1
2009-08-03
Fix some nonempty blank lines
Volker Lendecke
1
-3
/
+3
2009-08-03
pyldb: Raise proper exception when attempting to assign a string to a dn
Jelmer Vernooij
2
-5
/
+24
2009-08-03
s3-pdb_ldap: Make ldapsam_alias_memberships behave like the tdbsam equivalent.
Günther Deschner
1
-0
/
+7
2009-08-03
s4: Change constant to comply with the merged build
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-08-03
s3/docs: Fix typos.
Karolin Seeger
1
-2
/
+2
[prev]
[next]