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
/
smbd
/
lanman.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-09
s3-lanman: use srvsvc for api_RNetServerGetInfo().
Günther Deschner
1
-45
/
+47
2010-05-09
s3-spoolss: Make spoolss_Time_to_time_t public.
Simo Sorce
1
-15
/
+0
2010-05-05
s3-lanman: use srvsvc for api_RNetShareAdd().
Günther Deschner
1
-34
/
+42
2010-05-03
s3-lanman: before trying to call spoolss_ClosePrinter make sure we have a con...
Günther Deschner
1
-8
/
+8
2010-05-03
s3-lanman: fix api_DosPrintQEnum().
Günther Deschner
1
-1
/
+7
2010-05-03
s3-lanman: exit early for unsupported levels in api_PrintJobInfo().
Günther Deschner
1
-17
/
+17
2010-04-29
s3-lanman: fix api_DosPrintQGetInfo().
Günther Deschner
1
-4
/
+28
2010-04-29
s3-lanman: fix api_DosPrintQEnum.
Günther Deschner
1
-10
/
+22
2010-04-28
s3-lanman: support level 0 NetPrintQEnum RAP query.
Günther Deschner
1
-0
/
+1
2010-04-28
s3-lanman: use spoolss for api_WPrintDestGetInfo() and api_WPrintDestEnum().
Günther Deschner
1
-37
/
+115
2010-04-28
s3-lanman: fix debug message in api_WPrintJobEnumerate().
Günther Deschner
1
-1
/
+1
2010-04-28
s3-lanman: remove a unnecessary memset in api_WPrintJobEnumerate().
Günther Deschner
1
-1
/
+0
2010-04-28
s3-lanman: remove unused code.
Günther Deschner
1
-134
/
+0
2010-04-28
s3-lanman: use spoolss for api_DosPrintQGetInfo and api_DosPrintQEnum.
Günther Deschner
1
-152
/
+215
2010-04-28
s3-lanman: use spoolss for api_PrintJobInfo().
Günther Deschner
1
-13
/
+88
2010-04-28
s3-lanman: remove unsupported print_job_set_place().
Günther Deschner
1
-9
/
+0
2010-04-26
s3: use generated rap header.
Günther Deschner
1
-0
/
+1
2010-04-23
s3-lanman: fix uninitialized variable in api_RDosPrintJobDel().
Günther Deschner
1
-1
/
+1
2010-04-19
s3-lanman: use spoolss for api_WPrintJobGetInfo().
Günther Deschner
1
-21
/
+54
2010-04-19
s3-lanman: use spoolss for api_WPrintJobEnumerate().
Günther Deschner
1
-11
/
+142
2010-04-08
s3-lanman: use spoolss for api_RDosPrintJobDel().
Günther Deschner
1
-15
/
+59
2010-04-08
s3-lanman: use spoolss for api_WPrintQueueCtrl().
Günther Deschner
1
-7
/
+70
2010-03-15
Switch over to using get_currect_XXX() accessor functions.
Jeremy Allison
1
-3
/
+8
2010-03-15
Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...
Jeremy Allison
1
-8
/
+3
2010-03-12
Remove more uses of "extern struct current_user current_user;".
Jeremy Allison
1
-3
/
+8
2010-02-14
s3-smbd: convert lanman and notify code to TYPESAFE_QSORT()
Andrew Tridgell
1
-6
/
+2
2010-02-09
Fix bug #7122 - Reading a large browselist fails (server returns invalid valu...
Jeremy Allison
1
-3
/
+3
2010-02-09
s3:smbd: use StrCaseCmp() instead of strcasecmp
Stefan Metzmacher
1
-4
/
+3
2010-02-09
s3:smbd: Fix really ugly bool vs. int bug!!!
Stefan Metzmacher
1
-2
/
+2
2010-02-08
s3:smbd: implement api_RNetServerEnum3
Stefan Metzmacher
1
-1
/
+212
2010-02-08
s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2()
Stefan Metzmacher
1
-4
/
+6
2010-02-08
s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2
Stefan Metzmacher
1
-3
/
+3
2010-01-11
s3-lanman: Allow a level2 descriptor for a level1 NetShareGetInfo
Giovanni Bajo
1
-1
/
+3
2010-01-10
s3: Remove the typedef for "auth_serversupplied_info"
Volker Lendecke
1
-1
/
+1
2009-12-08
s3-spoolss: use driver level info8 everywhere in spoolss server internally.
Günther Deschner
1
-25
/
+25
2009-11-26
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
1
-0
/
+2
2009-11-23
s3-printing: use spoolss types and structs while getting and deleting drivers.
Günther Deschner
1
-33
/
+28
2009-06-27
s3/lanman: Workaround for KB932762.
Volker Lendecke
1
-0
/
+1
2009-06-03
s3:smbd: move more session specific globals to struct smbd_server_connection
Stefan Metzmacher
1
-4
/
+9
2009-05-06
s3-printing: simplify print_queue helper functions and return WERROR.
Günther Deschner
1
-10
/
+7
2009-04-15
Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+
Jeremy Allison
1
-3
/
+3
2009-02-10
Convert api_NetUserGetGroups to use samr instead of pdb
Volker Lendecke
1
-50
/
+68
2009-02-07
Convert api_RNetGroupEnum to use samr instead of pdb
Volker Lendecke
1
-30
/
+81
2009-02-07
Close samr_handle if open_domain failed
Volker Lendecke
1
-0
/
+1
2009-02-01
Convert api_RNetUserEnum to use the srv_samr_nt.c directly
Volker Lendecke
1
-26
/
+77
2009-02-01
Fix nonempty blank lines
Volker Lendecke
1
-58
/
+57
2009-01-16
s3:put the browse list into cache_dir, not lock_dir.
Michael Adam
1
-2
/
+2
2008-11-02
Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_reply
Volker Lendecke
1
-1
/
+1
2008-10-12
Use common util_file code.
Jelmer Vernooij
1
-3
/
+3
2008-06-28
Let send_trans_reply work on only the inbuf
Volker Lendecke
1
-1
/
+1
[prev]
[next]