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
path:
root
/
source3
/
include
/
proto.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
2008-10-23
1
-14
/
+14
*
Use libutil genrand.
Jelmer Vernooij
2008-10-23
1
-1
/
+1
*
Use common error definitions.
Jelmer Vernooij
2008-10-23
1
-1
/
+1
*
s3: use shared asn1 code.
Günther Deschner
2008-10-22
1
-32
/
+1
*
Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
Jeremy Allison
2008-10-21
1
-0
/
+1
*
Add source4/ to include path because librpc/gen_ndr is still in source?/
Jelmer Vernooij
2008-10-20
1
-0
/
+1
*
Add missing prototypes for samba3-specific libndr/util.c
Jelmer Vernooij
2008-10-20
1
-1
/
+10
*
Include generated header files rather than using manually written
Jelmer Vernooij
2008-10-20
1
-1577
/
+32
*
Regenerate pidl output.
Jelmer Vernooij
2008-10-20
1
-1
/
+0
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt
Jelmer Vernooij
2008-10-19
1
-8
/
+2
|
\
|
*
Make generate_random_buffer signature match that of lib/util.
Jelmer Vernooij
2008-10-19
1
-7
/
+1
|
*
Add TALLOC_CTX pointer to generate_random_str(), for consistency with
Jelmer Vernooij
2008-10-19
1
-1
/
+1
*
|
Move ufc to libreplace.
Jelmer Vernooij
2008-10-18
1
-4
/
+0
|
/
*
Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Use str_list_equal() rather than str_list_compare().
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Fix const, dupes.
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2008-10-18
1
-1
/
+3
*
Use shared util.c.
Jelmer Vernooij
2008-10-18
1
-3
/
+3
*
s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG.
Günther Deschner
2008-10-16
1
-3
/
+0
*
s3: use IDL generated rpc for _svcctl_QueryServiceConfigW.
Günther Deschner
2008-10-16
1
-1
/
+0
*
s3: remove rpccli_svcctl_query_config.
Günther Deschner
2008-10-16
1
-2
/
+0
*
s3-build: re-run make samba3-idl.
Günther Deschner
2008-10-15
1
-2
/
+13
*
s3-build: re-run make samba3-idl.
Günther Deschner
2008-10-15
1
-17
/
+17
*
Merge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij
2008-10-15
1
-5
/
+13
|
\
|
*
s3-build: re-run make samba3-idl.
Günther Deschner
2008-10-15
1
-5
/
+13
*
|
Share initshutdown.idl.
Jelmer Vernooij
2008-10-15
1
-10
/
+0
|
/
*
Share xattr implementation.
Jelmer Vernooij
2008-10-15
1
-9
/
+0
*
Use GUID_random.
Jelmer Vernooij
2008-10-14
1
-1
/
+0
*
Use GUID_from_string.
Jelmer Vernooij
2008-10-14
1
-1
/
+0
*
Use GUID_string rather than smb_uuid_string().
Jelmer Vernooij
2008-10-14
1
-1
/
+0
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-55
/
+55
*
Make the internal pipe functions static
Volker Lendecke
2008-10-13
1
-8
/
+0
*
Remove smb_np_struct
Volker Lendecke
2008-10-13
1
-14
/
+0
*
Use "struct files_struct" for pipes instead of smb_np_struct
Volker Lendecke
2008-10-13
1
-1
/
+11
*
Remove the chain_fsp global
Volker Lendecke
2008-10-13
1
-1
/
+0
*
Pass struct smb_request to file_free
Volker Lendecke
2008-10-13
1
-4
/
+5
*
Pass struct smb_request to file_new
Volker Lendecke
2008-10-13
1
-9
/
+10
*
Pass struct smb_request to file_fsp
Volker Lendecke
2008-10-13
1
-1
/
+1
*
Share ndrdump implementation.
Jelmer Vernooij
2008-10-13
1
-0
/
+1
*
Import changes from upstream libndr.
Jelmer Vernooij
2008-10-13
1
-10
/
+0
*
Share RPC binding string utility functions.
Jelmer Vernooij
2008-10-12
1
-1
/
+1
*
Use common util_file code.
Jelmer Vernooij
2008-10-12
1
-7
/
+7
*
Revert "Make get_rpc_pipe() static"
Volker Lendecke
2008-10-12
1
-0
/
+1
*
Make get_rpc_pipe() static
Volker Lendecke
2008-10-12
1
-1
/
+0
*
Fix warning, prototype.
Jelmer Vernooij
2008-10-12
1
-1
/
+1
*
Share data_blob implementation.
Jelmer Vernooij
2008-10-12
1
-12
/
+0
*
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
2008-10-12
1
-2
/
+2
*
Cope with changed signature of http_timestring().
Jelmer Vernooij
2008-10-11
1
-2
/
+0
*
Provide the same set of helper functions for DEBUG in Samba 3 and Samba
Jelmer Vernooij
2008-10-11
1
-1
/
+2
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
Jelmer Vernooij
2008-10-11
1
-9
/
+22
|
\
[prev]
[next]