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-06-25
s3-samr: refactor _samr_SetDomainInfo().
Günther Deschner
1
-25
/
+72
2009-06-25
s3-samr: refactor _samr_QueryDomainInfo().
Günther Deschner
1
-213
/
+322
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
38
-666
/
+1150
2009-06-24
s3: Convert is_visible_file to use talloc_asprintf instead of malloc
Tim Prouty
1
-14
/
+15
2009-06-24
s3:smbd: send SMB2 interim responses for async calls
Stefan Metzmacher
5
-0
/
+25
2009-06-24
s3:smbd: add support for async interim SMB2 responses and prepare SMB2 cancel
Stefan Metzmacher
2
-1
/
+157
2009-06-24
s3:smbd: keep a list of outstanding SMB2 requests
Stefan Metzmacher
2
-28
/
+69
2009-06-24
s3:smbd: add smbd_smb2_send_oplock_break()
Stefan Metzmacher
2
-0
/
+93
2009-06-24
s3:smbd: the SMB2-COMPOUND test shows that the related vs. unrelated flags is...
Stefan Metzmacher
1
-0
/
+7
2009-06-24
Reenable the LDAPI socket for the merged build
Volker Lendecke
1
-2
/
+0
2009-06-24
Only set the password if there is one
Volker Lendecke
1
-4
/
+8
2009-06-24
s4-smbtorture: more paranoid checks while testing group membership in RPC-SAMR.
Günther Deschner
1
-1
/
+27
2009-06-24
s3-printing: eliminate another non sec_initial_uid using security check.
Günther Deschner
1
-1
/
+1
2009-06-24
s3-spoolss: restructure _spoolss_EndDocPrinter().
Günther Deschner
1
-30
/
+32
2009-06-23
s3-lsa: Fix error path in _lsa_EnumAccountRights.
Günther Deschner
1
-2
/
+11
2009-06-23
s3-eventlog: implement _eventlog_ReportEventW().
Günther Deschner
1
-6
/
+77
2009-06-23
s3: re-run make idl.
Günther Deschner
5
-42
/
+216
2009-06-23
samr: add samr_UserInfoLevel and samr_DomainInfoClass enums based on MS-SAMR.
Günther Deschner
1
-7
/
+51
2009-06-22
s3: forward MSG_DEBUG from smbd parent to all children
Aravind Srinivasan
5
-15
/
+63
2009-06-22
s3-libnet: fix libnet_unjoin_remove_machine_acct() when called without ads st...
Günther Deschner
1
-1
/
+7
2009-06-20
Add tldap paged searches, together with two helper routines
Volker Lendecke
4
-0
/
+345
2009-06-20
Reorganize retrieving errors and server-sent controls
Volker Lendecke
3
-93
/
+72
2009-06-20
Move asn1_load_nocopy() to lib/util/asn1.c
Volker Lendecke
3
-7
/
+11
2009-06-20
Move asn1_blob() to lib/util/asn1.c
Volker Lendecke
3
-13
/
+17
2009-06-20
Add tldap_supports_control
Volker Lendecke
2
-0
/
+12
2009-06-20
Add tldap_entry_has_attrvalue
Volker Lendecke
2
-0
/
+22
2009-06-20
tldap control support
Volker Lendecke
2
-9
/
+128
2009-06-20
Prepare control support
Volker Lendecke
4
-58
/
+90
2009-06-20
Fix setting passwords in pdb_ads
Volker Lendecke
1
-6
/
+7
2009-06-20
Fix empty lines
Volker Lendecke
1
-3
/
+0
2009-06-20
talloc_tos() aborts if it can not get a stackframe
Volker Lendecke
1
-3
/
+0
2009-06-19
Fix coverity #729. Resource leak in error path.
Jeremy Allison
1
-1
/
+4
2009-06-19
Fix coverity #740. Resource leak in error paths. We should
Jeremy Allison
1
-3
/
+2
2009-06-19
Fix coverity #900. Resource leak.
Jeremy Allison
1
-0
/
+5
2009-06-19
Fix coverity #920. Possible NULL deref.
Jeremy Allison
1
-0
/
+4
2009-06-19
Fix coverity #676. Forward NULL.
Jeremy Allison
1
-0
/
+6
2009-06-19
s3: fix make test with external libtalloc or libtdb.
Michael Adam
1
-4
/
+13
2009-06-19
s3:build: build talloctort only when using the internal liballoc
Michael Adam
2
-3
/
+8
2009-06-19
s3:build: build the tdb tools only when using the internal libtdb
Michael Adam
2
-4
/
+18
2009-06-19
s3:build: remove LIBTDB_OBJ from TDBTORTURE_OBJ collection
Michael Adam
1
-1
/
+1
2009-06-19
s3:build: check for availability of external libtdb and use it if available
Michael Adam
1
-18
/
+34
2009-06-19
s3:build: link libtalloc statically if using internal libtalloc
Michael Adam
1
-0
/
+1
2009-06-19
Don't require "Modify property" perms to unjoin bug #6481)
Jim McDonough
6
-18
/
+50
2009-06-19
Add a missing talloc_move() in tldap_search_recv
Volker Lendecke
1
-1
/
+1
2009-06-19
Fix Coverity IDs 922 and 933
Volker Lendecke
2
-3
/
+6
2009-06-19
s3/docs: Fix typo.
Karolin Seeger
1
-1
/
+1
2009-06-19
Add tiny tldap test
Volker Lendecke
2
-1
/
+37
2009-06-19
Add tldap_fetch_rootdse
Volker Lendecke
2
-0
/
+138
2009-06-19
Make tevent_req_is_ldap_error public
Volker Lendecke
2
-1
/
+3
2009-06-19
Add tldap_context_[gs]etattr
Volker Lendecke
2
-0
/
+81
[prev]
[next]