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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
merge of get_dc_name()-like code from APP_HEAD; better support password serve...
Gerald Carter
2002-12-12
6
-142
/
+156
|
*
ignore editreg
Gerald Carter
2002-12-12
1
-0
/
+1
|
*
merge of smbpasswd segfault from SAMBA_2_2
Gerald Carter
2002-12-12
1
-7
/
+10
|
*
CR1333: Fix memory leak when unpacking some structures.
Martin Pool
2002-12-12
1
-10
/
+15
|
*
* Ignore .pyc and .pyo files produced as a side-effect of running
Martin Pool
2002-12-12
1
-0
/
+2
|
*
Added "kernel change notify" boolean to allow easier valgrind testing.
Jeremy Allison
2002-12-12
2
-1
/
+6
|
*
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison
2002-12-11
7
-69
/
+83
|
*
Fix write error returning EFBIG - found by Conrad.
Jeremy Allison
2002-12-11
1
-0
/
+3
|
*
Fix a small bug.
Richard Sharpe
2002-12-11
1
-2
/
+2
|
*
Improve the iterator wrt values ... Now prints keys and value names.
Richard Sharpe
2002-12-11
1
-6
/
+60
|
*
Some more tweaking for compilation of py_tdbpack.
Tim Potter
2002-12-11
2
-2
/
+2
|
*
Fix client large file reporting.
Jeremy Allison
2002-12-10
3
-5
/
+9
|
*
Tidy up some bits. We can now at least list all the keys.
Richard Sharpe
2002-12-10
1
-16
/
+26
|
*
fix broken incremental tar - merge from 2.2
Herb Lewis
2002-12-10
1
-1
/
+2
|
*
Add support to Makefile.in for editreg
Richard Sharpe
2002-12-10
2
-4
/
+6
|
*
Complete more of the code. An iterator is close to complete. Compiles,
Richard Sharpe
2002-12-10
1
-18
/
+87
|
*
Clean up the code some more. Create more elements of the tree.
Richard Sharpe
2002-12-10
1
-7
/
+84
|
*
The _abs time functions should not be converting from/to GMT.
Jeremy Allison
2002-12-10
1
-18
/
+11
|
*
finnally put in Alexander parametric pacth
Simo Sorce
2002-12-09
2
-115
/
+319
|
*
make vfs recycle use vfs facilities correctly!
Simo Sorce
2002-12-09
2
-23
/
+148
|
*
Handle the creation of more parts of the tree ... Still have to do SK records
Richard Sharpe
2002-12-09
1
-3
/
+38
|
*
Start allocating structures to keep the in memory copy of the registry tree
Richard Sharpe
2002-12-09
1
-5
/
+52
|
*
Begin to decode Value Keys, names and values ...
Richard Sharpe
2002-12-09
1
-0
/
+79
|
*
Add some more handling of Key records ...
Richard Sharpe
2002-12-09
1
-8
/
+124
|
*
Commit some more changes ... Start processing the sub-keys, recursively.
Richard Sharpe
2002-12-08
1
-4
/
+30
|
*
Fix the breakage, and start processing the first key record:
Richard Sharpe
2002-12-08
1
-8
/
+110
|
*
A small fix to Makefile.in from Bradley Longhurst.
Richard Sharpe
2002-12-08
1
-2
/
+2
|
*
Define some macros for accessing shorts and ints in an endian independent man...
Richard Sharpe
2002-12-08
1
-19
/
+46
|
*
Add definitions of the various NT Registry on-disk structures ...
Richard Sharpe
2002-12-08
1
-3
/
+181
|
*
Fix DAT_TIME so it becomes NTTIME and matches Samba source.
Richard Sharpe
2002-12-08
1
-3
/
+12
|
*
make querygroup in rpcclient working, same fix as per 2.2 tree
Simo Sorce
2002-12-08
2
-7
/
+5
|
*
Some more updates ...
Richard Sharpe
2002-12-08
1
-2
/
+43
|
*
The beginnings of a registry editing program.
Richard Sharpe
2002-12-08
1
-0
/
+506
|
*
Ensure global_scope() returns "", not the NULL string. Froma tpot fix.
Jeremy Allison
2002-12-06
2
-1
/
+7
|
*
Fix debugs for rap mapping. Delete job on map fail.
Jeremy Allison
2002-12-05
2
-3
/
+7
|
*
More printer data to publish
Jim McDonough
2002-12-05
3
-71
/
+70
|
*
Add some const
Jim McDonough
2002-12-05
1
-3
/
+3
|
*
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
Jeremy Allison
2002-12-05
6
-16
/
+59
|
*
fix stat reporting on put command
Herb Lewis
2002-12-05
1
-1
/
+1
|
*
Rerun configure.
Tim Potter
2002-12-05
1
-770
/
+739
|
*
Remove FILE_MACRO as __FILE__ is ANSI C.
Tim Potter
2002-12-04
8
-33
/
+13
|
*
FUNCTION_MACRO change broke the Python modules.
Tim Potter
2002-12-04
2
-8
/
+18
|
*
Added Volker's directory fix - save the attributes
Jeremy Allison
2002-12-04
1
-0
/
+3
|
*
More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ one...
Jim McDonough
2002-12-04
2
-3
/
+65
|
*
Janitor for tpot yet again... Merging in memory leak fix.
Jeremy Allison
2002-12-04
1
-2
/
+2
|
*
change_trust_account_password() must always use the PDC for rpc
Gerald Carter
2002-12-04
2
-88
/
+80
|
*
Make sure we have a default st_blocksize.
Jeremy Allison
2002-12-04
2
-395
/
+404
|
*
cleaning up some friendly error messages
Gerald Carter
2002-12-04
1
-22
/
+26
|
*
[merge] remove assert(count ==1) for multi-homed PDCs; CR 1277
Gerald Carter
2002-12-04
1
-182
/
+22
|
*
Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac...
Jeremy Allison
2002-12-04
1
-1
/
+1
[prev]
[next]