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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Ok - this is a big patch - and it may break smbd a bit (although
Jeremy Allison
2000-10-19
2
-8
/
+8
*
|
last part of W2K support.
Jean-François Micouleau
2000-10-13
1
-1
/
+2
*
|
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
2000-10-13
1
-9
/
+20
*
|
changes to sync with 2.2. tree
Herb Lewis
2000-10-11
1
-7
/
+31
*
|
Fix for growing printing.tdb by adding check on job creation.
Jeremy Allison
2000-10-11
2
-0
/
+2
*
|
Remove lpq as root fix - do this in print_job_start instead
Jeremy Allison
2000-10-11
1
-1
/
+0
*
|
Fixes to periodically scan printing.tdb in idle time and occasionally
Jeremy Allison
2000-10-10
1
-0
/
+1
*
|
a netlogon enum trust query doesn't have a function_code at end.
Jean-François Micouleau
2000-10-10
3
-4
/
+1
*
|
got rid of tdb_writelock() and instead lock a chain. tdb_writelock()
Andrew Tridgell
2000-10-10
1
-3
/
+2
*
|
added samr_set_user_info and info_2.
Jean-François Micouleau
2000-10-07
2
-31
/
+236
*
|
Integrated support for NT and OS/2 lpq parsing. Code from
Jeremy Allison
2000-10-07
1
-1
/
+1
*
|
Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac...
Jeremy Allison
2000-10-07
1
-0
/
+1
*
|
Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>
Jeremy Allison
2000-10-06
3
-4
/
+5
*
|
Added Herb's fixes to HEAD.
Jeremy Allison
2000-10-06
3
-6
/
+13
*
|
Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.
Jeremy Allison
2000-10-06
1
-0
/
+1
*
|
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
2000-10-06
5
-27
/
+67
*
|
Inlined many of the vfs_XXX calls as macros for speed.
Jeremy Allison
2000-10-06
2
-7
/
+41
*
|
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
2000-10-06
5
-250
/
+360
*
|
Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added
Jeremy Allison
2000-10-05
2
-11
/
+95
*
|
Herb's fixes for profiling & compiler warnings.
Jeremy Allison
2000-10-05
2
-4
/
+2
*
|
someone forgot to update proto.h :-)
Jean-François Micouleau
2000-10-05
1
-1
/
+2
*
|
utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.
Jeremy Allison
2000-10-03
3
-3
/
+576
*
|
Memleak fix for cache code.
Jeremy Allison
2000-10-02
1
-1
/
+0
*
|
new prototypes
Andrew Tridgell
2000-09-29
1
-0
/
+3
*
|
added a hack to get 64 bit locking working with the broken fcntl()
Andrew Tridgell
2000-09-29
1
-0
/
+13
*
|
fixed samr_create_user(). we now correctly parse the query and the reply.
Jean-François Micouleau
2000-09-28
1
-6
/
+4
*
|
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison
2000-09-27
2
-5
/
+21
*
|
samr unknown 0x32 is in fact samr create user.
Jean-François Micouleau
2000-09-27
2
-11
/
+11
*
|
fixed IRIX compiller error message
Herb Lewis
2000-09-26
1
-1
/
+1
*
|
broadcast printer notify message to all clients. We now have printer
Jean-François Micouleau
2000-09-26
2
-345
/
+349
*
|
added NEGNOWAIT. sent to secure@microsoft.com
Luke Leighton
2000-09-26
2
-344
/
+363
*
|
Changes from John Reilly to add a parameter "show add printer wizard" that
Jeremy Allison
2000-09-26
1
-9
/
+1
*
|
printer notify code.
Jean-François Micouleau
2000-09-25
2
-3
/
+43
*
|
Some code moved back from TNG - updates to LSA stuff. Not yet used but
Jeremy Allison
2000-09-20
2
-3
/
+25
*
|
in a printer_info_6, driver version is 64 bits long and there is a 32 bit
Jean-François Micouleau
2000-09-16
1
-2
/
+4
*
|
Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -
Jeremy Allison
2000-09-15
1
-0
/
+2
*
|
first cut at smbcontrol program. It currently allows syntax like:
Andrew Tridgell
2000-09-13
1
-0
/
+3
*
|
- fixed some memory leaks in the messages code
Andrew Tridgell
2000-09-12
1
-0
/
+1
*
|
- changed the msg_type to be an int instead of an enum so that it is
Andrew Tridgell
2000-09-12
2
-5
/
+11
*
|
much nicer message interface. We now register dispatch functions,
Andrew Tridgell
2000-09-12
1
-2
/
+4
*
|
the first cut of the internal messaging system.
Andrew Tridgell
2000-09-11
3
-2
/
+36
*
|
Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).
Jeremy Allison
2000-09-09
2
-0
/
+17
*
|
Win32 API is explicit that EnumPrinterData returns ERROR_MORE_DATA not
Jeremy Allison
2000-09-08
1
-0
/
+1
*
|
Fix for the SID history problem when using a Win2k domain controller
Jeremy Allison
2000-09-06
3
-3
/
+7
*
|
Implemented GETFORM tested and working using Gerald's Win32 test progs....
Jeremy Allison
2000-09-05
2
-1
/
+21
*
|
Changes from APPLIANCE_HEAD (per Tim Potter):
David O'Neill
2000-09-01
2
-3
/
+11
*
|
Implemented DELETEFORM tested using Gerald's Win32 test code :-).
Jeremy Allison
2000-08-31
2
-1
/
+18
*
|
Fixed error returns for moving printer driver files around so generic
Jeremy Allison
2000-08-30
1
-1
/
+1
*
|
Added vfs_unlink call to ensure vfs is used on unlink from client.
Jeremy Allison
2000-08-30
1
-1
/
+2
*
|
Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all
Jeremy Allison
2000-08-30
2
-4
/
+19
[prev]
[next]