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
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:dsdb Use helper function to add 'show deleted' control
Andrew Bartlett
2009-08-26
1
-20
/
+10
*
fixed DRS rename of deleted objects
Andrew Tridgell
2009-08-25
1
-1
/
+20
*
fixed a double free bug on error in net export
Andrew Tridgell
2009-08-25
1
-1
/
+0
*
s4:python Fix the reprovision test by deleting 'deleted' objects too.
Andrew Bartlett
2009-08-25
1
-6
/
+9
*
s4:dsdb Rework show_deleted module not to liniearise the LDAP filter
Andrew Bartlett
2009-08-25
1
-72
/
+37
*
Allow systems with timestamp granularity of 1sec to work with
Jeremy Allison
2009-08-24
1
-0
/
+15
*
s4:dsdb Use talloc_strndup() to ensure OIDs are null terminated
Andrew Bartlett
2009-08-24
1
-8
/
+11
*
s4:ldb Add python binding and test for ldb_msg_diff()
Andrew Bartlett
2009-08-24
2
-0
/
+43
*
s4:dsdb Add const
Andrew Bartlett
2009-08-24
1
-2
/
+2
*
s4:dsdb remove unused variable
Andrew Bartlett
2009-08-24
1
-1
/
+0
*
s4:dsdb use talloc_strndup() in GET_STRING_LDB() rather than walk off the end
Andrew Bartlett
2009-08-24
1
-7
/
+17
*
s4:cmdline: setup talloc log and abort functions
Stefan Metzmacher
2009-08-24
2
-5
/
+7
*
s4:build: require talloc >= 2.0.0
Stefan Metzmacher
2009-08-24
1
-1
/
+1
*
s4:ntp_signd Fix bug 6656 - Set protocol version to 0, as used by ntpd
Andrew Bartlett
2009-08-22
3
-7
/
+6
*
s4:client
Sam Liddicott
2009-08-21
1
-3
/
+7
*
s4:ldb Python requires that a 'compare' handler return -1, 0 or 1
Andrew Bartlett
2009-08-21
1
-1
/
+5
*
s4:ldb Use length-limited printf to avoid walking off end of strings
Andrew Bartlett
2009-08-21
1
-1
/
+1
*
s4:kerberos Use MIT compatible names for these enc types
Andrew Bartlett
2009-08-21
2
-3
/
+3
*
s4-spoolss: add stubs for new idl opcodes in spoolss server.
Günther Deschner
2009-08-20
1
-0
/
+140
*
added basic support for rename in DRS replication
Andrew Tridgell
2009-08-19
1
-5
/
+9
*
we need the Deleted Objects container for replication
Andrew Tridgell
2009-08-19
1
-0
/
+6
*
s4 winbind: Quiet down the WINBINDD_DOMAIN_INFO handler stub warning
Kai Blin
2009-08-18
1
-1
/
+1
*
s4 winbind: Silence compile warning by adding new commands to the list
Kai Blin
2009-08-18
1
-0
/
+3
*
s4 winbind: Implement a stubbed out version of WINBINDD_DOMAIN_INFO
Kai Blin
2009-08-18
2
-1
/
+19
*
s4 ctags: Stop *_proto.h files from cluttering up the tags
Kai Blin
2009-08-18
1
-1
/
+1
*
s4: int32 handling: previous fix was not fully correct
Matthias Dieter Wallnöfer
2009-08-17
1
-1
/
+1
*
s4: Make the int32 problem more clear - and fix another error
Matthias Dieter Wallnöfer
2009-08-17
3
-1
/
+9
*
s4:librpc/rpc: fix DEBUG() message
Stefan Metzmacher
2009-08-18
1
-1
/
+1
*
fixed make test reporting success when provision fails
Andrew Tridgell
2009-08-17
1
-24
/
+51
*
s4: Fixed the int32 datatype support
Matthias Dieter Wallnöfer
2009-08-17
2
-4
/
+4
*
fixed the build
Andrew Tridgell
2009-08-17
1
-3
/
+5
*
s4: Major rework of the LDB/SAMDB/IDMAP python bindings
Matthias Dieter Wallnöfer
2009-08-17
4
-55
/
+57
*
s4:python tools - Centralise the lookups for the default domain (root) in the...
Matthias Dieter Wallnöfer
2009-08-17
2
-16
/
+7
*
s4:pyglue Add a wrapper for loading the correct UTF8 casefolder
Matthias Dieter Wallnöfer
2009-08-17
1
-0
/
+20
*
s4:ldb python bindings: Handle the parameters of the connect call in the righ...
Matthias Dieter Wallnöfer
2009-08-17
1
-2
/
+8
*
Revert "s4:samdb python bindings - we don't need the attributes here"
Matthias Dieter Wallnöfer
2009-08-17
1
-1
/
+2
*
sigh - still not right
Andrew Tridgell
2009-08-17
1
-5
/
+5
*
fixed up add_foreign again
Andrew Tridgell
2009-08-17
2
-23
/
+23
*
more fixups from provision changes
Andrew Tridgell
2009-08-17
2
-24
/
+24
*
s4:build: require tevent 0.9.7 with tevent_req_cancel()
Stefan Metzmacher
2009-08-17
1
-1
/
+1
*
skip the autoidl test
Andrew Tridgell
2009-08-17
1
-0
/
+1
*
fixed up some provision errors from the recent changes
Andrew Tridgell
2009-08-17
1
-3
/
+2
*
s4:provision Add comments to the provision script
Andrew Bartlett
2009-08-17
1
-1
/
+10
*
s4:provision Avoid one more call to ltdb_reindex
Andrew Bartlett
2009-08-17
2
-6
/
+19
*
s4:ldb Remove obsolete comment about ldb_tdb's sequence num
Andrew Bartlett
2009-08-17
1
-2
/
+0
*
make sure we update the current schema->prefixes when we add a new prefix
Andrew Tridgell
2009-08-17
1
-0
/
+9
*
fixed the updateNow schema test to use a canonical OID
Andrew Tridgell
2009-08-17
1
-1
/
+2
*
s4:selftest Remove the 'subunit filter' from make testenv etc
Andrew Bartlett
2009-08-17
1
-2
/
+2
*
s4:libcli/ldap Explain why we set a hostname for ldapi:// connections
Andrew Bartlett
2009-08-17
1
-1
/
+3
*
s4:provision Fix existing ldapi:// backend detection exception
Andrew Bartlett
2009-08-17
1
-1
/
+1
[next]