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-06-21
s3:smbstatus: use procid_equal() instead of equivalent cluster_id_equal()
Michael Adam
1
-1
/
+2
2012-06-21
s3: Remove a user of procid_is_me
Volker Lendecke
1
-1
/
+2
2012-06-21
s3: Remove a user of procid_is_me
Volker Lendecke
1
-1
/
+2
2012-06-21
s3:util: reformat procid_equal() to adhere to coding guidelines
Michael Adam
1
-7
/
+14
2012-06-21
s3:util: also compare the unique_id in procid_equal().
Michael Adam
1
-0
/
+3
2012-06-20
s4-torture: Expand whoami test to confirm the user token.
Andrew Bartlett
1
-1
/
+1
2012-06-20
s3:smbd: fix the build with the --with-profiling-data option
Stefan Metzmacher
2
-3
/
+9
2012-06-20
s3:include: add START/END_PROFILE_STAMP()
Stefan Metzmacher
1
-7
/
+23
2012-06-20
idmap-hash: Attempt to fix Coverity ID 709116 Overflowed array index write
Volker Lendecke
1
-1
/
+6
2012-06-20
idmap-hash: Fix Coverity ID 709117 Dereference before null check
Volker Lendecke
1
-5
/
+5
2012-06-20
idmap-hash: Fix Coverity 709118 Dereference before null check
Volker Lendecke
1
-5
/
+5
2012-06-20
idmap-hash: Adapt mapfile_read_line to README.Coding
Volker Lendecke
1
-1
/
+2
2012-06-20
idmap-hash: Fix Coverity ID 709119 Unused pointer value
Volker Lendecke
1
-1
/
+1
2012-06-19
Fix unused variable warnings.
Jeremy Allison
1
-6
/
+2
2012-06-19
Fix unused variable warnings.
Jeremy Allison
1
-5
/
+12
2012-06-19
Remove unused variables.
Jeremy Allison
1
-8
/
+0
2012-06-19
Remove unused variables and code.
Jeremy Allison
1
-9
/
+0
2012-06-19
Fix more "set but not used" warnings.
Jeremy Allison
1
-6
/
+3
2012-06-19
Fix a bunch of "set but not used" warnings.
Jeremy Allison
1
-14
/
+7
2012-06-19
s3: We can depend on pthreadpool now
Volker Lendecke
2
-43
/
+0
2012-06-19
s3: Add a dummy implementation for the pthreadpool API
Volker Lendecke
3
-7
/
+189
2012-06-19
Remove unused code now we set the correct command codes.
Jeremy Allison
2
-11
/
+0
2012-06-19
Fix warning: variable ‘status’ set but not used.
Jeremy Allison
1
-2
/
+1
2012-06-19
Fix warnings using %lu to print a 64-bit value (should by %llu).
Jeremy Allison
1
-2
/
+2
2012-06-19
Fix warning: variable ‘in_start_time’ set but not used.
Jeremy Allison
1
-2
/
+0
2012-06-19
Revert "s3-lib Remove unused sys_fcntl_long()"
Stefan Metzmacher
2
-0
/
+15
2012-06-19
s3:rpc_server/lsasd: remove dependency to libgen.h and basename()
Stefan Metzmacher
1
-8
/
+11
2012-06-19
s3-auth: make_new_system_info_session() now does not query nss
Andrew Bartlett
1
-1
/
+3
2012-06-19
s3-auth: make_new_system_info_session() not query passdb
Andrew Bartlett
1
-47
/
+39
2012-06-19
s3-auth: inline make_session_info functions into only callers
Andrew Bartlett
1
-74
/
+35
2012-06-19
auth: Use only security_token_is_system to determine that a user is SYSTEM
Andrew Bartlett
2
-5
/
+1
2012-06-19
s3-auth: Fix system token as just being SID_NT_SYSTEM
Andrew Bartlett
1
-0
/
+3
2012-06-19
s3-spoolss: delete_drivers should be called as the connecting user.
Andreas Schneider
1
-1
/
+1
2012-06-19
ntdb: add autoconf support.
Rusty Russell
2
-0
/
+55
2012-06-19
lib/tdb_wrap: use tdb directly, not tdb_compat.
Rusty Russell
1
-1
/
+1
2012-06-19
TDB2: make SAMBA use tdb1 again for the moment.
Rusty Russell
7
-130
/
+1
2012-06-18
Revert "s3: temporary hack to make the waf build work withouth autotools bein...
Björn Jacke
1
-1
/
+0
2012-06-18
s3:autoconf: add -Iautoconf -Iautoconf/source3 at configure stage
Stefan Metzmacher
2
-3
/
+2
2012-06-18
s3:Makefile.in: remove pidl generated files with 'make realdistclean'
Stefan Metzmacher
1
-0
/
+1
2012-06-18
s3:Makefile.in: fix 'make realdistclean' after moving generated files to auto...
Stefan Metzmacher
1
-1
/
+1
2012-06-18
s3:Makefile.in: fix 'make clean' after moving generated files to autoconf/
Stefan Metzmacher
1
-6
/
+5
2012-06-18
s3:autogen.sh: fix autoconf/lib/param/param_proto.h location
Stefan Metzmacher
1
-1
/
+1
2012-06-18
s3:autoconf-build: build the idmap backends tdb2, rid, and hash by default (s...
Michael Adam
1
-0
/
+3
2012-06-18
s3:waf-build: build the idmap backends tdb2, rid, and hash by default (shared)
Michael Adam
1
-1
/
+2
2012-06-18
s3:idmap_tdb: fix miss in rename of dbwrap_trans_store_uint32() to dbwrap_tra...
Michael Adam
1
-4
/
+4
2012-06-18
dbwrap: Rename dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Amitay Isaacs
1
-2
/
+2
2012-06-18
s3:configure: check for SPLICE_F_MOVE at configure stage
Stefan Metzmacher
2
-2
/
+2
2012-06-16
s3-auth: Remove auth_netlogond
Andrew Bartlett
6
-467
/
+1
2012-06-16
s3-passdb: Remove pdb_ads
Andrew Bartlett
5
-2709
/
+1
2012-06-16
Same fix as bug 8989 - Samba 3.5.x (and probably all other versions of Samba)...
Jeremy Allison
1
-0
/
+9
[next]