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
Age
Commit message (
Expand
)
Author
Files
Lines
2000-10-06
Fixed error return messages needed for NTTrans CreateDirectory.
Jeremy Allison
1
-0
/
+16
2000-10-06
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
6
-130
/
+169
2000-10-06
global_myname is actually a pstring.
Tim Potter
1
-1
/
+1
2000-10-06
Inlined many of the vfs_XXX calls as macros for speed.
Jeremy Allison
1
-63
/
+0
2000-10-06
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
15
-257
/
+469
2000-10-05
Fix for null passwords being allowed bug.
Jeremy Allison
1
-4
/
+8
2000-10-05
Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added
Jeremy Allison
4
-27
/
+65
2000-10-05
Herb's fixes for profiling & compiler warnings.
Jeremy Allison
1
-47
/
+69
2000-10-05
Added uid and gid to push_sec_ctx() debug.
Tim Potter
1
-2
/
+3
2000-10-04
Made re-init of stat cache explicit rather than being hidden.
Jeremy Allison
1
-1
/
+2
2000-10-03
Fixes for the fact that UNICODE sizes are no always 2*no of chars when
Jeremy Allison
1
-8
/
+9
2000-10-03
utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.
Jeremy Allison
4
-6
/
+27
2000-10-02
Memleak fix for cache code.
Jeremy Allison
2
-5
/
+27
2000-09-29
fixed a harmess mixup of bitops and a boolean
Andrew Tridgell
1
-1
/
+1
2000-09-27
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison
9
-48
/
+455
2000-09-21
Optimization (noticed by bloody Andrew :-) to stop directory scan ever
Jeremy Allison
1
-4
/
+15
2000-09-20
Fix to allow a timestamp of zero to cause an instantaneous changenotify
Jeremy Allison
4
-6
/
+30
2000-09-12
With John Reilly help tracking it down - fixed a *nasty* bug when
Jeremy Allison
1
-1
/
+0
2000-09-12
we should not lowercase the username we receive in
Andrew Tridgell
1
-2
/
+0
2000-09-11
the first cut of the internal messaging system.
Andrew Tridgell
2
-14
/
+7
2000-09-07
Hopefully this should fix the primary group permission problem.
Tim Potter
1
-2
/
+0
2000-09-06
Fix for the SID history problem when using a Win2k domain controller
Jeremy Allison
1
-7
/
+4
2000-09-01
Changes from APPLIANCE_HEAD (per Tim Potter):
David O'Neill
1
-12
/
+16
2000-08-31
make sure a couple of variables are initialised
Andrew Tridgell
1
-2
/
+2
2000-08-31
fixed "admin users" option with new security code
Andrew Tridgell
1
-0
/
+5
2000-08-30
Added vfs_unlink call to ensure vfs is used on unlink from client.
Jeremy Allison
2
-1
/
+10
2000-08-30
Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all
Jeremy Allison
1
-3
/
+3
2000-08-29
fixed previous bug spotted by Elrond in get_printerdrivernumber().
Gerald Carter
1
-16
/
+17
2000-08-29
This doesn't compile but is a placeholder for moving the UNIX
Jeremy Allison
1
-0
/
+618
2000-08-28
smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.
Jeremy Allison
2
-3
/
+2
2000-08-28
Merge bug - still getting used to dirdiff.
Tim Potter
1
-1
/
+0
2000-08-28
Oops - missed a file.
Tim Potter
1
-0
/
+42
2000-08-28
Merge from appliance branch.
Tim Potter
2
-0
/
+11
2000-08-25
vfs write data fix. Fix for name matching in addtosmbpass
Jeremy Allison
1
-2
/
+2
2000-08-24
Modified to use sid_to_uid and sid_to_gid. Now ready for POSIX ACL
Jeremy Allison
1
-8
/
+9
2000-08-17
Fix for Win9x driver downloads when information is
Gerald Carter
1
-83
/
+153
2000-08-09
Fixed memory leak with NT tokens.
Jeremy Allison
2
-7
/
+32
2000-08-08
Found the sec_ctx_stack overflow - a become_root() should have been an
Jeremy Allison
1
-1
/
+1
2000-08-04
Fixed up the user/group contexts when using authenticated pipes.
Jeremy Allison
2
-5
/
+7
2000-08-03
Added an NT_USER_TOKEN structure that is copied/passed around associated
Jeremy Allison
5
-97
/
+179
2000-08-02
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
6
-94
/
+91
2000-08-01
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
3
-36
/
+25
2000-08-01
Added print job substitutions for %{printername}, %{sharename} and %{portname}
Jeremy Allison
1
-16
/
+14
2000-07-31
Added John Reilly's enumports/addprinter/delprinter scripting code plus the
Jeremy Allison
1
-49
/
+43
2000-07-27
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
2
-2
/
+21
2000-07-25
Fixed up error checking and move printer file code. Fixed a memory leak.
Jeremy Allison
1
-2
/
+2
2000-07-25
Added some error checking and returns to the new 'move' code.
Jeremy Allison
1
-0
/
+2
2000-07-25
A rather big change set ! (listed in no particular order)
Jean-François Micouleau
1
-8
/
+20
2000-07-25
Fix for mounting a printer as a share. Not that there's anything
Tim Potter
1
-0
/
+5
2000-07-24
Run main server loop with sys_select() instead of sys_select_intr(). The
Tim Potter
1
-2
/
+13
[next]