index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-18
/
+14
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
1
-6
/
+13
*
tidied up some unused vars in JFs new fns
Andrew Tridgell
2001-09-03
1
-12
/
+0
*
Ouch ! I didn't think I would have to do that: add 2 new rap calls !
Jean-François Micouleau
2001-08-28
1
-0
/
+127
*
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
2001-08-12
1
-2
/
+8
*
More constant conversions.
Tim Potter
2001-08-10
1
-2
/
+2
*
merge from 2.2
Gerald Carter
2001-08-10
1
-1
/
+1
*
Added Gerald's lanman printing only change to HEAD.
Jeremy Allison
2001-08-06
1
-99
/
+91
*
This removes unused paramaters from various authtication functions, and should
Andrew Bartlett
2001-07-08
1
-1
/
+1
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-20
/
+18
*
Patch from Simo:
Gerald Carter
2001-05-07
1
-2
/
+2
*
Big cleanup of passdb and backends.
Jean-François Micouleau
2001-05-04
1
-2
/
+6
*
- added test for vasprintf
Andrew Tridgell
2001-04-28
1
-12
/
+0
*
started converting some of the only-ascii code to use srvstr_*
Andrew Tridgell
2001-03-31
1
-11
/
+10
*
Two OS/2 printer fixes from Jim McDonough @ IBM.
Jeremy Allison
2001-03-23
1
-12
/
+59
*
ADMIN$ is an IPC share, not a disk share
Andrew Tridgell
2001-03-17
1
-1
/
+1
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-4
/
+0
*
include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.
Jeremy Allison
2001-02-23
1
-13
/
+13
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-29
1
-1
/
+1
*
smbd/lanman.c: Fix for calling qsort with 0 number.
Jeremy Allison
2001-01-24
1
-1
/
+2
*
include/vfs.h:
Jeremy Allison
2001-01-23
1
-2
/
+2
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-22
1
-3
/
+4
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-17
1
-3
/
+4
*
Fixed bug with Win9x/ME where drivername was being returned incorrectly in
Jeremy Allison
2000-12-07
1
-36
/
+46
*
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
2000-12-07
1
-3
/
+3
*
Fix for off-by-one StrnCpy.
Jeremy Allison
2000-11-21
1
-1
/
+1
*
Fix from Jim McDonough @ IBM for OS/2 clients.
Jeremy Allison
2000-11-16
1
-0
/
+10
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-6
/
+6
*
More merging of printing stuff from appliance.
Tim Potter
2000-11-08
1
-3
/
+3
*
Call standard_sub_advanced() after lp_logon_XX() calls.
Jeremy Allison
2000-10-30
1
-0
/
+2
*
Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pause
Tim Potter
2000-10-18
1
-4
/
+4
*
global_myname is actually a pstring.
Tim Potter
2000-10-06
1
-1
/
+1
*
Changes from APPLIANCE_HEAD (per Tim Potter):
David O'Neill
2000-09-01
1
-12
/
+16
*
make sure a couple of variables are initialised
Andrew Tridgell
2000-08-31
1
-2
/
+2
*
Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all
Jeremy Allison
2000-08-30
1
-3
/
+3
*
fixed previous bug spotted by Elrond in get_printerdrivernumber().
Gerald Carter
2000-08-29
1
-16
/
+17
*
Fix for Win9x driver downloads when information is
Gerald Carter
2000-08-17
1
-83
/
+153
*
Added print job substitutions for %{printername}, %{sharename} and %{portname}
Jeremy Allison
2000-08-01
1
-16
/
+14
*
Added John Reilly's enumports/addprinter/delprinter scripting code plus the
Jeremy Allison
2000-07-31
1
-49
/
+43
*
Fixed up error checking and move printer file code. Fixed a memory leak.
Jeremy Allison
2000-07-25
1
-2
/
+2
*
Modified the patch to look in the tdb *first* - thus allowing legacy text
Jeremy Allison
2000-07-19
1
-75
/
+91
*
Code from John Reilly <jreilly@hp.com> to add tdb lookups into the Win95
Jeremy Allison
2000-07-19
1
-7
/
+44
*
Re-instated lanman printing security checks (oops).
Tim Potter
2000-07-10
1
-3
/
+7
*
Don't check NT permissions when printing from lanman.
Tim Potter
2000-07-06
1
-6
/
+6
*
Pass the vuid from the connection_struct to the printing back end functions.
Tim Potter
2000-06-16
1
-6
/
+6
*
Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu>
Jeremy Allison
2000-06-08
1
-4
/
+4
*
Fixing get/set of security descriptors.
Jeremy Allison
2000-06-07
1
-0
/
+2
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+3
*
- use full_name instead of real_name
Andrew Tridgell
2000-05-04
1
-2
/
+2
[next]