index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-25
s4:dsdb Rework show_deleted module not to liniearise the LDAP filter
Andrew Bartlett
1
-72
/
+37
2009-08-24
Help debug for bug 6651 - smbd SIGSEGV when breaking oplocks.
Jeremy Allison
1
-0
/
+4
2009-08-24
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
19
-133
/
+188
2009-08-24
Allow systems with timestamp granularity of 1sec to work with
Jeremy Allison
1
-0
/
+15
2009-08-24
Use existing time_t rounding function, don't invent my own.
Jeremy Allison
1
-1
/
+1
2009-08-24
netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.
Günther Deschner
3
-0
/
+3
2009-08-24
s3-netlogon: Only hand out rid when netlogon credential chain has been setup ...
Günther Deschner
1
-1
/
+5
2009-08-24
Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.
Jeremy Allison
3
-0
/
+22
2009-08-24
Fix make test.
Jeremy Allison
1
-0
/
+1
2009-08-24
make smbcontrol smbd ping work proper checking for arguments handle short pid...
Olaf Flebbe
2
-14
/
+21
2009-08-24
libndr: add missing protoypes for double type.
Günther Deschner
1
-0
/
+1
2009-08-24
tevent: avoid using reserved c++ word.
Günther Deschner
1
-1
/
+1
2009-08-24
s4:dsdb Use talloc_strndup() to ensure OIDs are null terminated
Andrew Bartlett
1
-8
/
+11
2009-08-24
s4:ldb Add python binding and test for ldb_msg_diff()
Andrew Bartlett
2
-0
/
+43
2009-08-24
s4:dsdb Add const
Andrew Bartlett
1
-2
/
+2
2009-08-24
s4:dsdb remove unused variable
Andrew Bartlett
1
-1
/
+0
2009-08-24
s4:dsdb use talloc_strndup() in GET_STRING_LDB() rather than walk off the end
Andrew Bartlett
1
-7
/
+17
2009-08-24
note the semantic change in talloc_free from 2.0
Andrew Tridgell
2
-8
/
+9
2009-08-24
fixed typo in talloc doc XML
Andrew Tridgell
1
-1
/
+2
2009-08-24
LIBREPLACEOBJ now contains the full path
Andrew Tridgell
2
-8
/
+2
2009-08-24
updated XML source for talloc man page
Andrew Tridgell
1
-1
/
+73
2009-08-24
added talloc_set_log_* documentation
Andrew Tridgell
1
-0
/
+11
2009-08-24
updated talloc guide for recent API changes
Andrew Tridgell
1
-2
/
+54
2009-08-24
make lib/replace more usable in standalone builds
Andrew Tridgell
1
-2
/
+2
2009-08-24
fixed getpass m4
Andrew Tridgell
1
-2
/
+2
2009-08-24
s3:lib: setup talloc log and abort functions
Stefan Metzmacher
1
-0
/
+7
2009-08-24
s3:configure: require talloc >= 2.0.0
Stefan Metzmacher
1
-1
/
+1
2009-08-24
s4:cmdline: setup talloc log and abort functions
Stefan Metzmacher
2
-5
/
+7
2009-08-24
s4:build: require talloc >= 2.0.0
Stefan Metzmacher
1
-1
/
+1
2009-08-24
talloc: add --enable-talloc-compat1 to build a compat library for talloc 1.x.x
Stefan Metzmacher
5
-0
/
+89
2009-08-24
talloc: update talloc.exports and talloc.signatures
Stefan Metzmacher
2
-4
/
+8
2009-08-24
talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSION
Stefan Metzmacher
6
-11
/
+72
2009-08-24
talloc: change version to 2.0.0
Stefan Metzmacher
1
-1
/
+1
2009-08-24
talloc: remove ABI compat functions
Stefan Metzmacher
2
-31
/
+0
2009-08-24
talloc: remove unused build dependecies to samba
Stefan Metzmacher
1
-18
/
+0
2009-08-24
talloc/testsuite: use talloc_set_log_fn() and log to stdout
Stefan Metzmacher
1
-0
/
+6
2009-08-24
talloc: add talloc_set_log_fn() and talloc_set_log_stderr()
Stefan Metzmacher
2
-12
/
+51
2009-08-24
talloc: let talloc_steal() only generate a warning if it's used with references
Stefan Metzmacher
1
-2
/
+1
2009-08-24
talloc/testsuite: report __location__ of testsuite failures
Stefan Metzmacher
1
-6
/
+6
2009-08-24
talloc/testsuite: add infrastructure to test aborts
Stefan Metzmacher
1
-0
/
+20
2009-08-24
talloc/testsuite: reset the globals after each subtest
Stefan Metzmacher
1
-3
/
+29
2009-08-24
talloc: call return after abort, because an overloaded abort function might n...
Stefan Metzmacher
1
-0
/
+4
2009-08-24
talloc: report the size of reference handles as 0
Stefan Metzmacher
1
-1
/
+3
2009-08-24
talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c...
Stefan Metzmacher
1
-2
/
+15
2009-08-23
s3:winbind: Fallback to the forest root for lookupname
Volker Lendecke
1
-0
/
+49
2009-08-23
s3:winbind: Even on a domain controller, "our" domain is internal
Volker Lendecke
1
-6
/
+0
2009-08-23
s3:winbind: Do not drop the first user in sam_query_user_list
Volker Lendecke
1
-3
/
+4
2009-08-23
s3:winbind: For internal domains it is pointless to connect to a DC
Volker Lendecke
2
-1
/
+11
2009-08-23
s3:winbind: winbindd_dual_ndrcmd should output what it's doing
Volker Lendecke
1
-0
/
+4
2009-08-23
s3:winbind: Fix the talloc hierarchy in wb_queryuser_done
Volker Lendecke
1
-1
/
+1
[next]