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-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
2008-01-11
Use domain_is_ad bool.
Günther Deschner
1
-6
/
+5
2008-01-11
Add domain_is_ad bool to libnetjoin ctx.
Günther Deschner
1
-0
/
+1
2008-01-10
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
8
-43
/
+36
2008-01-10
Don't switch user contexts unless you have to. Saves
Jeremy Allison
2
-14
/
+42
2008-01-11
Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().
Michael Adam
5
-14
/
+11
2008-01-11
Remove now redundant parameter fd from prime_cache().
Michael Adam
1
-5
/
+4
2008-01-11
Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().
Michael Adam
7
-25
/
+22
2008-01-10
Don't print out debug messages at level 0 if we can't
Jeremy Allison
1
-4
/
+10
2008-01-10
Fix the build of the cacheprime VFS module after API changes.
Michael Adam
1
-4
/
+3
2008-01-10
--enable-libwbclient-shared
Volker Lendecke
2
-25
/
+35
2008-01-10
Tiny cosmetic fix
Volker Lendecke
1
-2
/
+1
2008-01-10
Remove redundant parameter fd from SMB_VFS_WRITE().
Michael Adam
7
-18
/
+18
2008-01-10
Remove redundant parameter fd from SMB_VFS_READ().
Michael Adam
7
-17
/
+18
2008-01-10
Move transfer_file and transfer_file_internal to a module of their own.
Michael Adam
5
-88
/
+147
2008-01-10
Reformat some code I just touched.
Michael Adam
1
-12
/
+20
2008-01-10
Make casts to (void *) explicit to remove compiler warnings.
Michael Adam
1
-1
/
+2
2008-01-10
Fix a really silly typo.
Michael Adam
1
-1
/
+1
2008-01-10
Correctly abstract the transfer_file mechanism with callbacks and void ptrs.
Michael Adam
2
-16
/
+32
2008-01-10
use talloc_tos() in share_access_check()
Volker Lendecke
1
-8
/
+3
2008-01-10
Some more talloc_tos()
Volker Lendecke
3
-13
/
+13
2008-01-10
use talloc_tos in a few more places
Volker Lendecke
7
-16
/
+18
2008-01-10
Remove unused string.
Günther Deschner
1
-3
/
+0
2008-01-10
Fix a c++ warning
Volker Lendecke
1
-1
/
+2
2008-01-10
talloc_free_children can only reset pool if it's empty
Volker Lendecke
1
-1
/
+2
2008-01-10
Mark talloc_pool memory for valgrind
Volker Lendecke
1
-3
/
+16
2008-01-10
Fix suspicious Makefile line
Volker Lendecke
1
-2
/
+2
2008-01-10
Form a proper hierarchy in talloc_stack
Volker Lendecke
1
-3
/
+10
2008-01-09
Fixup hot paths - add macro for toupper (c < 0x80).
Jeremy Allison
3
-11
/
+36
2008-01-09
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
6
-52
/
+12
2008-01-09
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2
-0
/
+3
2008-01-09
Add the calls to make use of talloc_pools in a talloc_stackframe.
Jeremy Allison
2
-2
/
+17
2008-01-09
Implement talloc_pool()
Volker Lendecke
3
-7
/
+207
2008-01-10
Try and fix the AIX build.
Michael Adam
1
-0
/
+1
2008-01-10
Enable building the notify_fam module.
Michael Adam
1
-0
/
+2
2008-01-09
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
4
-5
/
+6
2008-01-09
Try and fix the AIX build.
Jeremy Allison
1
-1
/
+9
2008-01-09
Ensure we don't take address of one past buffer.
Jeremy Allison
1
-1
/
+1
2008-01-09
Fix the max_dead_record calculations
Volker Lendecke
1
-4
/
+1
2008-01-09
Try to fix the build on hosts that HAVE_LDAP but don't HAVE_KRB5.
Michael Adam
1
-0
/
+3
2008-01-09
Fix a memleak found by the IBM checker.
Michael Adam
1
-0
/
+1
2008-01-09
Fix memleak in ldapsam_rename_sam_account() found by IBM checker.
Michael Adam
1
-1
/
+1
2008-01-09
Another attempt to fix builds w/o ldap and/or krb5.
Günther Deschner
1
-9
/
+9
[next]