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
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-13
Add auto-adding of [global] to libnet_conf_set_global_parameter().
Michael Adam
1
-1
/
+12
2008-01-13
Remove auto-generation of missing share from libnet_conf_set_parameter().
Michael Adam
1
-4
/
+2
2008-01-13
Fix smbc_listxattr() and friends (bug #5189)
Derrell Lipman
2
-5
/
+8
2008-01-13
Fix the max_dead_record calculations
Volker Lendecke
1
-4
/
+1
2008-01-13
Fix Compiler warnings by including the proper header.
Michael Adam
1
-2
/
+1
2008-01-13
Introduce a libnet_conf context created by libnet_conf_open().
Michael Adam
6
-128
/
+328
2008-01-13
idl: Replace non-standard "declare" keyword with typedef and regenerate.
Jelmer Vernooij
17
-58
/
+97
2008-01-12
Don't early delete the share mode tdb data
Volker Lendecke
1
-2
/
+0
2008-01-12
Trivial simplification
Volker Lendecke
1
-5
/
+1
2008-01-12
Remove an unused variable
Volker Lendecke
1
-1
/
+0
2008-01-12
Get the inbuf on talloc_tos()
Volker Lendecke
1
-1
/
+1
2008-01-12
Convert OpenDir to talloc, use talloc_tos()
Volker Lendecke
3
-76
/
+61
2008-01-12
Restructure dbwrap_rbt
Volker Lendecke
1
-59
/
+127
2008-01-12
One more empty line
Volker Lendecke
1
-2
/
+2
2008-01-12
delete on close even prevents stat opens
Volker Lendecke
1
-6
/
+6
2008-01-12
There's no point in calling FLOCK on a non-existing fd
Volker Lendecke
1
-7
/
+9
2008-01-12
CID 458. Don't leak dlopen handles on failing to load
Jeremy Allison
1
-0
/
+2
2008-01-12
Fix CID 469. new_acct can't be NULL here.
Jeremy Allison
1
-2
/
+1
2008-01-12
Fix CID 470. resolve_order can't be NULL here so simplify code.
Jeremy Allison
1
-10
/
+3
2008-01-11
Fix CID 475. work should not be checked against NULL
Jeremy Allison
1
-2
/
+2
2008-01-11
Fix CID 476. Ensure a valid pac_data pointer is always passed to
Jeremy Allison
3
-5
/
+4
2008-01-11
Coverity 512, uninitialized var.
Jeremy Allison
1
-2
/
+2
2008-01-11
Stop Coverity complaining about uninitialized variables.
Jeremy Allison
1
-3
/
+3
2008-01-11
Fix CID 498. Ensure we don't prs_mem_free an uninitialized
Jeremy Allison
1
-1
/
+6
2008-01-11
Fix CID 505 - don't copy uninitialized memory.
Jeremy Allison
1
-0
/
+1
2008-01-11
Fix CID 523 - wrong null deref check.
Jeremy Allison
1
-1
/
+1
2008-01-11
Fix CID 524 - reference before allocation fail null check.
Jeremy Allison
1
-1
/
+1
2008-01-11
Ensure we don't access an uninitialized variable
Jeremy Allison
1
-1
/
+1
2008-01-12
Fix some indents.
Günther Deschner
1
-2
/
+3
2008-01-12
Call dsgetdcname when we have no specific dc defined for joining.
Günther Deschner
1
-0
/
+27
2008-01-12
Fix some error strings in libnet_join.
Günther Deschner
1
-1
/
+6
2008-01-12
Add appropriate error code when pre-creating accounts in ous isnt supported b...
Günther Deschner
1
-2
/
+2
2008-01-12
For libnet_join error string functions, make sure not to overwrite last statu...
Günther Deschner
1
-10
/
+10
2008-01-12
Merge all ads related calls in libnet_join_post_processing_ads().
Günther Deschner
1
-32
/
+49
2008-01-12
Use WITH_ADS define in libnet_join, hopefully not breaking the build.
Günther Deschner
1
-16
/
+11
2008-01-12
Auto-add missing shares in libnet_conf_set_parameter().
Günther Deschner
1
-2
/
+4
2008-01-12
Add debug bool flag for libnetjoin ctx.
Günther Deschner
1
-0
/
+1
2008-01-12
Use domain_is_ad one more time in libnetjoin.
Günther Deschner
1
-3
/
+2
2008-01-11
Sync tdb with the tdb changes in ctdb. Spoke to tridge about
Jeremy Allison
10
-218
/
+358
2008-01-11
Remove code accidentially submittet with last commit 83aed537c16f63.
Michael Adam
1
-42
/
+0
2008-01-11
Fix panic in "net conf": Fix logic in error condition.
Michael Adam
1
-1
/
+43
2008-01-11
Fix a build warning.
Günther Deschner
1
-0
/
+1
2008-01-11
As long as DsGetDcName is not part of libnetapi, lowercase the fn name.
Günther Deschner
4
-44
/
+44
2008-01-11
Fix libnetapi error string callers.
Günther Deschner
4
-9
/
+9
2008-01-11
Remove '\n' from error strings in libnet_join context.
Günther Deschner
1
-12
/
+12
2008-01-11
Set error string when ads_leave_realm() has failed in libnetjoin.
Günther Deschner
1
-1
/
+9
2008-01-11
Include some basic headers in netapi.h.
Günther Deschner
1
-0
/
+10
2008-01-11
Refactor libnetapi error string functions a bit.
Günther Deschner
2
-6
/
+20
2008-01-11
Ignore result of libnet_conf_delete_parameter here, as realm may be not there.
Günther Deschner
1
-1
/
+1
2008-01-11
Remove some more references to global_myname() in libnet_join.
Günther Deschner
1
-2
/
+2
[prev]
[next]