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
/
source
Commit message (
Expand
)
Author
Age
Files
Lines
*
r20717: Merge sharemode patch from Mathias Dietz <MDIETZ@de.ibm.com>.
Jim McDonough
2007-10-10
1
-4
/
+9
*
r20707: Clean up pdb_interface.c a bit -- patch from Michael Adam <ma@sernet.de>
Volker Lendecke
2007-10-10
1
-23
/
+38
*
r20700: In the main processing loop we select() on the fam socket. If it fire...
Volker Lendecke
2007-10-10
1
-0
/
+13
*
r20699: This is an attempt to fix bug 4326.
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r20695: Remove duplication of constants.
Jeremy Allison
2007-10-10
1
-11
/
+2
*
r20694: To get this right we need to do signed 64-bit
Jeremy Allison
2007-10-10
1
-7
/
+7
*
r20692: Fix bug found by Guenther -
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r20690: fix a bug that causes smbd to 'hang' intermittently.
Andrew Tridgell
2007-10-10
1
-32
/
+13
*
r20687: Implement grace logons for offline authentications in pam_winbind.
Günther Deschner
2007-10-10
3
-21
/
+45
*
r20674: Regenerate NDR parsers after pidl changes. This should fix a couple of
Jelmer Vernooij
2007-10-10
8
-108
/
+66
*
r20668: Also do not install the smbumount man page if we don't build smbumount.
Lars Müller
2007-10-10
1
-1
/
+1
*
r20666: Also do not install the smbmnt man page if SMBMOUNT_PROGS is not set.
Lars Müller
2007-10-10
1
-1
/
+1
*
r20664: Set the environment variable _before_ calling the shell.
Lars Müller
2007-10-10
1
-1
/
+1
*
r20663: Do not install smbmount man page if we didn't called configure
Lars Müller
2007-10-10
3
-3
/
+6
*
r20654: Fix from Karolin Seeger <ks@sernet.de>: Accept "forever", "off" and "...
Volker Lendecke
2007-10-10
1
-7
/
+15
*
r20651: Fix "password expires soon" warning message for pam_winbind.
Günther Deschner
2007-10-10
1
-12
/
+67
*
r20644: Make some functions static, thanks to Michael Adam <ma@sernet.de> for...
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r20636: Remove notify leftover
Volker Lendecke
2007-10-10
1
-1
/
+0
*
r20635: Add placeholder to ensure we don't go into the
Jeremy Allison
2007-10-10
1
-0
/
+11
*
r20634: A *LOT* more work is necessary before touching notify remotely starts...
Volker Lendecke
2007-10-10
7
-621
/
+38
*
r20632: The extended RAW-SAMBA3BADPATH test led me to some wrong assumptions, in
Volker Lendecke
2007-10-10
1
-53
/
+59
*
r20630: Fix some trivial memleaks.
Günther Deschner
2007-10-10
1
-0
/
+3
*
r20628: Looks bigger than it is. This is just re-indenting the if (dirname) t...
Volker Lendecke
2007-10-10
1
-40
/
+38
*
r20627: orig_name is not needed anymore, and slightly simplify logic by doing...
Volker Lendecke
2007-10-10
1
-9
/
+8
*
r20626: Fix a memleak found by the IBM checker -- not on 3.0.24
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r20619: bad_path is handled somewhere else, so can_delete does not need it an...
Volker Lendecke
2007-10-10
1
-11
/
+3
*
r20618: Fix a bug in bad_path handling that also exists in 3.0.23: For reply_...
Volker Lendecke
2007-10-10
1
-0
/
+5
*
r20617: Do not notify if the delete failed
Volker Lendecke
2007-10-10
1
-5
/
+7
*
r20614: Dummy-checkin to trigger the build
Volker Lendecke
2007-10-10
1
-4
/
+5
*
r20612: A checkin I've wanted to do for ages: For bad_path==False set_bad_pat...
Volker Lendecke
2007-10-10
3
-50
/
+21
*
r20611: All but one callers to set_bad_path_error have had the bad_path==True...
Volker Lendecke
2007-10-10
3
-15
/
+29
*
r20610: Fix a Solaris warning
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r20608: ENOENT->NT_STATUS_OBJECT_NAME_NOT_FOUND is covered in the standard un...
Volker Lendecke
2007-10-10
1
-6
/
+2
*
r20607: Next micro-step for reply_setatr
Volker Lendecke
2007-10-10
1
-8
/
+6
*
r20606: bad_path == True has been covered further up in reply_setatr.
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r20605: Simplify logic in reply_setatr slightly
Volker Lendecke
2007-10-10
1
-4
/
+2
*
r20604: Fix two memleaks, Coverity ID 337, merge to 3_0_24
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r20603: Slightly simplify logic
Volker Lendecke
2007-10-10
1
-7
/
+7
*
r20602: Fix coverity ID 339. SMB_ASSERT does not panic without -DDEVELOPER.
Volker Lendecke
2007-10-10
1
-1
/
+4
*
r20597: Survive some of the notify mask tests.
Volker Lendecke
2007-10-10
3
-10
/
+24
*
r20589: Re-add lost bad_path handling, sorry.
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r20558: Refactor rmdir_internals to use early termination rather
Jeremy Allison
2007-10-10
1
-55
/
+56
*
r20546: Fix some IBM checker errors
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r20544: Change copy_file() to return NTSTATUS. This is in preparation of turning
Volker Lendecke
2007-10-10
2
-29
/
+41
*
r20542: Make close_remove_share_mode retun NTSTATUS. Not that anybody cares y...
Volker Lendecke
2007-10-10
1
-4
/
+16
*
r20541: Fix some obvious glitches in wait_for_aio_completion. Hmmm. It seems
Volker Lendecke
2007-10-10
1
-6
/
+5
*
r20536: In the offline PAM session close case the attempt to delete a
Günther Deschner
2007-10-10
2
-1
/
+7
*
r20535: Fix make install to work when root doesn't have
Jeremy Allison
2007-10-10
1
-3
/
+7
*
r20532: From Volker...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r20530: Don't want this call to get inadvertently re-added :-).
Jeremy Allison
2007-10-10
1
-3
/
+0
[next]