index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
374
-17427
/
+27292
*
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2002-07-14
34
-0
/
+4179
|
\
|
*
this is a trick to work around the fact that posix does not supply
Andrew Tridgell
2002-07-14
6
-9
/
+53
|
*
Show the account flags in the 'verbose' listing of pdbedit.
Andrew Bartlett
2002-07-14
1
-0
/
+2
|
*
Apply patch from "Kai Krueger" <kai@kruegernetz.de> to make it easier to
Andrew Bartlett
2002-07-14
1
-51
/
+116
|
*
Fix up a botched prevoius commit.
Andrew Bartlett
2002-07-14
1
-11
/
+10
|
*
removed some meaningless const casts that were causing thousands of
Andrew Tridgell
2002-07-14
1
-12
/
+11
|
*
move opt_machine_pass to keep some compilers happy
Andrew Tridgell
2002-07-14
1
-1
/
+1
|
*
Move nttrans.c into the NTSTATUS age.
Andrew Bartlett
2002-07-14
1
-41
/
+29
|
*
added useful 'net rpc info' command
Andrew Tridgell
2002-07-13
1
-0
/
+76
|
*
added --machine-pass option to net. This allows you to authenticate as
Andrew Tridgell
2002-07-13
1
-1
/
+21
|
*
make this a ZERO_STRUCTP for consitancy with the rest of Samba.
Andrew Bartlett
2002-07-13
1
-1
/
+1
|
*
Make smbmnt a standalone program from a linker point of view. Hopefully this
Andrew Bartlett
2002-07-13
2
-4
/
+3
|
*
I just noticed that I never added my copyright when I messed with this
Andrew Bartlett
2002-07-13
1
-0
/
+1
|
*
Make smbpasswd behave like all the other backends, where a NULL or invalid
Andrew Bartlett
2002-07-13
1
-7
/
+4
|
*
This makes smbcacls a bit easier to use and debug.
Andrew Bartlett
2002-07-13
1
-8
/
+15
|
*
fix directory listing on win9x.
Andrew Tridgell
2002-07-13
1
-3
/
+7
|
*
Some fix ups but committing so Andrew can look at the problem I have.
Richard Sharpe
2002-07-13
2
-44
/
+12
|
*
Fix up the include file that had problems as well.
Richard Sharpe
2002-07-13
2
-16
/
+251
|
*
Add these two files I forgot.
Richard Sharpe
2002-07-13
2
-0
/
+476
|
*
Fix some multibyte problems that I forgot about.
Richard Sharpe
2002-07-13
1
-6
/
+6
|
*
fixed a stdin bug in XFILE that prevented 'print -' from working
Andrew Tridgell
2002-07-13
1
-4
/
+4
|
*
- fixed a crash bug for 'print -'
Andrew Tridgell
2002-07-13
2
-3
/
+4
|
*
The changes in make_sec_desc to make us match W2K broke the marshalling/unmar...
Jeremy Allison
2002-07-12
2
-20
/
+25
|
*
We must ZERO_STRUCT before using the buffer in copy_unistr2.
Jeremy Allison
2002-07-12
1
-0
/
+3
|
*
fix setting machine passwords in the case where a user account of the
Andrew Tridgell
2002-07-12
1
-1
/
+5
|
*
Commit Tom Jansen's changes to head.
Richard Sharpe
2002-07-11
2
-820
/
+902
|
*
Regenerated.
Tim Potter
2002-07-11
1
-11
/
+12
|
*
Usage fixes from APPLIANCE_HEAD.
Tim Potter
2002-07-11
1
-1
/
+2
|
*
Another compile fix.
Tim Potter
2002-07-11
1
-2
/
+2
|
*
Compile fix for flags field to cli_full_connection()
Tim Potter
2002-07-11
1
-1
/
+1
|
*
Merge of init_domain_list() fix from APPLIANCE_HEAD.
Tim Potter
2002-07-11
1
-3
/
+0
|
*
added copyright
Gerald Carter
2002-07-11
1
-0
/
+1
|
*
added copyright
Gerald Carter
2002-07-11
3
-2
/
+4
|
*
this implements a completely new strategy for fetching group
Andrew Tridgell
2002-07-11
2
-33
/
+118
|
*
last check in for tonight.
Gerald Carter
2002-07-11
3
-56
/
+139
|
*
this fixes the ads dump code
Andrew Tridgell
2002-07-11
1
-3
/
+3
|
*
all that is left to do is to actually perform the
Gerald Carter
2002-07-11
3
-19
/
+183
|
*
intermediate work on DeletePrinterDriverEx(). This call
Gerald Carter
2002-07-11
3
-97
/
+180
|
*
Up the printing tdb version number to 5 as I've changed it.
Jeremy Allison
2002-07-11
1
-1
/
+1
|
*
*Experimental* new large-scaling printer code. Splits printing.tdb into
Jeremy Allison
2002-07-11
8
-162
/
+424
|
*
If we get a SID from group mapping, no need to check it's prefix.
Andrew Bartlett
2002-07-10
1
-6
/
+6
|
*
some support functions to ease the next commit.
Simo Sorce
2002-07-09
1
-6
/
+96
|
*
8-byte alignment needed for beginning driver_info_level_6.
Gerald Carter
2002-07-09
3
-23
/
+36
|
*
Documented -I option to rpcclient.
Tim Potter
2002-07-09
1
-0
/
+18
|
*
Added -I option to rpcclient.
Tim Potter
2002-07-09
1
-12
/
+20
|
*
make sure we disable referrals in all ldap searches - they are badly
Andrew Tridgell
2002-07-09
1
-0
/
+3
|
*
fix declaration of global_in_nmbd
Andrew Tridgell
2002-07-09
1
-1
/
+1
|
*
the last WINS update broke self registration when we are a WINS
Andrew Tridgell
2002-07-09
2
-10
/
+4
|
*
Make it clear that the debug comment is the same as the command being tested
Andrew Bartlett
2002-07-09
1
-1
/
+1
[next]