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
/
source
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Unneded extra check on len
Simo Sorce
2002-07-18
1
-1
/
+1
*
We have to look at the length before checking for "~" as the string
Jeremy Allison
2002-07-18
1
-3
/
+3
*
Use of uninitialized variable caught by valgrind.
Jeremy Allison
2002-07-18
1
-1
/
+1
*
Gone back to explicit queue number passing as snum - removed encoding of
Jeremy Allison
2002-07-17
5
-20
/
+29
*
Lanman print jobs are *16* bits, not 32. arggggh. Map them....
Jeremy Allison
2002-07-17
2
-9
/
+9
*
enum_group_mapping takes an enum not an int
Andrew Tridgell
2002-07-15
1
-1
/
+1
*
fixed a call to get_current_groups()
Andrew Tridgell
2002-07-15
1
-1
/
+1
*
fixed a problem with getgroups() where it could include our current
Andrew Tridgell
2002-07-15
2
-13
/
+28
*
Move nttrans.c into the NTSTATUS age.
Andrew Bartlett
2002-07-14
1
-41
/
+29
*
last check in for tonight.
Gerald Carter
2002-07-11
1
-1
/
+1
*
*Experimental* new large-scaling printer code. Splits printing.tdb into
Jeremy Allison
2002-07-11
1
-0
/
+2
*
Kill off const warnings - add a pile of const to various places.
Andrew Bartlett
2002-07-08
2
-3
/
+3
*
Fix const warning
Andrew Bartlett
2002-07-08
1
-1
/
+1
*
Updates to the 'name -> sid' code:
Andrew Bartlett
2002-07-07
1
-3
/
+3
*
Fix from Andrew Esh for coredump...
Jeremy Allison
2002-07-04
1
-8
/
+11
*
Always free_conn() after all the DEBUG()s etc.
Andrew Bartlett
2002-07-04
1
-3
/
+3
*
first cut at implementing support for browsing printer and driver driver
Gerald Carter
2002-07-03
1
-0
/
+3
*
Address the string_sub problem by changing len = 0 to mean "no expand".
Jeremy Allison
2002-07-02
3
-11
/
+11
*
used findstatic.pl to make some variables static and remove some dead
Andrew Tridgell
2002-07-01
2
-5
/
+5
*
Shut down printing tdb correctly - this will be more important when I go
Jeremy Allison
2002-06-28
1
-0
/
+1
*
It's fairly obvious that no one has tried to upload a driver
Gerald Carter
2002-06-27
1
-0
/
+28
*
fixed 3 bugs in jeremys trans2 merge. Hopefully it now works.
Andrew Tridgell
2002-06-26
1
-8
/
+4
*
Update cli_full_connection() to take a 'flags' paramater, and try to get a
Andrew Bartlett
2002-06-25
1
-8
/
+2
*
Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthrough
Jeremy Allison
2002-06-24
1
-1073
/
+1513
*
Raise some debug levels.
Andrew Bartlett
2002-06-22
2
-2
/
+2
*
Don't use uint. It doesn't exist on some platforms and we don't define it.
Jeremy Allison
2002-06-21
2
-2
/
+2
*
Fixed incorrect debug.
Tim Potter
2002-06-21
1
-1
/
+1
*
Got rid of unused flags field in lanman api_commands[].
Tim Potter
2002-06-20
1
-36
/
+49
*
compile warngin fixes merged from 2.2
Gerald Carter
2002-06-17
4
-19
/
+19
*
Further updates to the service.c code. authorise_login() is now a bit simpiler
Andrew Bartlett
2002-06-16
2
-6
/
+6
*
Rework much of the service.c code:
Andrew Bartlett
2002-06-15
2
-195
/
+238
*
moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c
Simo Sorce
2002-06-14
2
-15
/
+15
*
Veto files fix.
Jeremy Allison
2002-06-13
1
-275
/
+273
*
Merge in mangle fixes from 2.2.
Jeremy Allison
2002-06-13
6
-369
/
+371
*
Ensure when allowing fchown with write access and dos filemodes that
Jeremy Allison
2002-06-07
1
-7
/
+7
*
Globally replace 'global_sam_sid' with get_global_sam_sid(), a self
Andrew Bartlett
2002-06-07
3
-6
/
+5
*
Allow sd_len to be zero on NT_TRANSACT_CREATE but not for set sd (helps
Jeremy Allison
2002-06-07
1
-4
/
+7
*
Overly complex but neccessary fix for kernel oplock problems. The issue
Jeremy Allison
2002-06-06
3
-21
/
+55
*
Remove blocksignals call as it's never going to bloody work right...
Jeremy Allison
2002-06-05
1
-1
/
+0
*
Fix for Linux kernel bug where signal mask set within a signal handler
Jeremy Allison
2002-06-05
1
-33
/
+67
*
Move session gathering routine back into session.c so it can be called either
Jim McDonough
2002-06-03
2
-53
/
+53
*
Removed some unused variables - tidy up some formating, add struct to
Jeremy Allison
2002-05-31
2
-193
/
+190
*
Add support for NTLMv2 (tested!) with NTLMSSP.
Andrew Bartlett
2002-05-26
1
-17
/
+49
*
Clean up a few unused functions, add a bit of static etc.
Andrew Bartlett
2002-05-25
1
-1
/
+1
*
Remove the password length paramater from cli_full_connection - it really
Andrew Bartlett
2002-05-24
1
-1
/
+1
*
If we don't do the select don't do the recvfrom.
Jeremy Allison
2002-05-24
1
-0
/
+1
*
Fixed silly typo that causes receive_local_message to loop - caused by
Jeremy Allison
2002-05-24
1
-1
/
+1
*
Merge of bugfixes from 2.2.
Jeremy Allison
2002-05-22
2
-6
/
+8
*
Fix for strangeness in Linux 2.0.x select return.
Jeremy Allison
2002-05-22
1
-0
/
+14
*
Remove horrid goto.
Jeremy Allison
2002-05-22
1
-10
/
+5
[prev]
[next]