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
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be less verbose
Jelmer Vernooij
2002-10-02
1
-8
/
+4
*
Update find_missing_doc.pl:
Jelmer Vernooij
2002-10-02
1
-27
/
+78
*
remove text documents in source code (they're now in the Developers Guide) - ...
Jelmer Vernooij
2002-10-02
4
-938
/
+0
*
strchr -> strrchr
Jelmer Vernooij
2002-10-02
1
-1
/
+1
*
Doh ! Lookup name before checking negative cache (the way Tim originally
Jeremy Allison
2002-10-01
1
-10
/
+10
*
Cope with rw errors and timeout to peer.
Jeremy Allison
2002-10-01
4
-8
/
+31
*
Fix Solaris sendfile detection. Add small fixes to sendfile code.
Jeremy Allison
2002-10-01
3
-46
/
+53
*
Tidy up client error processing.
Jeremy Allison
2002-10-01
1
-16
/
+15
*
Fixed typo.
Jeremy Allison
2002-10-01
1
-1
/
+1
*
Added error string for server timeout on client call.
Jeremy Allison
2002-10-01
3
-0
/
+11
*
Fix memory leak in getting DC list. Remember to exclude failed lookups.
Jeremy Allison
2002-09-30
1
-5
/
+21
*
Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger...
Jeremy Allison
2002-09-30
5
-17
/
+300
*
fix logic error in testparm with wins servers
Gerald Carter
2002-09-30
1
-2
/
+2
*
Second part of my fix -- incorrect merge.
Volker Lendecke
2002-09-30
1
-1
/
+1
*
Don't zero out numwritten before using.... Found by Pierre Belanger belanger@...
Jeremy Allison
2002-09-30
1
-2
/
+2
*
Fix the compile issue in bin/samtest, and make the 'system' token just have the
Andrew Bartlett
2002-09-30
2
-7
/
+4
*
Some more work on vampire.
Volker Lendecke
2002-09-29
1
-26
/
+18
*
We have to hand out info on Builtin here as well. They are stored in
Volker Lendecke
2002-09-29
1
-1
/
+1
*
Make sure that variable does not shadow a parameter.
Richard Sharpe
2002-09-29
1
-6
/
+6
*
Remove sam/api.c.
Andrew Bartlett
2002-09-29
7
-833
/
+588
*
Updates for sam_ads by metze - add the start of domain policy searching, and a
Andrew Bartlett
2002-09-29
1
-25
/
+150
*
Fix 'plugin' command
Jelmer Vernooij
2002-09-28
1
-2
/
+2
*
Fix typos + report FIXME
Jelmer Vernooij
2002-09-28
1
-5
/
+5
*
Patch from metze to fix enum_accounts
Jelmer Vernooij
2002-09-28
1
-13
/
+56
*
Fixing path to libsmbclient.h so it never gets crossed with a system installe...
John Terpstra
2002-09-28
2
-2
/
+2
*
Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...
Jelmer Vernooij
2002-09-28
1
-1
/
+1
*
Ok, hopefully final fix for this one. abartlet told a bit about the
Volker Lendecke
2002-09-28
1
-7
/
+1
*
Try to compile as much as possible with only ldap, but not kerberos.
Andrew Bartlett
2002-09-28
4
-36
/
+35
*
Forgot to commit this in the patch changing back the create_user API.
Andrew Bartlett
2002-09-28
1
-2
/
+2
*
Back out one of the API changes, now I recall how it was meant to work.
Andrew Bartlett
2002-09-28
4
-6
/
+258
*
Second stab at Volker's 'make shadow passwords work' patch.
Andrew Bartlett
2002-09-28
1
-4
/
+4
*
Add the beginings of sam_ads to the tree.
Andrew Bartlett
2002-09-28
11
-32
/
+1161
*
Thanks to abartlet I looked at that function a bit closer. What did
Volker Lendecke
2002-09-28
1
-5
/
+0
*
Add const.
Andrew Bartlett
2002-09-28
2
-2
/
+2
*
Commit a fix to smbclient so that it will connect to EMCs and NetApp's machines.
Richard Sharpe
2002-09-28
1
-3
/
+18
*
This needs to be #ifdef HAVE_LDAP.
Andrew Bartlett
2002-09-28
1
-0
/
+3
*
Add const.
Andrew Bartlett
2002-09-28
1
-4
/
+4
*
Back our volker's patch as was breaking the build.
Andrew Bartlett
2002-09-27
1
-7
/
+2
*
It turns out that Windows allows delete printer on a handle
Jeremy Allison
2002-09-27
1
-0
/
+14
*
Check for security on delete printer was reversed...
Jeremy Allison
2002-09-27
1
-5
/
+5
*
HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN !
Jeremy Allison
2002-09-27
1
-20
/
+17
*
Touching somebody else's code again... Sorry, Richard.
Volker Lendecke
2002-09-27
1
-2
/
+9
*
Sorry to touch such an internal function. But I was quite surprised that
Volker Lendecke
2002-09-27
1
-2
/
+7
*
Move a number of ADS related functions out into utility libs, so that things
Andrew Bartlett
2002-09-27
7
-218
/
+345
*
An example of a group creation command that can handle failures
Volker Lendecke
2002-09-27
1
-0
/
+27
*
Vance picked up a pile of typos etc at the CIFS confernce, and finally got them
Andrew Bartlett
2002-09-27
4
-15
/
+15
*
Minor updates:
Andrew Bartlett
2002-09-27
3
-10
/
+24
*
Some small cleanups to the libads code (mainly error checking), and give a
Andrew Bartlett
2002-09-27
3
-7
/
+30
*
I missed committing this - all updates to configure.in adding --with-foo
Andrew Bartlett
2002-09-27
1
-1
/
+1
*
Fix typo
Andrew Bartlett
2002-09-27
1
-1
/
+1
[next]