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
*
Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
Steven Danneman
2009-02-09
12
-21
/
+63
*
s3 OneFS: Change ACLs to do a stat-only open before get/set_security_descriptor
Tim Prouty
2009-02-09
1
-22
/
+4
*
s3 OneFS: Add kernel oplocks implementation
Tim Prouty
2009-02-09
9
-82
/
+996
*
s3 oplocks: Remove oplocks before handling delete on close semantics
Tim Prouty
2009-02-09
1
-4
/
+5
*
s3 oplocks: Add capabilites flags field to the kernel_oplocks struct
Tim Prouty
2009-02-09
4
-2
/
+50
*
s3 oplocks: Make the level2 oplock contention API more granular
Tim Prouty
2009-02-09
11
-39
/
+178
*
s3 oplocks: Differentiate between releasing an oplock vs. downgrading to Leve...
Tim Prouty
2009-02-09
4
-5
/
+5
*
s3 vfs: Add a destructor to the fsp extension data API
Tim Prouty
2009-02-09
8
-9
/
+20
*
added a workaround to the handling of unicodePwd for Win7-beta
Andrew Tridgell
2009-02-10
1
-1
/
+30
*
fixed two problems with the DsRGetDCNameEx2 call, as used by
Andrew Tridgell
2009-02-10
1
-3
/
+9
*
S3: Various fixes for log2pcaphex utility
todd stecher
2009-02-09
1
-49
/
+113
*
s3 spoolss: arch needs to be set before it's passed to get_version_id.
Tim Prouty
2009-02-09
1
-3
/
+3
*
Revert "s3:winbindd_user: create domain connection in winbindd_fill_pwent if ...
Michael Adam
2009-02-09
1
-1
/
+1
*
Revert "Fix errornos assumption that all compilers are gcc"
Jelmer Vernooij
2009-02-09
3
-3
/
+3
*
s3-spoolss: remove old spoolss_ScheduleJob.
Günther Deschner
2009-02-09
3
-52
/
+0
*
s3-spoolss: use pidl for _spoolss_ScheduleJob.
Günther Deschner
2009-02-09
2
-35
/
+6
*
s3-spoolss: remove old spoolss_AddJob.
Günther Deschner
2009-02-09
3
-74
/
+0
*
s3-spoolss: use pidl for _spoolss_AddJob.
Günther Deschner
2009-02-09
2
-44
/
+10
*
s3: re-run make samba3-idl.
Günther Deschner
2009-02-09
5
-0
/
+172
*
spoolss: fill in spoolss_ScheduleJob.
Günther Deschner
2009-02-09
1
-1
/
+3
*
spoolss: fill in spoolss_AddJob.
Günther Deschner
2009-02-09
1
-1
/
+6
*
s3 async: Fix the build on systems that have ETIMEDOUT but not ETIME
Tim Prouty
2009-02-09
2
-6
/
+9
*
S3 OneFS: Add in Isilon specific performance counter module
todd stecher
2009-02-09
3
-1
/
+423
*
S3: New module interface for SMB message statistics gathering
todd stecher
2009-02-09
19
-39
/
+424
*
Fix errornos assumption that all compilers are gcc
Torgeir Lerkerod
2009-02-09
3
-3
/
+3
*
docs: Add man sharesec.
Karolin Seeger
2009-02-09
1
-0
/
+220
*
Attempt to fix the build
Volker Lendecke
2009-02-09
1
-4
/
+4
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2009-02-09
10
-510
/
+98
|
\
|
*
s3-spoolss: remove old rpccli_spoolss_routerreplyprinter.
Günther Deschner
2009-02-09
4
-123
/
+0
|
*
s3-spoolss: remove old spoolss_ReplyClosePrinter.
Günther Deschner
2009-02-09
4
-100
/
+0
|
*
s3-spoolss: use rpccli_spoolss_ReplyClosePrinter.
Günther Deschner
2009-02-09
1
-5
/
+5
|
*
s3-spoolss: remove old spoolss_AddPrintProcessor.
Günther Deschner
2009-02-09
3
-70
/
+0
|
*
s3-spoolss: use pidl for _spoolss_AddPrintProcessor.
Günther Deschner
2009-02-09
2
-36
/
+17
|
*
s3-rpcclient: remove a pointless fstring.
Günther Deschner
2009-02-09
1
-46
/
+29
|
*
s3-rpcclient: use srv_name_slash instead of formating servername again and ag...
Günther Deschner
2009-02-09
3
-145
/
+62
|
*
s4/wrepl_server: Fix typo in comment.
Karolin Seeger
2009-02-09
1
-2
/
+2
*
|
Fix warning in spoolss IDL file output.
Jelmer Vernooij
2009-02-09
5
-12
/
+4
*
|
Rerun pidl.
Jelmer Vernooij
2009-02-09
4
-16
/
+16
|
/
*
Remove an invalid discard_const_p() - it masks an actual
Jelmer Vernooij
2009-02-09
1
-1
/
+1
*
Use discard_const_p rather than CONST_DISCARD.
Jelmer Vernooij
2009-02-09
1
-1
/
+1
*
Revert "s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 and...
Jelmer Vernooij
2009-02-09
2
-2
/
+2
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2009-02-09
123
-4393
/
+11161
|
\
|
*
s3: re-run make samba3-idl.
Günther Deschner
2009-02-09
5
-0
/
+233
|
*
s3-spoolss: move PRINTER_ENUM_ICONMASK to IDL.
Günther Deschner
2009-02-09
3
-1
/
+10
|
*
s3-spoolss: use PRINTER_ENUM_NAME and remove double enum define.
Günther Deschner
2009-02-09
2
-2
/
+1
|
*
s3-spoolss: remove PRINTER_CHANGE* flags now defined in IDL.
Günther Deschner
2009-02-09
1
-51
/
+0
|
*
spoolss: fill in spoolss_AddPrintProcessor.
Günther Deschner
2009-02-09
1
-1
/
+5
|
*
spoolss: fill in spoolss_RouterReplyPrinter.
Günther Deschner
2009-02-09
1
-1
/
+5
|
*
spoolss: add spoolss_PrinterChangeFlags.
Günther Deschner
2009-02-09
1
-0
/
+54
|
*
eliminate compiler warnings
Derrell Lipman
2009-02-09
1
-4
/
+7
[next]