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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't forget to convert into UNIX character set before calling
Jeremy Allison
2000-11-21
1
-1
/
+1
*
combined 2 if statments which used the same condition
Gerald Carter
2000-11-21
1
-3
/
+5
*
Fix for off-by-one StrnCpy.
Jeremy Allison
2000-11-21
1
-1
/
+1
*
Fix for updating of print queues changed from a local box. Essentially,
Jeremy Allison
2000-11-21
2
-5
/
+10
*
we don't need the separate lp_status() connection records any more
Andrew Tridgell
2000-11-17
1
-12
/
+0
*
fixed the problem with messages not getting through
Andrew Tridgell
2000-11-17
2
-36
/
+27
*
Fix from Jim McDonough @ IBM for OS/2 clients.
Jeremy Allison
2000-11-16
1
-0
/
+10
*
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
2000-11-16
7
-104
/
+220
*
Merge from appliance head of JR's changes for driver versioning.
Jeremy Allison
2000-11-14
4
-73
/
+141
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
6
-156
/
+168
*
More merging of printing stuff from appliance.
Tim Potter
2000-11-08
1
-3
/
+3
*
Added a VFS version return to init call. Allows smbd to fail an init if
Jeremy Allison
2000-11-06
2
-8
/
+16
*
Fix for admin user being ignored.
Jeremy Allison
2000-11-04
1
-0
/
+1
*
Call standard_sub_advanced() after lp_logon_XX() calls.
Jeremy Allison
2000-10-30
1
-0
/
+2
*
David Lee's utmp patch (finally). Thanks David !
Jeremy Allison
2000-10-28
3
-90
/
+609
*
Sorry JF - no billable hours :-). I fixed the "stream of events" problem
Jeremy Allison
2000-10-26
1
-2
/
+0
*
Fix for vfs_fstat() crash with new stat code.
Jeremy Allison
2000-10-20
1
-0
/
+3
*
Ok - this is a big patch - and it may break smbd a bit (although
Jeremy Allison
2000-10-19
7
-226
/
+199
*
Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pause
Tim Potter
2000-10-18
1
-4
/
+4
*
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
2000-10-13
3
-15
/
+237
*
Ignore SIGUSR2. Terminate nmbd if we have no interfaces.
Jeremy Allison
2000-10-12
1
-0
/
+5
*
allow "master" smbd to call message_init so it is not killed by messages
Herb Lewis
2000-10-12
1
-4
/
+4
*
use macros for incrementing profile counters
Herb Lewis
2000-10-12
2
-6
/
+2
*
changes to sync with 2.2. tree
Herb Lewis
2000-10-11
5
-19
/
+134
*
Don't initialise groups twice.
Tim Potter
2000-10-11
1
-1
/
+0
*
Remove duplicate group initialisation function.
Tim Potter
2000-10-11
1
-22
/
+0
*
Remove lpq as root fix - do this in print_job_start instead
Jeremy Allison
2000-10-11
2
-10
/
+0
*
Fixes to periodically scan printing.tdb in idle time and occasionally
Jeremy Allison
2000-10-10
2
-0
/
+10
*
a netlogon enum trust query doesn't have a function_code at end.
Jean-François Micouleau
2000-10-10
1
-1
/
+1
*
Fixed error return messages needed for NTTrans CreateDirectory.
Jeremy Allison
2000-10-06
1
-0
/
+16
*
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
2000-10-06
6
-130
/
+169
*
global_myname is actually a pstring.
Tim Potter
2000-10-06
1
-1
/
+1
*
Inlined many of the vfs_XXX calls as macros for speed.
Jeremy Allison
2000-10-06
1
-63
/
+0
*
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
2000-10-06
15
-257
/
+469
*
Fix for null passwords being allowed bug.
Jeremy Allison
2000-10-05
1
-4
/
+8
*
Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added
Jeremy Allison
2000-10-05
4
-27
/
+65
*
Herb's fixes for profiling & compiler warnings.
Jeremy Allison
2000-10-05
1
-47
/
+69
*
Added uid and gid to push_sec_ctx() debug.
Tim Potter
2000-10-05
1
-2
/
+3
*
Made re-init of stat cache explicit rather than being hidden.
Jeremy Allison
2000-10-04
1
-1
/
+2
*
Fixes for the fact that UNICODE sizes are no always 2*no of chars when
Jeremy Allison
2000-10-03
1
-8
/
+9
*
utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.
Jeremy Allison
2000-10-03
4
-6
/
+27
*
Memleak fix for cache code.
Jeremy Allison
2000-10-02
2
-5
/
+27
*
fixed a harmess mixup of bitops and a boolean
Andrew Tridgell
2000-09-29
1
-1
/
+1
*
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison
2000-09-27
9
-48
/
+455
*
Optimization (noticed by bloody Andrew :-) to stop directory scan ever
Jeremy Allison
2000-09-21
1
-4
/
+15
*
Fix to allow a timestamp of zero to cause an instantaneous changenotify
Jeremy Allison
2000-09-20
4
-6
/
+30
*
With John Reilly help tracking it down - fixed a *nasty* bug when
Jeremy Allison
2000-09-12
1
-1
/
+0
*
we should not lowercase the username we receive in
Andrew Tridgell
2000-09-12
1
-2
/
+0
*
the first cut of the internal messaging system.
Andrew Tridgell
2000-09-11
2
-14
/
+7
*
Hopefully this should fix the primary group permission problem.
Tim Potter
2000-09-07
1
-2
/
+0
[prev]
[next]