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
/
source4
/
libcli
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-08
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
65
-100
/
+654
2008-04-04
Install pidl by default if ExtUtils::MakeMaker is available. This should make...
Jelmer Vernooij
1
-2
/
+0
2008-04-02
wbclient: Add an async winbind client library.
Kai Blin
4
-0
/
+267
2008-04-02
Reintroduce header previously autogenerated but ignored by git.
Jelmer Vernooij
1
-0
/
+10
2008-04-02
Reduce the number of installed headers.
Jelmer Vernooij
1
-2
/
+2
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
58
-94
/
+371
2008-04-01
Rename libsamba-config to libsamba-hostconfig.
Jelmer Vernooij
2
-4
/
+4
2008-03-28
libcli/security: fix compiler warnings
Stefan Metzmacher
1
-0
/
+2
2008-03-28
Merge v4.0-test
Jelmer Vernooij
8
-8
/
+81
2008-03-21
Add my copyright
Volker Lendecke
1
-0
/
+1
2008-03-20
More kludge ACLs!
Andrew Bartlett
2
-0
/
+35
2008-03-14
swig: regenerate _wrap.c files
Stefan Metzmacher
2
-5
/
+5
2008-03-14
swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V()
Stefan Metzmacher
1
-2
/
+2
2008-03-11
libcli/raw: add RAW_RENAME_NTTRANS support
Stefan Metzmacher
2
-1
/
+38
2008-03-08
Push SOVERSION and VERSION out of perl code.
Jelmer Vernooij
1
-2
/
+0
2008-03-07
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
1
-0
/
+4
2008-03-06
libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKS
Stefan Metzmacher
1
-0
/
+4
2008-03-04
Fix includes.
Jelmer Vernooij
2
-0
/
+6
2008-03-03
Fix some syntax errors.
Jelmer Vernooij
1
-2
/
+2
2008-03-03
Move object file lists to the Makefile.
Jelmer Vernooij
5
-108
/
+79
2008-02-29
Change remaining prototype headers to be private.
Jelmer Vernooij
1
-1
/
+1
2008-02-29
Move public header accumulation out of the perl code.
Jelmer Vernooij
3
-7
/
+14
2008-02-29
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
20
-48
/
+115
2008-02-28
Remove use of global_loadparm.
Jelmer Vernooij
1
-2
/
+9
2008-02-28
Remove use of global_loadparm.
Jelmer Vernooij
2
-1
/
+2
2008-02-26
Move public header accumulation out of the perl code.
Jelmer Vernooij
3
-5
/
+12
2008-02-25
Remove public prototype headers. Generating both public and private prototype...
Jelmer Vernooij
2
-3
/
+3
2008-02-25
Remove uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+3
2008-02-21
Remove another global_loadparm instance.
Jelmer Vernooij
1
-6
/
+8
2008-02-21
Fix the build.
Jelmer Vernooij
2
-2
/
+4
2008-02-21
Remove yet more global_loadparm instances.
Jelmer Vernooij
3
-6
/
+14
2008-02-21
Remove more global_loadparm instance.s
Jelmer Vernooij
2
-2
/
+5
2008-02-21
Remove yet more uses of global_loadparm.
Jelmer Vernooij
11
-28
/
+68
2008-02-21
Remove more global_loadparm uses.
Jelmer Vernooij
2
-3
/
+5
2008-02-21
Remove more uses of global_loadparm.
Jelmer Vernooij
2
-4
/
+5
2008-02-21
Remove more uses of global_loadparm.
Jelmer Vernooij
10
-19
/
+25
2008-02-18
Rename include to mkinclude to emphasize it is different from make's include.
Jelmer Vernooij
1
-4
/
+4
2008-02-18
Fix build with partial linking.
Jelmer Vernooij
1
-1
/
+1
2008-02-18
Avoid redetermining paths; use already stored values.
Jelmer Vernooij
1
-1
/
+1
2008-02-18
Reenable partial linking
Jelmer Vernooij
1
-1
/
+1
2008-02-18
handle pushing of zero length smb2 strings
Andrew Tridgell
1
-0
/
+6
2008-02-16
fixed RAW-READ after the bufinfo changes. Thanks to Metze for spotting
Andrew Tridgell
1
-0
/
+3
2008-02-16
fixed handling of zero sized buffers versus NULL buffers in
Andrew Tridgell
1
-10
/
+31
2008-02-14
Remove type before variables in data.mk
Jelmer Vernooij
1
-1
/
+1
2008-02-14
updated SMB2 code for getinfo according to WSPP docs
Andrew Tridgell
5
-26
/
+75
2008-02-14
A better way to handle the different format of RenameInformation in SMB2
Andrew Tridgell
3
-1
/
+21
2008-02-14
Fixed SMB2 rename operations from Vista clients
Andrew Tridgell
4
-5
/
+11
2008-02-14
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
15
-50
/
+102
2008-02-13
updated SMB2 create operation to match WSPP.
Andrew Tridgell
3
-38
/
+67
2008-02-13
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
1
-18
/
+13
[next]