Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-21 | s3: Fix const warnings | Volker Lendecke | 1 | -2/+3 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-21 | s4-provision: Give better clues on what Samba needs for s3fs ACL support | Andrew Bartlett | 2 | -1/+22 | |
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Jun 21 14:07:55 CEST 2012 on sn-devel-104 | |||||
2012-06-21 | s3-rpcclient: support all known netr_LogonControl2 variants properly | Alexander Bokovoy | 1 | -3/+35 | |
logonctrl2 function in rpcclient did not allow to specify arguments to most of netr_LogonControl2 function code points. In addition, make descriptive help to show what is expected at each function code point. Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Thu Jun 21 12:11:19 CEST 2012 on sn-devel-104 | |||||
2012-06-21 | s4:torture/smb2: add smb2.durable-open.delete_on_close1 | Stefan Metzmacher | 2 | -2/+127 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Thu Jun 21 10:19:00 CEST 2012 on sn-devel-104 | |||||
2012-06-21 | s3:move serverid_equal() to serverid.c | Michael Adam | 3 | -21/+23 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-21 | s3:util: rename procid_equal() to serverid_equal() | Michael Adam | 16 | -27/+27 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-21 | s3:util: remove (now) unused cluster_id_equal() | Michael Adam | 2 | -8/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-21 | s3:smbstatus: use procid_equal() instead of equivalent cluster_id_equal() | Michael Adam | 1 | -1/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-21 | s3: Remove a user of procid_is_me | Volker Lendecke | 1 | -1/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-21 | s3: Remove a user of procid_is_me | Volker Lendecke | 1 | -1/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-21 | s3:util: reformat procid_equal() to adhere to coding guidelines | Michael Adam | 1 | -7/+14 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-21 | s3:util: also compare the unique_id in procid_equal(). | Michael Adam | 1 | -0/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-21 | script: really sleep in "random-sleep.sh" | Michael Adam | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-21 | samba-tool: gpo: Fix creation of filesystem ACL from directory ACL | Amitay Isaacs | 1 | -2/+8 | |
Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Thu Jun 21 03:25:57 CEST 2012 on sn-devel-104 | |||||
2012-06-21 | s4-pysmb: Parse security info as an unsigned integer | Amitay Isaacs | 1 | -1/+1 | |
2012-06-20 | s4-torture: Expand whoami test to confirm the user token. | Andrew Bartlett | 2 | -3/+45 | |
This uses the tokenGroups attribute on LDAP and the posix whoami call to confirm that user token matches between LDAP and CIFS. I have a seperate patch for the anonymous case, because this isn't consistent at this stage, and we need to study and fix that. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Jun 20 18:43:43 CEST 2012 on sn-devel-104 | |||||
2012-06-20 | s4-torture: Change the unix.whoami test to use torture_assert() | Andrew Bartlett | 1 | -24/+19 | |
2012-06-20 | ntdb: fix occasional abort in testing. | Rusty Russell | 1 | -1/+7 | |
Occasionally, the capability test inserts multiple used records and they clash, but our primitive test layout engine doesn't handle hash clashes and aborts. Force a seed value which we know doesn't clash. Reported-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User(master): Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date(master): Wed Jun 20 16:50:20 CEST 2012 on sn-devel-104 | |||||
2012-06-20 | script/autobuild: delay start of small projects by 60 to 600 seconds | Stefan Metzmacher | 2 | -8/+45 | |
This should reduce the startup load. metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Jun 20 14:56:51 CEST 2012 on sn-devel-104 | |||||
2012-06-20 | script/autobuild: don't use 'make -j 4' for bin/smbtorture4 | Stefan Metzmacher | 1 | -1/+1 | |
The '4' has no effect there, which results in NUM_JOBS == NUM_CORES. metze | |||||
2012-06-20 | script/autobuild: don't use make -j for small projects | Stefan Metzmacher | 1 | -11/+11 | |
The top level and source3 builds take much longer than the standalone projects, so there's no need to use 'make -j'. metze | |||||
2012-06-20 | s3:smbd: fix the build with the --with-profiling-data option | Stefan Metzmacher | 2 | -3/+9 | |
metze | |||||
2012-06-20 | s3:include: add START/END_PROFILE_STAMP() | Stefan Metzmacher | 1 | -7/+23 | |
This is needed when the profiling spans multiple functions. metze | |||||
2012-06-20 | wafsamba/irixcc: next try to inject '-c99' the the build | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2012-06-20 | Revert "wafsamba/irixcc: add '-c99' option to cc" | Stefan Metzmacher | 1 | -3/+1 | |
This reverts commit 59daf91f397c2ebef283ab9e6ecaabbe9dc58fc5. Doesn't seem to work :-( metze | |||||
2012-06-20 | idmap-hash: Attempt to fix Coverity ID 709116 Overflowed array index write | Volker Lendecke | 1 | -1/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Wed Jun 20 12:53:59 CEST 2012 on sn-devel-104 | |||||
2012-06-20 | idmap-hash: Fix Coverity ID 709117 Dereference before null check | Volker Lendecke | 1 | -5/+5 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-20 | idmap-hash: Fix Coverity 709118 Dereference before null check | Volker Lendecke | 1 | -5/+5 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-20 | idmap-hash: Adapt mapfile_read_line to README.Coding | Volker Lendecke | 1 | -1/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-20 | idmap-hash: Fix Coverity ID 709119 Unused pointer value | Volker Lendecke | 1 | -1/+1 | |
"p" is overwritten further down again before it's first use Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-20 | VERSION: Move on to beta3! | Andrew Bartlett | 1 | -2/+2 | |
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Jun 20 10:14:37 CEST 2012 on sn-devel-104 | |||||
2012-06-20 | VERSION: Mark as the beta2 release | Andrew Bartlett | 1 | -1/+1 | |
2012-06-20 | WHATNEW: Update for the beta2 release | Andrew Bartlett | 1 | -0/+17 | |
2012-06-20 | s4-idmap: Add parameter 'idmap_ldb:use rfc2307' and correct implementation ↵ | Andrew Bartlett | 3 | -22/+51 | |
errors | |||||
2012-06-20 | s4-provision: Remove --slapd-path option | Andrew Bartlett | 3 | -9/+6 | |
This just leaves a default enough for the test code to still check the start of the provision. This may well be removed in future, and we wish to reduce the extra options to provision. Andrew Bartlett | |||||
2012-06-20 | s4-provision: Remove last unused remenants of the 'sid generator' configuration | Andrew Bartlett | 2 | -19/+3 | |
This was part of the now-abandoned S4 AD LDAP backend project. Andrew Bartlett | |||||
2012-06-20 | Revert "s4-libcli: Remove unused finddcs_nbt" | Andrew Bartlett | 1 | -0/+311 | |
This reverts commit 06c90cb6f55701effa4cbafaf189a4de8471949b. There is genuine interest in using this currently unused code, so put it back into the tree to avoid folks having to rewrite it. It should be carefully hooked back into libnet at some point, and possibly told how to talk to the s3 nmbd socket if nbt_server isn't running. The wscript patches are skipped, due to the way the extra dep interacted with the build system. When used, this will be resolved. Andrew Bartlett | |||||
2012-06-19 | Fix unused variable warnings. | Jeremy Allison | 1 | -6/+2 | |
Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Jun 19 21:17:51 CEST 2012 on sn-devel-104 | |||||
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 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-06-19 | s3: Add a dummy implementation for the pthreadpool API | Volker Lendecke | 3 | -7/+189 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
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 | Fix warning: variable ‘XX’ set but not used. | Jeremy Allison | 1 | -7/+0 | |