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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4-samdb: added deleteuser() to samdb
Andrew Tridgell
2011-08-18
1
-0
/
+23
*
s4-test: prevent the utable test from crashing
Andrew Tridgell
2011-08-18
1
-3
/
+5
*
Adapt del_sid_from_array to Samba coding style
Volker Lendecke
2011-08-17
1
-1
/
+2
*
Fix a typo
Volker Lendecke
2011-08-17
1
-1
/
+1
*
s3: Next step to fix MIT trusts
Volker Lendecke
2011-08-17
1
-0
/
+4
*
s3: Increase a debug level in ads_find_dc
Volker Lendecke
2011-08-17
1
-1
/
+2
*
Remove unused "sid_equal"
Volker Lendecke
2011-08-17
2
-10
/
+0
*
Replace calls to sid_equal with calls to dom_sid_equal
Volker Lendecke
2011-08-17
5
-10
/
+11
*
s3-messaging: IDMAP_ messages belongs to the Winbind range
Simo Sorce
2011-08-16
1
-4
/
+4
*
s3: Use ZERO_STRUCT where appropriate
Volker Lendecke
2011-08-16
1
-1
/
+1
*
tdb: increment sequence number in tdb_wipe_all().
Rusty Russell
2011-08-16
1
-0
/
+2
*
s3:registry: enhance debugging of deletekey_recursive
Michael Adam
2011-08-15
1
-0
/
+14
*
s3:dbwrap_ctdb: improve transaction start/commit/cancel debugging
Michael Adam
2011-08-15
1
-2
/
+8
*
s3:lib: fix a comment in tdb_unpack()
Michael Adam
2011-08-15
1
-1
/
+1
*
s3:registry: fix regdb_key_exists: the record has to contain at least the 4-b...
Michael Adam
2011-08-15
1
-1
/
+72
*
s3: avoid reading past the end of buffer in tdb_unpack 'f' if zero terminatio...
Gregor Beck
2011-08-15
1
-1
/
+1
*
s3: avoid reading past the end of buffer in tdb_unpack 'P' if zero terminatio...
Gregor Beck
2011-08-15
1
-1
/
+3
*
build: link pys3param against pytalloc-util not pytalloc
Andrew Bartlett
2011-08-15
1
-1
/
+1
*
s3-passdb Use supplied pdb_methods in default passdb search handlers
Andrew Bartlett
2011-08-15
1
-5
/
+7
*
s3-prefork: Do not use mmap/mremap/munmap directly
Simo Sorce
2011-08-15
1
-9
/
+11
*
util: add function to extend anonymous shared memory
Simo Sorce
2011-08-14
2
-0
/
+65
*
replace: Check if we have mremap() available
Simo Sorce
2011-08-14
2
-0
/
+55
*
Use public pytalloc header file.
Jelmer Vernooij
2011-08-14
5
-5
/
+5
*
s3: Fix bug 8360
Volker Lendecke
2011-08-14
1
-7
/
+16
*
s3-passdb: Fix python < 2.6 build errors in passdb python wrapper
Andrew Bartlett
2011-08-14
1
-0
/
+4
*
s4:misc: remove last usage of legacy event_ fn names
Simo Sorce
2011-08-14
6
-12
/
+12
*
s4:lib: use tevent_ fns names instead of legcay event_ ones
Simo Sorce
2011-08-13
6
-28
/
+28
*
s4:smbd: use tevent_ fn names instead of leagcy event_ ones
Simo Sorce
2011-08-13
4
-8
/
+8
*
s4:ntvfs: use tevent_ fn names instead of legacy event_ ones
Simo Sorce
2011-08-13
4
-5
/
+5
*
s4:librpc: use tevent_ fn names instead of legacy event_ ones
Simo Sorce
2011-08-13
3
-9
/
+9
*
s4:libcli: use tevent_ fn names instead of legacy event_ ones
Simo Sorce
2011-08-13
8
-28
/
+28
*
s4:dsdb: use tevent_ fn names instaed of legacy event_ ones
Simo Sorce
2011-08-13
3
-3
/
+3
*
s4:messaging: use tevent_ function names instead of legacy event_ ones
Simo Sorce
2011-08-13
3
-7
/
+7
*
torture: use tevent_ functions names instead of the legacy event_ ones
Simo Sorce
2011-08-13
22
-73
/
+73
*
ldb: Remove use after free in error case
Andrew Bartlett
2011-08-13
1
-1
/
+0
*
s4-provision Add support for fixing the DC rid to a particular value
Andrew Bartlett
2011-08-13
2
-16
/
+29
*
s3-smbd Avoid races creating 'ncaclrpc dir' with epmd in a child process
Andrew Bartlett
2011-08-13
1
-0
/
+9
*
s4-param Set szConfigFile even for s3 loadparm contexts
Andrew Bartlett
2011-08-13
1
-4
/
+4
*
upgrade: Add missing bits for the s3 to s4 upgrade script
Amitay Isaacs
2011-08-13
2
-49
/
+79
*
tests: Update test for s3 to s4 upgrade with two cases
Amitay Isaacs
2011-08-13
2
-1
/
+63
*
s3-passdb: Added python method to get_global_sam_sid
Amitay Isaacs
2011-08-13
1
-0
/
+31
*
s3-passdb: Return dom_sid and guid with correct python types.
Amitay Isaacs
2011-08-13
1
-7
/
+31
*
passdb: Move python wrapper for passdb in samba3 python package
Amitay Isaacs
2011-08-13
1
-1
/
+1
*
py-samba3: Create samba3 python package to hold other modules
Amitay Isaacs
2011-08-13
1
-18
/
+18
*
s3-param: Add python wrapper for s3 parameters
Amitay Isaacs
2011-08-13
2
-0
/
+94
*
s3-passdb: Connect to specified samdb if location is provided, otherwise use ...
Amitay Isaacs
2011-08-13
1
-1
/
+9
*
s3-passdb: Fix the error messages and return correct NTSTATUS
Amitay Isaacs
2011-08-13
1
-6
/
+8
*
s4-dsdb: Provide additional method to connect to specified database path
Amitay Isaacs
2011-08-13
1
-5
/
+16
*
s3-param: Make sure we have talloc stack frame before calling in s3 code
Amitay Isaacs
2011-08-13
1
-1
/
+8
*
param: Add smb.conf loading support to s3/s4 loadparm bridge
Andrew Bartlett
2011-08-13
3
-0
/
+11
[prev]
[next]