index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-20
s3: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2012-04-19
s3: Fix Coverity ID 2682 -- NULL_RETURNS
Volker Lendecke
1
-3
/
+10
2012-04-19
s3: Fix Coverity ID 2727 to 2740 -- UNINIT
Volker Lendecke
2
-9
/
+14
2012-04-19
s3: Fix Coverity ID 2686 -- RESOURCE_LEAK
Volker Lendecke
1
-0
/
+1
2012-04-19
s3: Fix the build on FreeBSD
Volker Lendecke
1
-1
/
+1
2012-04-19
s3: Fix Coverity ID 2682: NULL_RETURNS
Volker Lendecke
1
-0
/
+4
2012-04-19
s3: Fix Coverity ID 2743: CHECKED_RETURN
Volker Lendecke
1
-3
/
+6
2012-04-19
s3: Fix Coverity ID 2744: CHECKED_RETURN
Volker Lendecke
1
-1
/
+6
2012-04-19
s3: Fix Coverity ID 2745 and 2746: FORWARD_NULL
Volker Lendecke
1
-11
/
+15
2012-04-19
s3: Fix Coverity ID 2747: FORWARD_NULL
Volker Lendecke
1
-1
/
+1
2012-04-19
s3: Attempt to fix Coverity ID 2748: INTEGER_OVERFLOW
Volker Lendecke
1
-1
/
+1
2012-04-19
s3: Fix Coverity ID 2749: REVERSE_INULL
Volker Lendecke
1
-1
/
+3
2012-04-19
s3-xattr_tdb: Remove dead code: talloc_stackframe() cannot fail
Andrew Bartlett
2
-20
/
+0
2012-04-19
s3-dbwrap: Remove dead code: talloc_stackframe() cannot fail
Andrew Bartlett
1
-10
/
+1
2012-04-19
s3-passdb: Remove unused sampass->pass_must_change_time
Andrew Bartlett
7
-45
/
+3
2012-04-19
s3: Fix a "ISO C90 forbids mixed declarations and code"
Volker Lendecke
1
-3
/
+7
2012-04-18
Ensure we have 12 bytes of data for a SMB_SET_CIFS_UNIX_INFO call. Add debug.
Jeremy Allison
1
-1
/
+4
2012-04-18
s3-dbwrap: Fix an unused var warning
Volker Lendecke
1
-0
/
+2
2012-04-18
libsmb: Actually use an introduced variable
Volker Lendecke
1
-2
/
+2
2012-04-18
s3-xattr_tdb: Use talloc_stackframe() more to allow calling from common code
Andrew Bartlett
1
-14
/
+31
2012-04-18
s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blob
Andrew Bartlett
3
-11
/
+47
2012-04-18
s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdb
Andrew Bartlett
6
-428
/
+505
2012-04-18
s3-lib: Add file_id_string()
Andrew Bartlett
2
-3
/
+23
2012-04-18
s3-build: move file_id.c into samba3-util and create a private header
Andrew Bartlett
5
-8
/
+34
2012-04-18
dbwrap: Add dbwrap_tdb to private dbwrap library
Andrew Bartlett
1
-3
/
+2
2012-04-18
s3-build: Add missing samba3-util dep to tdb-wrap3
Andrew Bartlett
1
-1
/
+1
2012-04-18
lib/util: Move map_nt_error_from_tdb to the top level
Andrew Bartlett
1
-58
/
+0
2012-04-18
s3-dbwrap: push lp_ctx up another layer in the stack
Andrew Bartlett
4
-6
/
+10
2012-04-18
s3-dbwrap: Add talloc_stackframe() calls
Andrew Bartlett
1
-5
/
+21
2012-04-18
build: Remove more of the s3 special cases in waf: only pidfile.c needs -DCON...
Andrew Bartlett
1
-1
/
+7
2012-04-17
s3-waf: Add possibility to build with system libsmbclient.
Andreas Schneider
2
-34
/
+41
2012-04-17
s3-waf: Fix client/smbclient dependencies.
Andreas Schneider
1
-7
/
+7
2012-04-17
s3:libsmb/cliconnect: make use of ntlmssp_is_anonymous()
Stefan Metzmacher
1
-1
/
+1
2012-04-17
s3:libsmb/ntlmssp: improve anonymous logins
Stefan Metzmacher
1
-2
/
+3
2012-04-17
s3:libsmb/ntlmssp: add ntlmssp_is_anonymous()
Stefan Metzmacher
2
-0
/
+16
2012-04-17
s3:libsmb/ntlmssp: remove some indentation in ntlmssp_set_password()
Stefan Metzmacher
1
-18
/
+20
2012-04-17
Revert "s3:libsmb/ntlmssp: an empty string should mean no password"
Stefan Metzmacher
1
-1
/
+1
2012-04-17
s3: Add smbstatus -N to output the notify db
Volker Lendecke
3
-1
/
+42
2012-04-17
s3: Add "notify-cleanup" to smbcontrol
Volker Lendecke
1
-0
/
+13
2012-04-17
s3: New notify implementation
Volker Lendecke
7
-758
/
+1080
2012-04-17
s3: Add two notify benchmark tests
Volker Lendecke
5
-0
/
+727
2012-04-17
s3: Make torture_nprocs globally available
Volker Lendecke
1
-19
/
+19
2012-04-17
s3: Make ctdbd_messaging_send_blob available in non-clustered mode
Volker Lendecke
1
-1
/
+10
2012-04-17
s3: Make messaging_ctdbd_connection available in non-clustered mode
Volker Lendecke
1
-0
/
+9
2012-04-17
s3: Implement tevent_barrier
Volker Lendecke
3
-0
/
+235
2012-04-17
s3: Start a list of ctdb srvid assigments
Volker Lendecke
1
-0
/
+40
2012-04-17
s3: Introduce ctdb_messaging_send_blob
Volker Lendecke
2
-20
/
+23
2012-04-17
s3: Add msg_channel
Volker Lendecke
7
-0
/
+551
2012-04-17
s3: Add messaging_tdb_event()
Volker Lendecke
2
-0
/
+13
2012-04-17
s3: Add a second ctdb connect library
Volker Lendecke
7
-0
/
+931
[next]