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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-24
s3-spoolss: fix notify_printer_status_byname.
Günther Deschner
1
-1
/
+3
2009-02-24
s3: re-run make samba3-idl.
Günther Deschner
3
-39
/
+369
2009-02-24
spoolss: add push,pull helper for spoolss_DriverInfo101.
Günther Deschner
2
-0
/
+481
2009-02-24
spoolss: add spoolss_DriverInfo101 to IDL.
Günther Deschner
1
-1
/
+33
2009-02-24
spoolss: generate size functions for printer driver structs.
Günther Deschner
1
-11
/
+11
2009-02-24
error-codes: add WERR_INVALID_USER_BUFFER.
Günther Deschner
2
-0
/
+2
2009-02-24
added a missing linefeed
Andrew Tridgell
1
-1
/
+1
2009-02-23
More warning fixes for Solaris.
Jeremy Allison
6
-32
/
+33
2009-02-23
Quieten down a boatload of shadowed variable warnings on Solaris.
Jeremy Allison
4
-55
/
+55
2009-02-23
Fix headers, ldb_includes.h is a private header,
Simo Sorce
28
-38
/
+42
2009-02-23
Make char* parameters const
Derrell Lipman
2
-20
/
+10
2009-02-23
Fix GDB_PROVISION mode
Simo Sorce
1
-1
/
+1
2009-02-23
Make all transactions nested in ldb. The current samba4 code expects this
Simo Sorce
2
-59
/
+75
2009-02-23
s3-spoolss: remove cli_spoolss_notify.c completly.
Günther Deschner
3
-36
/
+1
2009-02-23
s3-spoolss: remove old SPOOL_NOTIFY_OPTION definitions.
Günther Deschner
1
-32
/
+0
2009-02-23
s3-spoolss: remove old spoolss_RemoteFindFirstPrinterChangeNotifyEx.
Günther Deschner
4
-284
/
+0
2009-02-23
s3-spoolss: remove SPOOL_NOTIFY_INFO_DATA and SPOOL_NOTIFY_INFO alltogether.
Günther Deschner
3
-349
/
+0
2009-02-23
s3-spoolss: remove old spoolss_RouterReplyPrinterEx.
Günther Deschner
4
-180
/
+0
2009-02-23
s3-spoolss: remove old spoolss_RouterRefreshPrinterChangeNotify.
Günther Deschner
3
-83
/
+0
2009-02-23
s3-spoolss: use pidl for _spoolss_RemoteFindFirstPrinterChangeNotifyEx.
Günther Deschner
2
-49
/
+14
2009-02-23
s3-spoolss: use spoolss_NotifyOption and spoolss_NotifyType instead of SPOOL_...
Günther Deschner
2
-75
/
+32
2009-02-23
s3-spoolss: add dup_spoolss_NotifyOption.
Günther Deschner
1
-0
/
+51
2009-02-23
s3-spoolss: use more idl types in spoolss server.
Günther Deschner
2
-11
/
+18
2009-02-23
s3-spoolss: fix memleak of spoolss_Notify array in _spoolss_RouterRefreshPrin...
Günther Deschner
2
-4
/
+8
2009-02-23
s3-spoolss: use rpccli_spoolss_RouterReplyPrinterEx.
Günther Deschner
1
-2
/
+36
2009-02-23
s3-spoolss: use pidl for _spoolss_RouterRefreshPrinterChangeNotify.
Günther Deschner
2
-47
/
+24
2009-02-23
s3-spoolss: use struct spoolss_NotifyInfo instead of SPOOL_NOTIFY_INFO.
Günther Deschner
1
-106
/
+76
2009-02-23
s3-spoolss: use struct spoolss_Notify instead of SPOOL_NOTIFY_INFO_DATA.
Günther Deschner
2
-381
/
+180
2009-02-23
prefer gssapi header files from subdirectory
Björn Jacke
2
-6
/
+6
2009-02-23
s3-rpcclient: use correct clientname in spoolss_RemoteFindFirstPrinterChangeN...
Günther Deschner
1
-1
/
+8
2009-02-23
s3: re-run make samba3-idl.
Günther Deschner
2
-29
/
+12
2009-02-23
spoolss: spoolss_NotifyData contains a devmode container, not devmode pointer.
Günther Deschner
1
-1
/
+1
2009-02-23
spoolss: fix some PRINTER_CHANGE_ defines (and add a new windows 7 flag).
Günther Deschner
1
-11
/
+6
2009-02-23
all BSDs use this evironment variable
Björn Jacke
1
-1
/
+1
2009-02-23
s3/docs: Fix typo in man mount.cifs.
Karolin Seeger
1
-1
/
+1
2009-02-22
s3: Wrap usage of rlimit in configure checks
Steven Danneman
1
-20
/
+19
2009-02-22
For some unknown reason ldbrename was not being built in samba3.
Simo Sorce
2
-1
/
+115
2009-02-21
s3 OneFS: Add an atomic sendfile implementation
Tim Prouty
3
-0
/
+282
2009-02-21
s3: If sendfile returns 0 bytes read, fall back to the normal read path
Tim Prouty
1
-0
/
+24
2009-02-21
Revert "s3 auth: Add parameter that forces every user through an NSS lookup"
Tim Prouty
3
-35
/
+4
2009-02-21
Fix shadowed declaration warning
Tim Prouty
1
-1
/
+1
2009-02-21
s3-spoolss: fix client name in rpccli_spoolss_openprinter_ex.
Günther Deschner
1
-1
/
+2
2009-02-21
s3-spoolss: remove duplicate flag.
Günther Deschner
1
-2
/
+0
2009-02-21
s3-spoolss: fix _spoolss_GetPrinterDriverDirectory and spoolss_GetPrintProces...
Günther Deschner
1
-2
/
+2
2009-02-21
s3-eventlog: fix rpcclient and server stub for eventlog_GetLogInformation.
Günther Deschner
2
-3
/
+3
2009-02-21
s4-smbtorture: fix eventlog getinformation test.
Günther Deschner
1
-4
/
+4
2009-02-21
s3: re-run make samba3-idl.
Günther Deschner
10
-260
/
+62
2009-02-21
spoolss: add spoolssNotifyOptionFlags.
Günther Deschner
1
-1
/
+5
2009-02-21
eventlog: remove unused eventlog_Record struct.
Günther Deschner
1
-26
/
+0
2009-02-21
eventlog: fix eventlog_GetLogInformation typo in IDL.
Günther Deschner
1
-1
/
+1
[prev]
[next]