index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-libnet-samsync: use samsync_ops.
Günther Deschner
2008-11-18
1
-4
/
+4
*
s3-net: add "net rpc vampire passdb" that allows to take arguments.
Günther Deschner
2008-11-18
3
-0
/
+22
*
s3-net: use net_scan_dc in net rpc vampire keytab.
Günther Deschner
2008-11-18
1
-8
/
+27
*
s3-net: add net_scan_dc function.
Günther Deschner
2008-11-18
2
-0
/
+42
*
s3-net: add net_dc_info struct.
Günther Deschner
2008-11-18
1
-0
/
+10
*
s3-net-vampire: add support for partial replication (individual deltas).
Günther Deschner
2008-11-18
1
-0
/
+109
*
net: Fix net rap printq info documentation (bug #5892)
Kai Blin
2008-11-17
1
-4
/
+5
*
[s3]make keytab filename argument mandatory to "net rpc vampire keytab"
Michael Adam
2008-11-11
1
-4
/
+11
*
ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth.
Kai Blin
2008-11-10
1
-3
/
+15
*
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
2008-11-06
3
-5
/
+5
*
Fixed typo in source/utils/net_rap.c
Joe Smith
2008-11-04
1
-1
/
+1
*
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
2008-11-01
6
-67
/
+67
*
s3-net: fix build warning.
Günther Deschner
2008-11-01
1
-1
/
+1
*
s3-samr: remove duplicate copies of Domain Object specific access rights.
Günther Deschner
2008-10-31
1
-1
/
+1
*
s3-samr: remove duplicate copies of SAM server specific access rights.
Günther Deschner
2008-10-31
1
-1
/
+1
*
Unify se_access_check with the S4 code. Will make
Jeremy Allison
2008-10-31
1
-11
/
+7
*
[s3]pdbedit: remove unused variable.
Michael Adam
2008-10-27
1
-4
/
+0
*
Use common net utility code (address and sockaddr manipulation).
Jelmer Vernooij
2008-10-23
2
-2
/
+2
*
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
2008-10-23
1
-2
/
+2
*
Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS
Jelmer Vernooij
2008-10-23
1
-1
/
+1
*
Use common error definitions.
Jelmer Vernooij
2008-10-23
1
-1
/
+1
*
Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
Jeremy Allison
2008-10-21
1
-11
/
+0
*
s3-build: no need to duplicate generated ndr_ prototypes.
Günther Deschner
2008-10-20
1
-0
/
+1
*
Regenerate pidl output.
Jelmer Vernooij
2008-10-20
1
-1
/
+1
*
Remove silly safe_free() function which is a wrapper around SAFE_FREE().
Jelmer Vernooij
2008-10-19
3
-4
/
+4
*
Add TALLOC_CTX pointer to generate_random_str(), for consistency with
Jelmer Vernooij
2008-10-19
1
-7
/
+3
*
Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.
Jelmer Vernooij
2008-10-18
1
-4
/
+4
*
[s3]testparm: prevent "no stackframe around" warning.
Michael Adam
2008-10-18
1
-1
/
+1
*
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2008-10-18
1
-2
/
+2
*
s3: remove rpccli_svcctl_query_config.
Günther Deschner
2008-10-16
1
-19
/
+30
*
s3: fix various samr callers.
Günther Deschner
2008-10-15
1
-5
/
+5
*
Share initshutdown.idl.
Jelmer Vernooij
2008-10-15
1
-8
/
+4
*
Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inherit...
Jeremy Allison
2008-10-14
1
-26
/
+157
*
Use GUID_string rather than smb_uuid_string().
Jelmer Vernooij
2008-10-14
1
-1
/
+1
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
2
-11
/
+7
*
Use common util_file code.
Jelmer Vernooij
2008-10-12
1
-2
/
+2
*
Cope with changed signature of http_timestring().
Jelmer Vernooij
2008-10-11
3
-10
/
+18
*
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2008-10-09
2
-2
/
+2
*
Remove an unused variable
Volker Lendecke
2008-10-05
1
-1
/
+0
*
net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.
Gerald (Jerry) Carter
2008-10-03
1
-13
/
+12
*
[s3]testparm: give testparm one common exit point and call gfree_loadparm().
Michael Adam
2008-09-27
1
-6
/
+13
*
[s3]testparm: free the popt context when it is no longer used.
Michael Adam
2008-09-27
1
-0
/
+2
*
net: Make share type lookup a function.
Kai Blin
2008-09-26
4
-12
/
+17
*
s3-nbt: remove double nbt netlogon opcodes.
Günther Deschner
2008-09-25
1
-4
/
+4
*
s3-nbt: use the new generated nbt.
Günther Deschner
2008-09-24
1
-4
/
+4
*
s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
Günther Deschner
2008-09-23
1
-1
/
+1
*
Fixed "uninitilized variable" build warning
Steven Danneman
2008-09-15
1
-1
/
+1
*
net: use netapi for NetFileEnum.
Günther Deschner
2008-09-11
1
-68
/
+32
*
net: use netapi for NetFileClose.
Günther Deschner
2008-09-11
1
-33
/
+13
*
net: use netapi for NetShareEnum.
Günther Deschner
2008-09-11
1
-66
/
+36
[next]