index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Coverity 512, uninitialized var.
Jeremy Allison
2008-01-11
1
-2
/
+2
*
Stop Coverity complaining about uninitialized variables.
Jeremy Allison
2008-01-11
1
-3
/
+3
*
Fix CID 498. Ensure we don't prs_mem_free an uninitialized
Jeremy Allison
2008-01-11
1
-1
/
+6
*
Fix CID 505 - don't copy uninitialized memory.
Jeremy Allison
2008-01-11
1
-0
/
+1
*
Fix CID 523 - wrong null deref check.
Jeremy Allison
2008-01-11
1
-1
/
+1
*
Fix CID 524 - reference before allocation fail null check.
Jeremy Allison
2008-01-11
1
-1
/
+1
*
Ensure we don't access an uninitialized variable
Jeremy Allison
2008-01-11
1
-1
/
+1
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2008-01-11
111
-12779
/
+20175
|
\
|
*
Fix some indents.
Günther Deschner
2008-01-12
1
-2
/
+3
|
*
Call dsgetdcname when we have no specific dc defined for joining.
Günther Deschner
2008-01-12
1
-0
/
+27
|
*
Fix some error strings in libnet_join.
Günther Deschner
2008-01-12
1
-1
/
+6
|
*
Add appropriate error code when pre-creating accounts in ous isnt supported b...
Günther Deschner
2008-01-12
1
-2
/
+2
|
*
For libnet_join error string functions, make sure not to overwrite last statu...
Günther Deschner
2008-01-12
1
-10
/
+10
|
*
Merge all ads related calls in libnet_join_post_processing_ads().
Günther Deschner
2008-01-12
1
-32
/
+49
|
*
Use WITH_ADS define in libnet_join, hopefully not breaking the build.
Günther Deschner
2008-01-12
1
-16
/
+11
|
*
Auto-add missing shares in libnet_conf_set_parameter().
Günther Deschner
2008-01-12
1
-2
/
+4
|
*
Add debug bool flag for libnetjoin ctx.
Günther Deschner
2008-01-12
1
-0
/
+1
|
*
Use domain_is_ad one more time in libnetjoin.
Günther Deschner
2008-01-12
1
-3
/
+2
|
*
Sync tdb with the tdb changes in ctdb. Spoke to tridge about
Jeremy Allison
2008-01-11
10
-218
/
+358
|
*
Remove code accidentially submittet with last commit 83aed537c16f63.
Michael Adam
2008-01-11
1
-42
/
+0
|
*
Fix panic in "net conf": Fix logic in error condition.
Michael Adam
2008-01-11
1
-1
/
+43
|
*
Fix a build warning.
Günther Deschner
2008-01-11
1
-0
/
+1
|
*
As long as DsGetDcName is not part of libnetapi, lowercase the fn name.
Günther Deschner
2008-01-11
4
-44
/
+44
|
*
Fix libnetapi error string callers.
Günther Deschner
2008-01-11
4
-9
/
+9
|
*
Remove '\n' from error strings in libnet_join context.
Günther Deschner
2008-01-11
1
-12
/
+12
|
*
Set error string when ads_leave_realm() has failed in libnetjoin.
Günther Deschner
2008-01-11
1
-1
/
+9
|
*
Include some basic headers in netapi.h.
Günther Deschner
2008-01-11
1
-0
/
+10
|
*
Refactor libnetapi error string functions a bit.
Günther Deschner
2008-01-11
2
-6
/
+20
|
*
Ignore result of libnet_conf_delete_parameter here, as realm may be not there.
Günther Deschner
2008-01-11
1
-1
/
+1
|
*
Remove some more references to global_myname() in libnet_join.
Günther Deschner
2008-01-11
1
-2
/
+2
|
*
Use domain_is_ad bool.
Günther Deschner
2008-01-11
1
-6
/
+5
|
*
Add domain_is_ad bool to libnetjoin ctx.
Günther Deschner
2008-01-11
1
-0
/
+1
|
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2008-01-10
10
-51
/
+44
|
|
\
|
|
*
Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().
Michael Adam
2008-01-11
7
-18
/
+15
|
|
*
Remove now redundant parameter fd from prime_cache().
Michael Adam
2008-01-11
1
-5
/
+4
|
|
*
Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().
Michael Adam
2008-01-11
9
-29
/
+26
|
*
|
Don't switch user contexts unless you have to. Saves
Jeremy Allison
2008-01-10
2
-14
/
+42
|
|
/
|
*
Don't print out debug messages at level 0 if we can't
Jeremy Allison
2008-01-10
1
-4
/
+10
|
*
Fix the build of the cacheprime VFS module after API changes.
Michael Adam
2008-01-10
1
-4
/
+3
|
*
--enable-libwbclient-shared
Volker Lendecke
2008-01-10
2
-25
/
+35
|
*
Tiny cosmetic fix
Volker Lendecke
2008-01-10
1
-2
/
+1
|
*
Remove redundant parameter fd from SMB_VFS_WRITE().
Michael Adam
2008-01-10
9
-22
/
+22
|
*
Remove redundant parameter fd from SMB_VFS_READ().
Michael Adam
2008-01-10
9
-21
/
+22
|
*
Move transfer_file and transfer_file_internal to a module of their own.
Michael Adam
2008-01-10
5
-88
/
+147
|
*
Reformat some code I just touched.
Michael Adam
2008-01-10
1
-12
/
+20
|
*
Make casts to (void *) explicit to remove compiler warnings.
Michael Adam
2008-01-10
1
-1
/
+2
|
*
Fix a really silly typo.
Michael Adam
2008-01-10
1
-1
/
+1
|
*
Correctly abstract the transfer_file mechanism with callbacks and void ptrs.
Michael Adam
2008-01-10
2
-16
/
+32
|
*
use talloc_tos() in share_access_check()
Volker Lendecke
2008-01-10
1
-8
/
+3
|
*
Some more talloc_tos()
Volker Lendecke
2008-01-10
3
-13
/
+13
[next]