git.samba.org
/
amitay
/
samba.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
s3-talloc Change TALLOC_P() to talloc()
[amitay/samba.git]
/
source3
/
locking
/
locking.c
2011-06-09
Andrew Bartlett
s3-talloc Change TALLOC_P() to talloc()
blob
|
commitdiff
|
raw
2011-06-09
Andrew Bartlett
s3-talloc Change TALLOC_ARRAY() to talloc_array()
blob
|
commitdiff
|
raw
|
diff to current
2011-05-28
Volker Lendecke
s3: Fix a tiny memleak in copy_unix_token
blob
|
commitdiff
|
raw
|
diff to current
2011-05-28
Volker Lendecke
s3: Use talloc_memdup in copy_unix_token
blob
|
commitdiff
|
raw
|
diff to current
2011-05-28
Volker Lendecke
s3: Fix some nonempty blank lines
blob
|
commitdiff
|
raw
|
diff to current
2011-05-06
Günther Deschner
s3: only include tdb headers where needed.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-04
Jeremy Allison
Fix the only place we reply on the NULL handling for...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-29
Andrew Bartlett
s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
blob
|
commitdiff
|
raw
|
diff to current
2011-04-16
Jeremy Allison
Trying to track down the SMB2 error. Add an invariant...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-29
Günther Deschner
s3-messages: make ndr_messaging.h part of messages.h.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-29
Günther Deschner
s3-messages: only include messages.h where needed.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-29
Günther Deschner
s3-locking: move locking prototypes out of proto.h.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-29
Günther Deschner
s3-includes: only include system/filesys.h when needed.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-17
Jeremy Allison
Nulling out the op_mid is never the right thing to...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-02
Günther Deschner
s3-server_id: only include server_id where needed.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-01
Andrew Bartlett
s3-auth struct security_unix_token replaces UNIX_USER_TOKEN
blob
|
commitdiff
|
raw
|
diff to current
2011-01-25
Jeremy Allison
Missed one debug printf of name_hash. Ensure always...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-25
Jeremy Allison
Fix bug #7863 - Unlink may unlink wrong file when hardl...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-25
Jeremy Allison
Add uint32_t name_hash argument (currently unused)...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-25
Jeremy Allison
Add name_hash into the share mode entry struct (as...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-12
Andrew Bartlett
libcli/security Provide a common, top level libcli...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Jeremy Allison
Change to using TDB_INCOMPATIBLE_HASH (the jenkins...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-25
Günther Deschner
s3-build: use dbwrap.h only where needed.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-07
Volker Lendecke
s3: Remove smbd_messaging_context() from send_stat_cach...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-05
Volker Lendecke
s3: Remove procid_self() from fill_deferred_open_entry()
blob
|
commitdiff
|
raw
|
diff to current
2010-07-05
Volker Lendecke
s3: Remove procid_self() from do_lock_cancel()
blob
|
commitdiff
|
raw
|
diff to current
2010-07-05
Volker Lendecke
s3: Remove procid_self() from do_unlock()
blob
|
commitdiff
|
raw
|
diff to current
2010-07-05
Volker Lendecke
s3: Remove procid_self() from do_lock()
blob
|
commitdiff
|
raw
|
diff to current
2010-07-05
Volker Lendecke
s3: Remove procid_self() from query_lock()
blob
|
commitdiff
|
raw
|
diff to current
2010-07-05
Volker Lendecke
s3: Remove procid_self() from fill_share_mode_entry()
blob
|
commitdiff
|
raw
|
diff to current
2010-07-05
Volker Lendecke
s3: Remove procid_self() from init_strict_lock_struct()
blob
|
commitdiff
|
raw
|
diff to current
2010-05-07
Jeremy Allison
This patch looks bigger than it is. It does 2 things...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-07
Jeremy Allison
Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-05
Günther Deschner
s3: only include gen_ndr headers where needed.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-30
Simo Sorce
smbd: move printfile_offset() within write_file()
blob
|
commitdiff
|
raw
|
diff to current
2010-04-13
Jeremy Allison
Move to using 64-bit mid values in our internal open...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Jeremy Allison
We don't need to treat the token differently in the...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Jeremy Allison
Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-12
Jeremy Allison
Remove more uses of "extern struct current_user current...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-10
Volker Lendecke
s3: Fix a long-standing problem with recycled PIDs
blob
|
commitdiff
|
raw
|
diff to current
2010-01-13
Nadezhda Ivanova
Merge branch 'master' of git://git.samba.org/samba
blob
|
commitdiff
|
raw
|
diff to current
2010-01-13
Jeremy Allison
Fix bug #6876 - Delete of an object whose parent folder...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-03
Jeremy Allison
Remove unneeded argument from can_set_delete_on_close...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-21
Volker Lendecke
s3: Cache brlock.tdb entries for the fast read&write...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-03
Volker Lendecke
s3: Remove debug_ctx()
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Volker Lendecke
s3:smbd: Add the ntstatus to the smb_panic in share_mod...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
John H Terpstra
Merge branch 'master' of ssh://jht@git.samba.org/data...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-21
Tim Prouty
s3: Change fsp->fsp_name to be an smb_filename struct!
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Tim Prouty
s3: Change the share_mode_lock struct to store a base_n...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Tim Prouty
s3: Make some arguments to (parse|unparse)_share_modes...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-08
Tim Prouty
s3: Remove unnecessary const qualifiers
blob
|
commitdiff
|
raw
|
diff to current
2009-07-06
Tim Prouty
s3 sticky write time: Removed unused args and tighten...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-06
Volker Lendecke
Fix Coverity ID 897: REVERSE_INULL
blob
|
commitdiff
|
raw
|
diff to current
2009-03-31
Andrew Tridgell
Merge branch 'master' into wspp-schema
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Andrew Tridgell
Merge branch 'master' of ssh://git.samba.org/data/git...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Jelmer Vernooij
Merge branch 'copyright' of /home/jelmer/samba4
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Jelmer Vernooij
Merge branch 'master' of git://git.samba.org/samba
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Jelmer Vernooij
Merge branch 'master' of ssh://git.samba.org/data/git...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-26
Volker Lendecke
Fix a scary "fill_share_mode_lock failed" message
blob
|
commitdiff
|
raw
|
diff to current
2009-03-20
Andrew Bartlett
Merge branch 'master' of ssh://git.samba.org/data/git...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-20
Jelmer Vernooij
Merge branch 'master' of git://git.samba.org/samba...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-15
Jelmer Vernooij
Merge branch 'sharedm4' of /home/jelmer/samba4
blob
|
commitdiff
|
raw
|
diff to current
2009-03-15
Jelmer Vernooij
Merge branch 'nodiscard' of /home/jelmer/samba4
blob
|
commitdiff
|
raw
|
diff to current
2009-03-15
Jelmer Vernooij
Merge branch 'tdr' of /home/jelmer/samba4
blob
|
commitdiff
|
raw
|
diff to current
2009-03-15
Jelmer Vernooij
Merge branch 'checktalloc' of /home/jelmer/samba4
blob
|
commitdiff
|
raw
|
diff to current
2009-03-13
Dave Richards
s3: Add strict lock/unlock calls to the vfs layer to...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-08
Andrew Bartlett
Merge branch 'master' of ssh://git.samba.org/data/git...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-05
Jeremy Allison
Last part of fix for #6154 - zfs does not honor admin...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-01
Jelmer Vernooij
Merge branch 'master' of git://git.samba.org/samba...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-20
Tim Prouty
s3: Add extid to the dev/inode pair
blob
|
commitdiff
|
raw
|
diff to current
2009-02-14
Jeremy Allison
Merge branch 'master' of ssh://jra@git.samba.org/data...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-13
Zack Kirsch
s3: Fix uninitialized variable warning (and bug).
blob
|
commitdiff
|
raw
|
diff to current
2009-02-13
Zack Kirsch
Add VFS ops for Windows BRL: Lock, Unlock and Cancel:
blob
|
commitdiff
|
raw
|
diff to current
2008-12-19
Jelmer Vernooij
Merge branch 'master' of ssh://git.samba.org/data/git...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-18
Jeremy Allison
Merge branch 'master' of ssh://jra@git.samba.org/data...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-18
Jelmer Vernooij
Merge branch 'master' of ssh://git.samba.org/data/git...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-18
Jeremy Allison
Merge branch 'master' of ssh://jra@git.samba.org/data...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-18
Jeremy Allison
Fix bug #5979 - Level 2 oplocks being granted improperly,
blob
|
commitdiff
|
raw
|
diff to current
2008-12-16
Andrew Tridgell
Merge branch 'master' of ssh://git.samba.org/data/git...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-10
Tim Prouty
s3: [3/3]: Fix a delete on close divergence from window...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-21
Jelmer Vernooij
Merge branch 'master' of ssh://git.samba.org/data/git...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-19
Jelmer Vernooij
Merge branch 'selftest' of git://git.samba.org/jelmer...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-14
Andrew Bartlett
Merge branch 'master' of ssh://git.samba.org/data/git...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-13
Jelmer Vernooij
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-14
Stefan Metzmacher
Merge Samba3 and Samba4 together
blob
|
commitdiff
|
raw
|
diff to current
2008-09-06
Jeremy Allison
Fix debug message to show correct function name.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-06
Jeremy Allison
Write times code update.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-09
Volker Lendecke
Fix alignment problems on sparc, bug 5512
blob
|
commitdiff
|
raw
|
diff to current
2008-05-30
Jeremy Allison
Merge branch 'v3-3-test' of ssh://jra@git.samba.org...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-27
Jeremy Allison
Allow server manager to close open files selected by id.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-03
Jeremy Allison
Remove the "stat_open()" function, flag, and all associ...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
Stefan Metzmacher
locking: combine get_delete_on_close_flag() and get_wri...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
Stefan Metzmacher
locking: store the write time in the locking.tdb
blob
|
commitdiff
|
raw
|
diff to current
2008-03-17
Volker Lendecke
Merge leftovers of 0e1a86bc845 in 3-0-ctdb
blob
|
commitdiff
|
raw
|
diff to current
2008-02-01
Simo Sorce
Merge branch 'v3-2-test' of ssh://git.samba.org/data...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-15
Derrell Lipman
Merge branch 'v3-2-test' of git://git.samba.org/samba...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-14
Gerald (Jerry) Carter
Merge commit 'samba/v3-2-test' into v3-2-stable
blob
|
commitdiff
|
raw
|
diff to current
2008-01-12
Volker Lendecke
Don't early delete the share mode tdb data
blob
|
commitdiff
|
raw
|
diff to current
2008-01-12
Volker Lendecke
Trivial simplification
blob
|
commitdiff
|
raw
|
diff to current
2008-01-12
Jeremy Allison
Merge branch 'v3-2-test' of ssh://jra@git.samba.org...
blob
|
commitdiff
|
raw
|
diff to current
next