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
path:
root
/
source3
/
smbd
/
lanman.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...
Jeremy Allison
2010-11-10
1
-3
/
+4
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3-rpc_server: Moved ncacn_np declarations in common header file.
Simo Sorce
2010-09-15
1
-0
/
+1
*
s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.
Simo Sorce
2010-09-15
1
-9
/
+54
*
s3-lsa: separate out init_lsa headers.
Günther Deschner
2010-08-25
1
-0
/
+1
*
s3: Add "client_id" to pipes_struct
Volker Lendecke
2010-08-18
1
-3
/
+11
*
s3: Lift the smbd_messaging_context from rpc_pipe_open_internal
Volker Lendecke
2010-08-08
1
-3
/
+8
*
s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.
Günther Deschner
2010-07-08
1
-8
/
+8
*
s3-lanman: Make sure count is not used uninitialized if we jump to out.
Andreas Schneider
2010-06-28
1
-1
/
+1
*
s3-lanman: Make sure that job_info is not undefined.
Andreas Schneider
2010-06-28
1
-1
/
+1
*
s3-lanman: Fix return code for "" printqname in api_DosPrintQGetInfo().
Günther Deschner
2010-06-16
1
-0
/
+5
*
s3: Explicitly pass sconn to the api_ functions
Volker Lendecke
2010-06-12
1
-41
/
+77
*
s3-lanman: Fix api_RNetUserGetInfo level 2 marshalling offset calculation.
Günther Deschner
2010-05-28
1
-16
/
+16
*
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
2010-05-28
1
-4
/
+5
*
s3: Remove an unused variable
Volker Lendecke
2010-05-27
1
-1
/
+0
*
s3-lanman: use samr for api_RNetUserGetInfo.
Günther Deschner
2010-05-27
1
-27
/
+130
*
s3-lanman: remove defines now provided by IDL.
Günther Deschner
2010-05-26
1
-10
/
+0
*
s3-lanman: parse encrypted and min_pwd_length in api_SetUserPassword().
Günther Deschner
2010-05-26
1
-3
/
+25
*
s3-lanman: use samr for api_SetUserPassword().
Günther Deschner
2010-05-26
1
-38
/
+123
*
s3-lanman: Migrated to rpc_connect_spoolss_pipe().
Simo Sorce
2010-05-26
1
-28
/
+9
*
s3-lanman: Fix various RAP printing calls according to win98 testing and MS-R...
Günther Deschner
2010-05-20
1
-10
/
+10
*
s3-rpc_client: move protos to init_spoolss.h
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3-rpc_client: move protos to cli_spoolss.h
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3-lanman: use samr for api_SamOEMChangePassword().
Günther Deschner
2010-05-12
1
-9
/
+49
*
s3-lanman: use srvsvc for api_RNetServerGetInfo().
Günther Deschner
2010-05-09
1
-45
/
+47
*
s3-spoolss: Make spoolss_Time_to_time_t public.
Simo Sorce
2010-05-09
1
-15
/
+0
*
s3-lanman: use srvsvc for api_RNetShareAdd().
Günther Deschner
2010-05-05
1
-34
/
+42
*
s3-lanman: before trying to call spoolss_ClosePrinter make sure we have a con...
Günther Deschner
2010-05-03
1
-8
/
+8
*
s3-lanman: fix api_DosPrintQEnum().
Günther Deschner
2010-05-03
1
-1
/
+7
*
s3-lanman: exit early for unsupported levels in api_PrintJobInfo().
Günther Deschner
2010-05-03
1
-17
/
+17
*
s3-lanman: fix api_DosPrintQGetInfo().
Günther Deschner
2010-04-29
1
-4
/
+28
*
s3-lanman: fix api_DosPrintQEnum.
Günther Deschner
2010-04-29
1
-10
/
+22
*
s3-lanman: support level 0 NetPrintQEnum RAP query.
Günther Deschner
2010-04-28
1
-0
/
+1
*
s3-lanman: use spoolss for api_WPrintDestGetInfo() and api_WPrintDestEnum().
Günther Deschner
2010-04-28
1
-37
/
+115
*
s3-lanman: fix debug message in api_WPrintJobEnumerate().
Günther Deschner
2010-04-28
1
-1
/
+1
*
s3-lanman: remove a unnecessary memset in api_WPrintJobEnumerate().
Günther Deschner
2010-04-28
1
-1
/
+0
*
s3-lanman: remove unused code.
Günther Deschner
2010-04-28
1
-134
/
+0
*
s3-lanman: use spoolss for api_DosPrintQGetInfo and api_DosPrintQEnum.
Günther Deschner
2010-04-28
1
-152
/
+215
*
s3-lanman: use spoolss for api_PrintJobInfo().
Günther Deschner
2010-04-28
1
-13
/
+88
*
s3-lanman: remove unsupported print_job_set_place().
Günther Deschner
2010-04-28
1
-9
/
+0
*
s3: use generated rap header.
Günther Deschner
2010-04-26
1
-0
/
+1
*
s3-lanman: fix uninitialized variable in api_RDosPrintJobDel().
Günther Deschner
2010-04-23
1
-1
/
+1
*
s3-lanman: use spoolss for api_WPrintJobGetInfo().
Günther Deschner
2010-04-19
1
-21
/
+54
*
s3-lanman: use spoolss for api_WPrintJobEnumerate().
Günther Deschner
2010-04-19
1
-11
/
+142
*
s3-lanman: use spoolss for api_RDosPrintJobDel().
Günther Deschner
2010-04-08
1
-15
/
+59
*
s3-lanman: use spoolss for api_WPrintQueueCtrl().
Günther Deschner
2010-04-08
1
-7
/
+70
*
Switch over to using get_currect_XXX() accessor functions.
Jeremy Allison
2010-03-15
1
-3
/
+8
*
Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...
Jeremy Allison
2010-03-15
1
-8
/
+3
*
Remove more uses of "extern struct current_user current_user;".
Jeremy Allison
2010-03-12
1
-3
/
+8
*
s3-smbd: convert lanman and notify code to TYPESAFE_QSORT()
Andrew Tridgell
2010-02-14
1
-6
/
+2
[next]