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
*
note the semantic change in talloc_free from 2.0
Andrew Tridgell
2009-08-24
2
-8
/
+9
*
fixed typo in talloc doc XML
Andrew Tridgell
2009-08-24
1
-1
/
+2
*
LIBREPLACEOBJ now contains the full path
Andrew Tridgell
2009-08-24
2
-8
/
+2
*
updated XML source for talloc man page
Andrew Tridgell
2009-08-24
1
-1
/
+73
*
added talloc_set_log_* documentation
Andrew Tridgell
2009-08-24
1
-0
/
+11
*
updated talloc guide for recent API changes
Andrew Tridgell
2009-08-24
1
-2
/
+54
*
make lib/replace more usable in standalone builds
Andrew Tridgell
2009-08-24
1
-2
/
+2
*
fixed getpass m4
Andrew Tridgell
2009-08-24
1
-2
/
+2
*
s3:lib: setup talloc log and abort functions
Stefan Metzmacher
2009-08-24
1
-0
/
+7
*
s3:configure: require talloc >= 2.0.0
Stefan Metzmacher
2009-08-24
1
-1
/
+1
*
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
*
talloc: add --enable-talloc-compat1 to build a compat library for talloc 1.x.x
Stefan Metzmacher
2009-08-24
5
-0
/
+89
*
talloc: update talloc.exports and talloc.signatures
Stefan Metzmacher
2009-08-24
2
-4
/
+8
*
talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSION
Stefan Metzmacher
2009-08-24
6
-11
/
+72
*
talloc: change version to 2.0.0
Stefan Metzmacher
2009-08-24
1
-1
/
+1
*
talloc: remove ABI compat functions
Stefan Metzmacher
2009-08-24
2
-31
/
+0
*
talloc: remove unused build dependecies to samba
Stefan Metzmacher
2009-08-24
1
-18
/
+0
*
talloc/testsuite: use talloc_set_log_fn() and log to stdout
Stefan Metzmacher
2009-08-24
1
-0
/
+6
*
talloc: add talloc_set_log_fn() and talloc_set_log_stderr()
Stefan Metzmacher
2009-08-24
2
-12
/
+51
*
talloc: let talloc_steal() only generate a warning if it's used with references
Stefan Metzmacher
2009-08-24
1
-2
/
+1
*
talloc/testsuite: report __location__ of testsuite failures
Stefan Metzmacher
2009-08-24
1
-6
/
+6
*
talloc/testsuite: add infrastructure to test aborts
Stefan Metzmacher
2009-08-24
1
-0
/
+20
*
talloc/testsuite: reset the globals after each subtest
Stefan Metzmacher
2009-08-24
1
-3
/
+29
*
talloc: call return after abort, because an overloaded abort function might n...
Stefan Metzmacher
2009-08-24
1
-0
/
+4
*
talloc: report the size of reference handles as 0
Stefan Metzmacher
2009-08-24
1
-1
/
+3
*
talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c...
Stefan Metzmacher
2009-08-24
1
-2
/
+15
*
s3:winbind: Fallback to the forest root for lookupname
Volker Lendecke
2009-08-23
1
-0
/
+49
*
s3:winbind: Even on a domain controller, "our" domain is internal
Volker Lendecke
2009-08-23
1
-6
/
+0
*
s3:winbind: Do not drop the first user in sam_query_user_list
Volker Lendecke
2009-08-23
1
-3
/
+4
*
s3:winbind: For internal domains it is pointless to connect to a DC
Volker Lendecke
2009-08-23
2
-1
/
+11
*
s3:winbind: winbindd_dual_ndrcmd should output what it's doing
Volker Lendecke
2009-08-23
1
-0
/
+4
*
s3:winbind: Fix the talloc hierarchy in wb_queryuser_done
Volker Lendecke
2009-08-23
1
-1
/
+1
*
Implement Metze's suggestion of trying getpwuid(0) then getpwnam(root).
Jeremy Allison
2009-08-22
1
-9
/
+5
*
Log debug message when hires timestamps are available on the
Jeremy Allison
2009-08-21
1
-0
/
+4
*
Fix bug 6529 - Offline files conflict with Vista and Office 2003
Jeremy Allison
2009-08-21
6
-1
/
+42
*
Try and fix the buildfarm by using getpwnam(root) instead
Jeremy Allison
2009-08-21
1
-0
/
+7
*
s4:ntp_signd Fix bug 6656 - Set protocol version to 0, as used by ntpd
Andrew Bartlett
2009-08-22
3
-7
/
+6
*
Fix coverity CID: 932 - forward null.
Jeremy Allison
2009-08-21
1
-2
/
+4
*
Fix for bug 6651 - smbd SIGSEGV when breaking oplocks.
Jeremy Allison
2009-08-21
1
-17
/
+54
*
s3: fix bug #6650, authentication at member servers when winbindd is not running
Michael Adam
2009-08-21
1
-1
/
+1
*
s4:client
Sam Liddicott
2009-08-21
1
-3
/
+7
*
Add missing CreateFile flags to smb.h
Steve French
2009-08-21
1
-1
/
+12
*
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
*
Fix bug 6638 - ADS Domain Member: Computer Mgr can not set share ACLs
Jeremy Allison
2009-08-20
1
-3
/
+19
*
s3-idmap: fix two uninitialized variable warnings in idmap_tdb2.
Günther Deschner
2009-08-20
1
-3
/
+3
*
s3:dsgetdcname: Fix a crash in dsgetdcname
Volker Lendecke
2009-08-20
1
-0
/
+2
*
s3:dsgetdcname: Inline dsgetdcname_cache_refresh
Volker Lendecke
2009-08-20
1
-26
/
+7
[next]