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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Nice *big* patch from metze.
Andrew Bartlett
2002-10-12
20
-513
/
+694
|
*
We already set LDAPv3 at connect time, no need to set it again.
Andrew Bartlett
2002-10-12
1
-8
/
+0
|
*
Turns out with Win9x, we could occasionally return from unix_convert() given
Jeremy Allison
2002-10-11
1
-0
/
+12
|
*
Added "unknown info level".
Jeremy Allison
2002-10-09
1
-0
/
+1
|
*
Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it...
Jeremy Allison
2002-10-09
1
-1
/
+1
|
*
print job properties fix from APP_HEAD. a null devmode is not a failure.
Gerald Carter
2002-10-09
1
-11
/
+5
|
*
removed stat() call in lp_add_home()
Gerald Carter
2002-10-09
1
-7
/
+0
|
*
add_printer_hook() fix from APP_HEAD
Gerald Carter
2002-10-09
1
-6
/
+17
|
*
Distclean should remove scripts/findsmb (patch from metze)
Jelmer Vernooij
2002-10-09
1
-8
/
+12
|
*
merge from APP_HEAD
Gerald Carter
2002-10-08
9
-20
/
+222
|
*
Ensure we register the 1c name on the unicast subnet.
Jeremy Allison
2002-10-08
1
-0
/
+10
|
*
Third part of my fix for usrmgr. Assuming automagic mapping
Volker Lendecke
2002-10-08
1
-1
/
+1
|
*
Fix based on Jim McDonough's code for ACL inheritance problem.
Jeremy Allison
2002-10-08
1
-9
/
+60
|
*
Fix John's little typo ...
Richard Sharpe
2002-10-07
1
-1
/
+1
|
*
Fix ability to locate if we are a WINS client.
John Terpstra
2002-10-07
1
-3
/
+3
|
*
Fix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-only
Jeremy Allison
2002-10-07
1
-0
/
+5
|
*
forgot some bits from previous rpc_secdesc.h rework patch
Simo Sorce
2002-10-07
2
-5
/
+3
|
*
try to put every security descriptors related definitions in the same file.
Simo Sorce
2002-10-06
10
-239
/
+327
|
*
Fix a small mistake.
Richard Sharpe
2002-10-05
1
-1
/
+1
|
*
Update popt help message and use popt-common
Jelmer Vernooij
2002-10-05
1
-12
/
+7
|
*
Don't use usage function, but use popt for usage and help info
Jelmer Vernooij
2002-10-05
1
-38
/
+37
|
*
missing prs_align()'s
Gerald Carter
2002-10-05
1
-0
/
+9
|
*
Removed Fax document no longer extant.
John Terpstra
2002-10-05
1
-23
/
+1
|
*
Use popt_common and use popt for showing help info
Jelmer Vernooij
2002-10-05
1
-30
/
+15
|
*
Push Steve Langasek's fix ...
Richard Sharpe
2002-10-05
1
-1
/
+1
|
*
Add more common options to popt_common - and start using
Jelmer Vernooij
2002-10-05
3
-25
/
+62
|
*
Turn on sendfile detection by default in HEAD and 3.0.
Jeremy Allison
2002-10-05
3
-53
/
+47
|
*
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
2002-10-04
12
-69
/
+89
|
*
fix typo
Gerald Carter
2002-10-04
1
-1
/
+1
|
*
merge native_mode flag in winbindd_domain struct from app-head
Gerald Carter
2002-10-04
4
-36
/
+72
|
*
Remove useless spaces - this broke make proto
Jelmer Vernooij
2002-10-04
1
-1
/
+1
*
|
merging in changes from HEAD
Gerald Carter
2002-10-21
1
-8
/
+8
*
|
removing make_printerdef tool and sources
Gerald Carter
2002-10-21
2
-593
/
+1
*
|
detect rpm v4.1 (RedHat 8.0)
Gerald Carter
2002-10-21
1
-0
/
+7
*
|
updating from SAMBA_2_2
Gerald Carter
2002-10-21
3
-22
/
+159
*
|
Merge.
Tim Potter
2002-10-21
3
-20
/
+68
*
|
Merge of validiation cleanups from head.
Tim Potter
2002-10-21
3
-13
/
+46
*
|
Fix a silly memset typo.
Tim Potter
2002-10-21
1
-2
/
+2
*
|
Zero tallocated memory in decode_printer_info, decode_driver_info,
Tim Potter
2002-10-21
1
-0
/
+10
*
|
Bugfix for pidfile_create() from Kelledin.
Tim Potter
2002-10-21
1
-1
/
+1
*
|
Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...
Jeremy Allison
2002-10-18
2
-61
/
+135
*
|
NULL enum_local_groups for ads winbindd (temporary workaround).
Gerald Carter
2002-10-18
2
-1
/
+2
*
|
Add extra parm to cli_full_connection. Tim, you should probably take a look ...
Jim McDonough
2002-10-18
1
-1
/
+1
*
|
Fix build. An extra parm was added to cli_full_connection but not locktest2.c.
Jim McDonough
2002-10-18
1
-1
/
+2
*
|
Added new error codes. Fix up connection code to retry in the same way
Jeremy Allison
2002-10-17
10
-29
/
+99
*
|
Merge NULL relstr fix from HEAD.
Tim Potter
2002-10-17
1
-0
/
+3
*
|
Ignore python build directory.
Tim Potter
2002-10-17
1
-0
/
+1
*
|
Merge of SMB_ASSERT.
Tim Potter
2002-10-17
1
-2
/
+3
*
|
Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).
Jeremy Allison
2002-10-16
1
-1
/
+3
*
|
merge from app_head to commit re-init'd printer to disk
Gerald Carter
2002-10-16
1
-0
/
+6
[prev]
[next]