index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Convert blocking.c to use talloc
Volker Lendecke
2008-11-04
1
-23
/
+15
*
|
Rewrite aio.c to keep the whole smb_request structure, not just the inbuf
Volker Lendecke
2008-11-04
1
-75
/
+41
*
|
Make "inbuf" a talloc child of "smb_request" for normal smb requests
Volker Lendecke
2008-11-04
3
-3
/
+5
*
|
Add construct_reply_common_req wrapper
Volker Lendecke
2008-11-04
4
-3
/
+9
*
|
Fix nonempty blank lines
Volker Lendecke
2008-11-04
1
-3
/
+3
*
|
Use talloc for struct aio_extra
Volker Lendecke
2008-11-04
1
-27
/
+14
*
|
Fixed typo in source/utils/net_rap.c
Joe Smith
2008-11-04
1
-1
/
+1
*
|
s3-libnet_samsync: print new line in display output.
Günther Deschner
2008-11-04
1
-3
/
+3
*
|
s4-smbtorture: fix some obvious copy-paste errors.
Günther Deschner
2008-11-04
1
-7
/
+7
*
|
Ignore 3.0 style invalid group mappings during upgrade to ldb
Volker Lendecke
2008-11-04
1
-0
/
+7
*
|
Pass all of RAW-ACLS except for inheritence. Working on that next.
Jeremy Allison
2008-11-04
4
-4
/
+85
*
|
Trigger (and fix) a bug in Samba3 making smbd an infinite data source
Volker Lendecke
2008-11-04
3
-0
/
+82
*
|
Be more verbose about a directory ACL error.
Jeremy Allison
2008-11-03
1
-0
/
+5
*
|
Pass the directory versions of the RAW-ACL (still not inheritance). Refactor ...
Jeremy Allison
2008-11-03
1
-43
/
+83
*
|
Pass all the non-inherited S4 RAW-ACL tests.
Jeremy Allison
2008-11-03
3
-14
/
+15
*
|
Use ldb_dn_from_ldb_val() to create a DN in the SAMR server
Andrew Bartlett
2008-11-04
1
-2
/
+7
*
|
Re-add support for supporting the PAC over domain trusts.
Andrew Bartlett
2008-11-04
1
-19
/
+17
*
|
Give a better error when ldb_dn_from_ldb_val fails
Andrew Bartlett
2008-11-04
1
-1
/
+3
*
|
Use ldb_dn_from_ldb_val to avoid possible over-run of the value.
Andrew Bartlett
2008-11-04
7
-20
/
+20
*
|
Fix use of wrong union arm in linked_attributes module
Andrew Bartlett
2008-11-04
1
-1
/
+1
*
|
s3-build: re-run make samba3-idl.
Günther Deschner
2008-11-04
5
-37
/
+58
*
|
netlogon: fix IDL for netr_DatabaseRedo.
Günther Deschner
2008-11-04
1
-3
/
+3
*
|
s3: fix a few "shadows a global declaration" warnings
Tim Prouty
2008-11-03
5
-22
/
+22
*
|
s3: proto.h: add missing sys_[g|s]et_quota_vfs() prototypes
Stefan Metzmacher
2008-11-03
1
-0
/
+3
*
|
s4:torture: PROVISION isn't used by all tests
Stefan Metzmacher
2008-11-03
2
-3
/
+5
*
|
s4:torture: fix names of defines
Stefan Metzmacher
2008-11-03
1
-3
/
+3
*
|
Fix nonempty blank lines
Volker Lendecke
2008-11-03
1
-14
/
+14
*
|
Make a comment match its function definition
Volker Lendecke
2008-11-03
1
-1
/
+1
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2008-11-03
19
-446
/
+393
|
\
\
|
*
|
Remove some inbuf references by adding "cmd" to smb_request
Volker Lendecke
2008-11-02
5
-16
/
+14
|
*
|
Remove the inbuf reference from map_checkpath_error()
Volker Lendecke
2008-11-02
1
-4
/
+4
|
*
|
Remove a direct inbuf reference in reply_negprot
Volker Lendecke
2008-11-02
1
-2
/
+8
|
*
|
[s3]winbindd: speed up fill_grent_mem (i.e. winbindd_getgrent) a lot.
Michael Adam
2008-11-02
1
-13
/
+20
|
*
|
Make a [un]become_root wrap a bit tighter
Volker Lendecke
2008-11-02
1
-7
/
+11
|
*
|
Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_reply
Volker Lendecke
2008-11-02
3
-11
/
+11
|
*
|
Use "vwv" in trans parsing
Volker Lendecke
2008-11-02
3
-72
/
+67
|
*
|
Remove a bunch of direct inbuf references by adding "vwv" to smb_request
Volker Lendecke
2008-11-02
9
-146
/
+144
|
*
|
Fix bug 5860: safe_strcpy gives a nasty error message for overlong strings
Volker Lendecke
2008-11-02
1
-1
/
+1
|
*
|
Remove an unused variable
Volker Lendecke
2008-11-02
1
-1
/
+0
|
*
|
Rename "inbuf" to "base_ptr" in srvstr_get_path_*
Volker Lendecke
2008-11-02
1
-5
/
+5
|
*
|
Remove some direct inbuf references by adding smbreq_bufrem
Volker Lendecke
2008-11-02
6
-9
/
+11
|
*
|
Simplify params of srvstr_pull_buf_talloc()
Volker Lendecke
2008-11-02
7
-49
/
+37
|
*
|
Add srvstr_get_path_req[_wcard]
Volker Lendecke
2008-11-02
3
-115
/
+65
*
|
|
Fix memory leak.
Jelmer Vernooij
2008-11-03
1
-1
/
+1
*
|
|
Fix the build.
Jelmer Vernooij
2008-11-02
12
-32
/
+61
*
|
|
Remove global_loadparm.
Jelmer Vernooij
2008-11-02
4
-10
/
+2
*
|
|
Remove last instance of global_loadparm.
Jelmer Vernooij
2008-11-02
2
-4
/
+11
*
|
|
Remove use of global_loadparm for disabled gensec backends.
Jelmer Vernooij
2008-11-02
4
-4
/
+28
*
|
|
Remove global_loadparm stub in Samba 3 as it's no longer used.
Jelmer Vernooij
2008-11-02
2
-2
/
+0
*
|
|
Remove another use of global_loadparm.
Jelmer Vernooij
2008-11-02
4
-3
/
+9
[prev]
[next]